Definition Type: ComplexType
Name: PropertyCode
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2-0400:StringShort
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
A short string Minimum length of 0 and a maximum length of 128
Collapse XSD Schema Diagram:
Drilldown into hotelName in schema common_4_0_0_xsdXSD Diagram of PropertyCode in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="PropertyCode">
    <xsd:annotation>
        <xsd:documentation source="Description">A short string  
Minimum length of 0 and a maximum length of 128</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PropertyCode</otm:OTA2Entity>
            <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">MHN</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2-0400:StringShort">
            <xsd:attribute name="hotelName" type="ota2-0400:StringShort" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">A short string  
Minimum length of 0 and a maximum length of 128</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">My Hotel Name</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
hotelName ota2-0400:hotelName Optional
Collapse Derivation Tree: