Record time added by referee. | Holds values for the time added by the referee and how much extra time was actually played. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
period-extra-time-added | xs:string | optional |
|
||||
period-extra-time-elapsed | xs:string | optional |
|
||||
style | xs:string | optional |
|
Complex Types | rugbyTimeAdjustmentComplexType, soccerTimeAdjustmentComplexType |
<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> |