Definition Type: Attribute
Name: person-type
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-basketball.xsd
ContentType Restriction
Use Optional
Documentation:
Whether a player, a coach, or a referree.
Collapse XSD Schema Diagram:
XSD Diagram of person-type in schema sportsml-specific-basketball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="person-type" use="optional">
    <annotation>
        <documentation>Whether a player, a coach, or a referree.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="player" />
            <enumeration value="auxilliary" />
            <enumeration value="official" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration player
Enumeration auxilliary
Enumeration official