Definition Type: ComplexType
Name: basePersonMetadataComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:baseEntityMetadataComplexType
Containing Schema: sportsml.xsd
Abstract
Documentation:
Metadata that describes a person. | Generally does not change over the course of a sports-events. Extends the baseEntityMetadata type
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of basePersonMetadataComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="basePersonMetadataComplexType">
    <xs:annotation>
        <xs:documentation>Metadata that describes a person. | Generally does not change over the course of a sports-events. Extends the baseEntityMetadata type</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="baseEntityMetadataComplexType">
            <xs:attribute name="date-of-birth" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>The day on which a person was born, normalized to ISO 8601
                            extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time
                            is available. Can also be YYYY-MM or just YYYY if year and/or month not available.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="date-of-death" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>The day on which a person died, normalized to ISO 8601
                            extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time is available.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="height" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>Height of the person. Generally in cm.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="weight" type="xs:nonNegativeInteger" use="optional">
                <xs:annotation>
                    <xs:documentation>Weight of a person. Generally in kg.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="position-regular" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>The code for the typical position of the person.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="position-event" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>The code for the position held by the person at this  particular sports-event.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="position-depth" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>A ranking amongst players on the team who share the same position.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="health" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>An indication of the health of the person.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="gender" use="optional">
                <xs:annotation>
                    <xs:documentation>Male or female.</xs:documentation>
                </xs:annotation>
                <xs:simpleType id="gender">
                    <xs:restriction base="xs:string">
                        <xs:enumeration id="genderMale" value="male" />
                        <xs:enumeration id="genderFemale" value="female" />
                    </xs:restriction>
                </xs:simpleType>
            </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
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
Collapse Derivation Tree:
Collapse References:
nsA:baseAssociateMetadataComplexType, nsA:baseOfficialMetadataComplexType, nsA:basePlayerMetadataComplexType