<xsd:simpleType name="CardAssociationCode">
<xsd:annotation>
<xsd:documentation source="Description">A tiny string
Minimum length of 0 and a maximum length of 32</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CardAssociationCode</otm:OTA2Entity>
<otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AX</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="ota2-0400:StringTiny">
<xsd:pattern value="([a-zA-Z]{2})?" />
</xsd:restriction>
</xsd:simpleType>
|