PHP Classes

File: tests/resources/numeric_enumeration.xml

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   tests/resources/numeric_enumeration.xml   Download  
File: tests/resources/numeric_enumeration.xml
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: 324 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <simpleType name="ActionCode"> <restriction base="token"> <enumeration value="01" /> <enumeration value="02" /> <enumeration value="03" /> <enumeration value="04" /> <enumeration value="05" /> <enumeration value="06" /> <length value="2" /> </restriction> </simpleType>