<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> |