<xs:attributeGroup name="LocationGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A code identifying a location.</xs:documentation>
</xs:annotation>
<xs:attribute name="LocationCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to identify a location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CodeContext" type="StringLength1to32" default="IATA">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the context of the identifying code (e.g., IATA, ARC, or internal code).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|