<element name="rating">
<annotation>
<documentation>A judged value placed on the team or individual. | Often used in British soccer.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="rating-type" type="string" use="optional">
<annotation>
<documentation>A classification for the rating.</documentation>
</annotation>
</attribute>
<attribute name="rating-issuer" type="string" use="optional">
<annotation>
<documentation>The entity or organization which issued the rating.</documentation>
</annotation>
</attribute>
<attribute name="rating-value" type="string" use="optional">
<annotation>
<documentation>The value of the rating.</documentation>
</annotation>
</attribute>
<attribute name="rating-maximum" type="string" use="optional">
<annotation>
<documentation>The maximum value for the rating.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|