Definition Type: AttributeGroup
Name: SmokingIndicatorGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Identifies a position with regard to the smoking of cigarettes, either Allowed or NotAllowed. This may be of use when expressing a preference (I prefer a room that allows smoking) or when stating the attributes of an item (smoking in this rental car is not allowed).
Collapse XSD Schema Diagram:
Drilldown into SmokingAllowed in schema ota_commontypes_xsd1XSD Diagram of SmokingIndicatorGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="SmokingIndicatorGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies a position with regard to the smoking of cigarettes, either Allowed or NotAllowed.  This may be of use when expressing a preference (I prefer a room that allows smoking) or when stating the attributes of an item (smoking in this rental car is not allowed).</xs:documentation>
    </xs:annotation>
    <xs:attribute name="SmokingAllowed" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates smoking is allowed when true and is not allowed when false.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
SmokingAllowed SmokingAllowed false Optional