PHP Classes

File: src/resources/config/xsd_types.yml

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   src/resources/config/xsd_types.yml   Download  
File: src/resources/config/xsd_types.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SOAP Package Generator
Generate package to call SOAP services using WSDL
Author: By
Last change: issue #41 - add new xsd type
issue #41 - define native PHP type associated to XSD types
Date: 8 years ago
Size: 971 bytes
 

Contents

Class file image Download
# List of XSD types that can be defined as a type hint parameter. xsd_types: int: "int" UID: "string" byte: "string" bool: "bool" date: "string" long: "int" Name: "string" IDREF: "string" token: "string" float: "float" short: "int" gYear: "string" QName: "string" IDREFS: "string" NCName: "string" string: "string" double: "string" anyURI: "string" gMonth: "string" boolean: "bool" decimal: "float" integer: "int" NMTOKEN: "string" NMTOKENS: "string" duration: "int" dateTime: "string" language: "string" timeStamp: "int" timestamp: "int" gMonthDay: "int" gYearMonth: "int" unsignedInt: "int" unsignedLong: "int" unsignedByte: "string" unsignedShort: "int" DayOfWeekType: "string" negativeInteger: "int" positiveInteger: "int" normalizedString: "string" nonNegativeInteger: "int" nonPositiveInteger: "int"