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 |
|
<xs:complexType name="rugbyTimeAdjustmentComplexType"> <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:complexContent> <xs:extension base="baseTimeAdjustmentComplexType"> <!--<xs:attributeGroup ref="eventStateRugby"/>--> </xs:extension> </xs:complexContent> </xs:complexType> |