Definition Type: Attribute
Name: numberOfUnits
Namespace: http://www.opentravel.org/OTM/product/hospitality/v1
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: Hospitality_1_0_0.xsd
Use Optional
Documentation:
Allows you to pass the number of units that the special request is for (e.g., if 4 rooms are booked you may want 3 with double/double beds and 1 with a king). Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}integer
Collapse XSD Schema Diagram:
XSD Diagram of numberOfUnits in schema hospitality_1_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="numberOfUnits" type="xsd:integer" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">Allows you to pass the number of units that the special request is for (e.g., if 4 rooms are booked you may want 3 with double/double beds and 1 with a king).</xsd:documentation>
        <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}integer</xsd:documentation>
        <xsd:appinfo>
            <otm:Equivalent context="ph" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">NumberOfUnits</otm:Equivalent>
            <otm:Example context="ph" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">1</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>