baseInjuryPhaseMetadataComplexType

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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
comment xs:string optional
A textual description for the injury phase.
date-of-birth TruncatedDateTimeType optional
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.
date-of-death TruncatedDateTimeType optional
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.
end-date TruncatedDateTimeType optional
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.
gender restriction of xs:string optional
Male or female.
health QCodeType optional
An indication of the health of the person.
height xs:string optional
Height of the person. Generally in cm.
home-page-url xs:anyURI optional
The fully-qualified URL for the official home page of the team.
id xs:ID optional
An XML-specific identifier for the element.
injury-side bodySideList optional
A controlled vocabulary for the body side of the injury. For example, left or right.
injury-type QCodeType optional
A controlled vocabulary for the injury. For example, thigh or hand or lower-back.
key QCodeType optional
The symbol or identifying key for the entity.
lineup-slot xs:string optional
The order in which a player participated in an event.
lineup-slot-sequence xs:string optional
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.
nationality xs:string optional
The country of citizinship of the entity.
phase-status QCodeType optional
Player's status within a particular phase. For example, active, injured, etc.
phase-type QCodeType optional
Value can be college or professional, etc.
position-depth xs:string optional
A ranking amongst players on the team who share the same position.
position-event QCodeType optional
The code for the position held by the person at this  particular sports-event.
position-regular QCodeType optional
The code for the typical position of the person.
round-position xs:string optional
The seed or position in this particular round for which this player started. Useful for bracketed tournaments, such as tennis.
scratch-reason QCodeType optional
An indication as to why this player did not play in an event.
start-date TruncatedDateTimeType optional
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.
status QCodeType optional
Whether a player starts playing at the beginning of a sports-event, joins mid-game, or is not available to participate.
style xs:string optional
An open placeholder for reference by an external stylesheet.
team-idref xs:string optional
A reference to the team for which this player competes.
uniform-number xs:string optional
The number currently displayed on the uniform or jersey of the player.
upcoming-event-date TruncatedDateTimeType optional
Generally, the date on which this player has a non-injured status, and has some probability of playing again.
upcoming-event-key QCodeType optional
The key for the forthcoming event taking place on upcoming-event-date.
upcoming-event-status QCodeType optional
A measurement of the status of the player for that upcoming event. For example, probable or likely.
weight xs:nonNegativeInteger optional
Weight of a person. Generally in kg.

Used By

Source

<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>