PHP Classes

File: tests/resources/xsd_types.yml

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   tests/resources/xsd_types.yml   Download  
File: tests/resources/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:
Date: 8 years ago
Size: 1,058 bytes
 

Contents

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