<attributeGroup name="eventStateSoccer">
<attribute name="period-value" type="string" use="optional">
<annotation>
<documentation>Identifier for which period of a game. (1, 2 for first and second halfs, 3 for first overtime, etc. shootout also allowed value.).</documentation>
</annotation>
</attribute>
<attribute name="period-time-elapsed" type="string" use="optional">
<annotation>
<documentation>Detailed time MMSS that has elapsed.</documentation>
</annotation>
</attribute>
<attribute name="minutes-elapsed" type="string" use="optional">
<annotation>
<documentation>Number of minutes that have elapsed since the beginning of the game.</documentation>
</annotation>
</attribute>
<attribute name="period-minute-elapsed" type="string" use="optional">
<annotation>
<documentation>The time elapsed, but only given as whole minutes.</documentation>
</annotation>
</attribute>
<attribute name="period-time-remaining" type="string" use="optional">
<annotation>
<documentation>Detailed time in MMSS format showing remaining time of period.</documentation>
</annotation>
</attribute>
</attributeGroup>
|