Definition Type: AttributeGroup
Name: OccupancyGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Minimum and maximum occupancy values.
Collapse XSD Schema Diagram:
Drilldown into MaxOccupancy in schema ota_commontypes_xsd1 Drilldown into MinOccupancy in schema ota_commontypes_xsd1XSD Diagram of OccupancyGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="OccupancyGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Minimum and maximum occupancy values.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="MinOccupancy" type="Numeric1to99" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Minimum number of persons allowed in a unit of accommodation or place. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="MaxOccupancy" type="Numeric1to99" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Maximum number of persons allowed in a unit of accommodation or place. </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
MinOccupancy MinOccupancy Optional
MaxOccupancy MaxOccupancy Optional