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 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.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
period-value sportsml:period-value Optional
score sportsml:score Optional