<xs:attributeGroup name="CodeListAirGroup">
<xs:annotation>
<xs:documentation xml:lang="en"> Used to specify a code and its associated attributes; meaning is derived from actual use (plus SecondaryCode and SupplierCode).</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="CodeListGroup" />
<xs:attribute name="SecondaryCode" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An additional attribute to allow flexibility for particular organizations who require an additional code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SupplierCode" type="UpperCaseAlphaLength1to3" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An additional attribute to allow flexibility for particular organizations who require an additional supplier code.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|