Definition Type: SimpleType
Name: String_Medium
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 512.
Collapse XSD Schema Diagram:
XSD Diagram of String_Medium in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="String_Medium">
    <xsd:annotation>
        <xsd:documentation source="Description">A string with a minimum length of 1 and a maximum length of 512.</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">I am a medium string.</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:minLength value="1" />
        <xsd:maxLength value="512" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxLength 512
MinLength 1
Collapse Derivation Tree:
Collapse References:
ota2msg:correlationID, ota2msg:description, ota2msg:description, ota2msg:logID, ota2msg:moreDataToken, ota2msg:schemaFieldXPath, ota2msg:schemaFieldXPath, ota2msg:xmlTag