ratingComplexType

A judged value placed on the team or individual. | Often used in British soccer.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
rating-issuer xs:string optional
The entity or organization which issued the rating.
rating-maximum xs:string optional
The maximum value for the rating.
rating-type xs:string optional
A classification for the rating.
rating-value xs:string optional
The value of the rating.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>