baseEventStateAttributeGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
minutes-elapsed xs:string optional
Number of minutes that have elapsed since the beginning of the game.
period-minute-elapsed xs:string optional
The time elapsed, but only given as whole minutes.
period-time-elapsed xs:string optional
The time elapsed in the current period.
period-time-remaining xs:string optional
The time remaining in the current period.

Used By

Complex Type baseEventMetadataComplexType
Attribute Group actionAttributes

Source

<xs:attributeGroup name="baseEventStateAttributeGroup">
  <xs:attribute name="minutes-elapsed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>Number of minutes that have elapsed since the beginning of the game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="period-minute-elapsed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The time elapsed, but only given as whole minutes.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="period-time-elapsed" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The time elapsed in the current period.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="period-time-remaining" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The time remaining in the current period.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>