Definition Type: ComplexType
Name: basePlayerMetadataComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:basePersonMetadataComplexType
Containing Schema: sportsml.xsd
Abstract
Documentation:
Metadata that describes a person. | Generally does not change over the course of a sports-events.
Collapse XSD Schema Diagram:
Drilldown into injury-phase in schema sportsml_xsd Drilldown into career-phase in schema sportsml_xsd Drilldown into sports-property in schema sportsml_xsd Drilldown into home-location in schema sportsml_xsd Drilldown into name in schema sportsml_xsd Drilldown into nationality in schema sportsml_xsd Drilldown into key in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsd Drilldown into baseEntityMetadataComplexType in schema sportsml_xsd Drilldown into gender in schema sportsml_xsd Drilldown into health in schema sportsml_xsd Drilldown into position-depth in schema sportsml_xsd Drilldown into position-event in schema sportsml_xsd Drilldown into position-regular in schema sportsml_xsd Drilldown into weight in schema sportsml_xsd Drilldown into height in schema sportsml_xsd Drilldown into date-of-death in schema sportsml_xsd Drilldown into date-of-birth in schema sportsml_xsd Drilldown into basePersonMetadataComplexType in schema sportsml_xsd Drilldown into round-position in schema sportsml_xsd Drilldown into home-page-url in schema sportsml_xsd Drilldown into uniform-number in schema sportsml_xsd Drilldown into scratch-reason in schema sportsml_xsd Drilldown into lineup-slot-sequence in schema sportsml_xsd Drilldown into lineup-slot in schema sportsml_xsd Drilldown into status in schema sportsml_xsd Drilldown into team-idref in schema sportsml_xsdXSD Diagram of basePlayerMetadataComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="basePlayerMetadataComplexType">
    <xs:annotation>
        <xs:documentation>Metadata that describes a person. | Generally does not change over the course of a sports-events.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="basePersonMetadataComplexType">
            <xs:choice minOccurs="0">
                <xs:element name="career-phase" type="baseCareerPhaseMetadataComplexType" />
                <xs:element name="injury-phase" type="baseInjuryPhaseMetadataComplexType" />
            </xs:choice>
            <xs:attribute name="team-idref" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>A reference to the team for which this player competes.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="status" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Whether a player starts playing at the beginning of a sports-event, joins mid-game, or is not available to participate.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="lineup-slot" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>The order in which a player participated in an event.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="lineup-slot-sequence" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>For baseball, cricket, relay races if they substituted for a player in the original lineup, the order in which they served at the above lineup-slot value. Defaults to 1.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="scratch-reason" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>An indication as to why this player did not play in an event.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="uniform-number" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>The number currently displayed on the uniform or jersey of the player.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="home-page-url" type="xs:anyURI" use="optional">
                <xs:annotation>
                    <xs:documentation>The fully-qualified URL for the official home page of the team.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="round-position" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>The seed or position in this particular round for which this player started. Useful for bracketed tournaments, such as tennis.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 unbounded
home-location nsA:home-location 0 (1)
sports-property nsA:sports-property 0 unbounded
career-phase nsA:career-phase (1) (1)
injury-phase nsA:injury-phase (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
key nsA:key Optional
nationality nsA:nationality Optional
date-of-birth nsA:date-of-birth Optional
date-of-death nsA:date-of-death Optional
height nsA:height Optional
weight nsA:weight Optional
position-regular nsA:position-regular Optional
position-event nsA:position-event Optional
position-depth nsA:position-depth Optional
health nsA:health Optional
gender nsA:gender Optional
team-idref nsA:team-idref Optional
status nsA:status Optional
lineup-slot nsA:lineup-slot Optional
lineup-slot-sequence nsA:lineup-slot-sequence Optional
scratch-reason nsA:scratch-reason Optional
uniform-number nsA:uniform-number Optional
home-page-url nsA:home-page-url Optional
round-position nsA:round-position Optional
Collapse Derivation Tree:
Collapse References:
nsA:baseCareerPhaseMetadataComplexType, nsA:baseInjuryPhaseMetadataComplexType, nsA:playerMetadataComplexType