penalty-status

Attribute Information

Used By

Attribute Group actionAttributes

Source

<xs:attribute name="penalty-status" use="optional">
  <!-- If this action marks the start or the end of the penalty time -->
  <xs:simpleType id="penaltyStatus">
    <xs:restriction base="xs:string">
      <xs:enumeration id="penaltyStatusStart" value="start"/>
      <xs:enumeration id="penaltyStatusEnd" value="end"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample