Definition Type: Attribute
Name: penalty-status
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-ice-hockey.xsd
ContentType Restriction
Use Optional
Documentation:
Whether this action indicates the start of a penalty, or the end of a penalty.
Collapse XSD Schema Diagram:
XSD Diagram of penalty-status in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="penalty-status" use="optional">
    <annotation>
        <documentation>Whether this action indicates the start of a penalty, or the end of a penalty.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="start" />
            <enumeration value="end" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration start
Enumeration end