Definition Type: Attribute
Name: penalty-acceptance
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
ContentType Restriction
Use Optional
Documentation:
Whether the penalty was accepted or declined.
Collapse XSD Schema Diagram:
XSD Diagram of penalty-acceptance in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="penalty-acceptance" use="optional">
    <annotation>
        <documentation>Whether the penalty was accepted or declined.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="accepted" />
            <enumeration value="declined" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration accepted
Enumeration declined