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