<xs:attributeGroup name="CodePrefGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a code along with the preferred usage of this information.</xs:documentation>
</xs:annotation>
<xs:attribute name="Code" type="StringLength1to8" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A code for which a preference may be specified.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item (i.e., only, unacceptable, preferred).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:attributeGroup>
|