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