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