<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>
|