rankingAttributes

A group of attributes for ranking properties of the same name

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rank xs:nonNegativeInteger optional
Indicates the relative importance of properties in a list.

Used By

Source

<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>