Definition Type: Attribute
Name: recipient-type
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 Required
Documentation:
Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.
Collapse XSD Schema Diagram:
XSD Diagram of recipient-type in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="recipient-type" use="required">
    <annotation>
        <documentation>Whether the receiver of the penalty was the team, the player, a coach, a ref, etc.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="team" />
            <enumeration value="player" />
            <enumeration value="auxilliary" />
            <enumeration value="official" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration team
Enumeration player
Enumeration auxilliary
Enumeration official