Definition Type: ComplexType
Name: AddressBldgRoom
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2-0400:String
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
A string with a minimum length of 0 and a maximum length of 512.
Collapse XSD Schema Diagram:
Drilldown into buldingInd in schema common_4_0_0_xsdXSD Diagram of AddressBldgRoom in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="AddressBldgRoom">
    <xsd:annotation>
        <xsd:documentation source="Description">A string with a minimum length of 0 and a maximum length of 512.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AddressBldgRoom</otm:OTA2Entity>
            <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Bldg H</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2-0400:String">
            <xsd:attribute name="buldingInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">When true, the information is a building name.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
buldingInd ota2-0400:buldingInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:BldgRoom