<element name="career-phase">
<annotation>
<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.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="phase-type" type="sportsml:phaseType.Core" use="optional">
<annotation>
<documentation>Value can be college or professional, etc.</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="optional">
<annotation>
<documentation>Name of the team or college, for example.</documentation>
</annotation>
</attribute>
<attribute name="start-date" type="string" use="optional">
<annotation>
<documentation>When the player started this phase in the career, generally normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000+HHMM when no time is available.</documentation>
</annotation>
</attribute>
<attribute name="end-date" type="string" use="optional">
<annotation>
<documentation>When the player ended this phase in the career, generally normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000+HHMM when no time is available.</documentation>
</annotation>
</attribute>
<attribute name="duration" type="sportsml:duration.Common" use="optional">
<annotation>
<documentation>In lieu of a start-date and end-date. Generally in years. Could hold the number of years that a player was a pro.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|