Definition Type: Attribute
Name: quantity
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:
The quantity of this feature in the room.
Collapse XSD Schema Diagram:
XSD Diagram of quantity in schema hospitality_1_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="quantity" type="xsd:integer" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The quantity of this feature in the room.</xsd:documentation>
        <xsd:appinfo>
            <otm:Example context="ph" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">1</otm:Example>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:attribute>