<xs:attributeGroup name="CodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify a code and the context of the code.</xs:documentation>
</xs:annotation>
<xs:attribute name="Code" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Any code used to specify an item, for example, type of traveler, service code, room amenity, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CodeContext" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the source authority for the code. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|