A group of attributes for ranking properties of the same name |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
rank | xs:nonNegativeInteger | optional |
|
Elements | by, creditline, dateline, description, genre, headline, keyword, language, slugline, subject |
<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> |