A group of attributes for ranking properties of the same name
XSD Schema Diagram:
XSD Schema Code:
<xs:attributeGroup name="rankingAttributes">
<xs:annotation>
<xs:documentation>A group of attributes for ranking properties of the same name</xs:documentation>
</xs:annotation>
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation>Indicates the relative importance of properties in a list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>