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-rugby.xsd
ContentType Restriction
Use Optional
Documentation:
What type of person or team that got the penalty.
Collapse XSD Schema Diagram:
XSD Diagram of recipient-type in schema sportsml-specific-rugby_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="recipient-type" use="optional">
    <annotation>
        <documentation>What type of person or team that got the penalty.</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