Definition Type Complex Type
Name PaymentMethodType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Abstract False
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:complexType name="PaymentMethodType" >
  <xs:all>
    <xs:element minOccurs="1" maxOccurs="1" name="PaymentCode" type="PaymentMethodCodeType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="PaymentDescription" nillable="true" type="PaymentMethodCodeType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="PaymentDescriptionSec" nillable="true" type="PaymentMethodCodeType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="PaymentDescriptionTh" nillable="true" type="PaymentMethodCodeType"/>
  </xs:all>

</xs:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
PaymentMethodType
    mstns:PaymentMethod
References
mstns:PaymentMethod
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 - Featuring XSD to java Code Generation