Definition Type: Element
Name: sub-score
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Statistics that detail the score for a particular period or inning. | Per-sport controlled vocabularies used for period-value.
Collapse XSD Schema Diagram:
Drilldown into total-score in schema sportsml-core_xsd Drilldown into rank in schema sportsml-core_xsd Drilldown into sub-score-name in schema sportsml-core_xsd Drilldown into sub-score-key in schema sportsml-core_xsd Drilldown into sub-score-type in schema sportsml-core_xsd Drilldown into score in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsdXSD Diagram of sub-score in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="sub-score">
    <annotation>
        <documentation>Statistics that detail the score for a particular period or inning. | Per-sport controlled vocabularies used for period-value.</documentation>
    </annotation>
    <complexType>
        <attribute name="period-value" type="string" use="optional">
            <annotation>
                <documentation>Could be quarter-1, period-2, inning-5, etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="score" type="string" use="optional">
            <annotation>
                <documentation>The score for that period (or scoring unit).</documentation>
            </annotation>
        </attribute>
        <attribute name="sub-score-type" type="sportsml:genericType" use="optional">
            <annotation>
                <documentation>The type of sub-score.</documentation>
            </annotation>
        </attribute>
        <attribute name="sub-score-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The symbol for the sub-score unit.</documentation>
            </annotation>
        </attribute>
        <attribute name="sub-score-name" type="string" use="optional">
            <annotation>
                <documentation>The name of the sub-score unit.</documentation>
            </annotation>
        </attribute>
        <attribute name="rank" type="string" use="optional">
            <annotation>
                <documentation>The ranking result of the sub-score unit.</documentation>
            </annotation>
        </attribute>
        <attribute name="total-score" type="string" use="optional">
            <annotation>
                <documentation>The running total during the sub-score period or unit. Good for split scores.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
period-value sportsml:period-value Optional
score sportsml:score Optional
sub-score-type sportsml:sub-score-type Optional
sub-score-key sportsml:sub-score-key Optional
sub-score-name sportsml:sub-score-name Optional
rank sportsml:rank Optional
total-score sportsml:total-score Optional