<xsd:simpleType name="StringUpperCaseAlphaNumeric">
<xsd:annotation>
<xsd:documentation source="Description">Upper Case Alpha Numeric string with no whitespace
Minimum length of 0 and maximum length of 4096</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type:
{http://services.sabre.com/STL/v01}UpperCaseString</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">StringUpperCaseAlphaNumeric</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="4096" />
<xsd:pattern value="([A-Z0-9]+)?" />
</xsd:restriction>
</xsd:simpleType>
|