<element name="rank">
<annotation>
<documentation>How a team is doing in comparison to other teams or players. | May be qualified, so that one ranks teams or players according to, say, how they play at home, or within their division.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="type" type="string" use="optional">
<annotation>
<documentation>The type of the rank. Generally a publisher-specific controlled vocabulary.</documentation>
</annotation>
</attribute>
<attribute name="issuer" type="string" use="optional">
<annotation>
<documentation>The entity or organization which issued the rank.</documentation>
</annotation>
</attribute>
<attribute name="value" type="string" use="optional">
<annotation>
<documentation>The value of the rank.</documentation>
</annotation>
</attribute>
<attribute name="value-previous" type="string" use="optional">
<annotation>
<documentation>The previous rank.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|