<xs:complexType name="rankComplexType">
<xs:annotation>
<xs: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.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
<xs:attribute name="type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The type of the rank. Generally a publisher-specific controlled vocabulary.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="issuer" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The entity or organization which issued the rank.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The value of the rank.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value-previous" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The previous rank.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|