<element name="time-adjustment">
<annotation>
<documentation>Record time added by referee. | Holds values for the time added by the referee and how much extra time was actually played.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateSoccer" />
<attribute name="period-extra-time-added" type="string" use="optional">
<annotation>
<documentation>How many minutes the referee has decided to add to the period.</documentation>
</annotation>
</attribute>
<attribute name="period-extra-time-elapsed" type="string" use="optional">
<annotation>
<documentation>How much time exactly MMSS that was actually elapsed in the period.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|