Definition Type: ComplexType
Name: subScoreComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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-attempts in schema sportsml_xsd Drilldown into total-score in schema sportsml_xsd Drilldown into rank in schema sportsml_xsd Drilldown into sub-score-name in schema sportsml_xsd Drilldown into sub-score-key in schema sportsml_xsd Drilldown into sub-score-type in schema sportsml_xsd Drilldown into score in schema sportsml_xsd Drilldown into period-value in schema sportsml_xsdXSD Diagram of subScoreComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="subScoreComplexType">
    <xs:annotation>
        <xs:documentation>Statistics that detail the score for a particular period or inning. Per-sport controlled vocabularies used for period- value.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="period-value" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Generally a natural number. Could also be quarter-1, period-2, inning-5, etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="score" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The score for that period (or scoring unit).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="sub-score-type" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The type of sub-score.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="sub-score-key" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The symbol for the sub-score unit.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="sub-score-name" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The name of the sub-score unit.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rank" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The ranking result of the sub-score unit.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="total-score" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The running total during the sub-score period or unit. Good for split scores.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="score-attempts" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The attempts to score during the period (or scoring unit).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
period-value nsA:period-value Optional
score nsA:score Optional
sub-score-type nsA:sub-score-type Optional
sub-score-key nsA:sub-score-key Optional
sub-score-name nsA:sub-score-name Optional
rank nsA:rank Optional
total-score nsA:total-score Optional
score-attempts nsA:score-attempts Optional
Collapse Derivation Tree:
Collapse References:
nsA:sub-score