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