soccerTimeAdjustmentComplexType

Record time added by referee. | Holds values for the time added by the referee and how much extra time was actually played.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
period-extra-time-added xs:string optional
How many minutes the referee has decided to add to the period.
period-extra-time-elapsed xs:string optional
How much time exactly MMSS that was actually elapsed in the period.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="soccerTimeAdjustmentComplexType">
  <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="eventStateSoccer"/>-->
    </xs:extension>
  </xs:complexContent>
</xs:complexType>