Definition Type: Element
Name: BldgRoom
Type: Unresolved link to stringlength0to641
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 2
Abstract
Documentation:
Building name, room, apartment, or suite number.
Collapse XSD Schema Diagram:
Drilldown into BldgNameIndicator in schema ota_commontypes_xsd1XSD Diagram of BldgRoom in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="BldgRoom" minOccurs="0" maxOccurs="2">
    <xs:annotation>
        <xs:documentation xml:lang="en">Building name, room, apartment, or suite number.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength0to64">
                <xs:attribute name="BldgNameIndicator" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, the information is a building name.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
BldgNameIndicator BldgNameIndicator Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength0to641
    • BldgRoom