Definition Type: SimpleType
Name: String_Tiny
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
Documentation:
A string with a minimum length of 1 and a maximum length of 32.
Collapse XSD Schema Diagram:
XSD Diagram of String_Tiny in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="String_Tiny">
    <xsd:annotation>
        <xsd:documentation source="Description">A string with a minimum length of 1 and a maximum length of 32.</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">I am a tiny string.</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:minLength value="1" />
        <xsd:maxLength value="32" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxLength 32
MinLength 1
Collapse Derivation Tree:
Collapse References:
ota2msg:TimeZone, ota2msg:utcOffset