Definition Type: Element
Name: rating
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A judged value placed on the team or individual. | Often used in British soccer.
Collapse XSD Schema Diagram:
Drilldown into rating-maximum in schema sportsml-core_xsd Drilldown into rating-value in schema sportsml-core_xsd Drilldown into rating-issuer in schema sportsml-core_xsd Drilldown into rating-type in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of rating in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
rating-type sportsml:rating-type Optional
rating-issuer sportsml:rating-issuer Optional
rating-value sportsml:rating-value Optional
rating-maximum sportsml:rating-maximum Optional