<xs:attributeGroup name="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:attribute name="PreferLevel" type="PreferLevelType" use="optional" default="Preferred">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|