Definition Type: AttributeGroup
Name: commonParticipantAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Collapse XSD Schema Diagram:
Drilldown into role in schema sportsml_xsd Drilldown into team-idref in schema sportsml_xsd Drilldown into idref in schema sportsml_xsdXSD Diagram of commonParticipantAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="commonParticipantAttributes">
    <xs:attribute name="idref" type="xs:IDREF" use="required">
        <xs:annotation>
            <xs:documentation>A pointer to a player who participated in the play.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="team-idref" type="xs:IDREF" use="optional">
        <xs:annotation>
            <xs:documentation>A pointer to the participant's team.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="role" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The role of the participant in the particular action, as opposed to their designated position on the team.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
idref nsA:idref Required
team-idref nsA:team-idref Optional
role nsA:role Optional