Definition Type: SimpleType
Name: StringUpperCaseAlphaNumeric
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
Upper Case Alpha Numeric string with no whitespace Minimum length of 0 and maximum length of 4096 Assigned XSD Type: {http://services.sabre.com/STL/v01}UpperCaseString
Collapse XSD Schema Diagram:
XSD Diagram of StringUpperCaseAlphaNumeric in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 4096
Pattern ([A-Z0-9]+)?