Definition Type: ComplexType
Name: baseInjuryPhaseMetadataComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:basePlayerMetadataComplexType
Containing Schema: sportsml.xsd
Abstract
Documentation:
A description of where a player is playing, or has previously played. | Can be used to state where the player went to college. Can also list previous teams of the player.
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_xsd Drilldown into basePlayerMetadataComplexType in schema sportsml_xsd Drilldown into comment in schema sportsml_xsd Drilldown into upcoming-event-status in schema sportsml_xsd Drilldown into upcoming-event-key in schema sportsml_xsd Drilldown into upcoming-event-date in schema sportsml_xsd Drilldown into injury-side in schema sportsml_xsd Drilldown into injury-type in schema sportsml_xsd Drilldown into phase-status in schema sportsml_xsd Drilldown into end-date in schema sportsml_xsd Drilldown into start-date in schema sportsml_xsd Drilldown into phase-type in schema sportsml_xsdXSD Diagram of baseInjuryPhaseMetadataComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="baseInjuryPhaseMetadataComplexType">
    <xs:annotation>
        <xs:documentation>A description of where a player is playing, or has previously played. | Can be used to state where the player went to college. Can also list previous teams of the player.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="basePlayerMetadataComplexType">
            <xs:attribute name="phase-type" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Value can be college or professional, etc.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="start-date" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>When the player started this phase in the career, 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="end-date" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>When the player ended this phase in the career, 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="phase-status" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Player's status within a particular phase. For example, active, injured, etc.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="injury-type" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>A controlled vocabulary for the injury. For example, thigh or hand or lower-back.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="injury-side" type="bodySideList" use="optional">
                <xs:annotation>
                    <xs:documentation>A controlled vocabulary for the body side of the injury. For example, left or right.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="upcoming-event-date" type="TruncatedDateTimeType" use="optional">
                <xs:annotation>
                    <xs:documentation>Generally, the date on which this player has a non-injured status, and has some probability of playing again.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="upcoming-event-key" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>The key for the forthcoming event taking place on upcoming-event-date.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="upcoming-event-status" type="QCodeType" use="optional">
                <xs:annotation>
                    <xs:documentation>A measurement of the status of the player for that upcoming event. For example, probable or likely.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="comment" type="xs:string" use="optional">
                <xs:annotation>
                    <xs:documentation>A textual description for the injury phase.</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
phase-type nsA:phase-type Optional
start-date nsA:start-date Optional
end-date nsA:end-date Optional
phase-status nsA:phase-status Optional
injury-type nsA:injury-type Optional
injury-side nsA:injury-side Optional
upcoming-event-date nsA:upcoming-event-date Optional
upcoming-event-key nsA:upcoming-event-key Optional
upcoming-event-status nsA:upcoming-event-status Optional
comment nsA:comment Optional
Collapse Derivation Tree:
Collapse References:
nsA:injury-phase