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