<element name="status-change">
<annotation>
<documentation>Identifies which teams are being covered. | Also indicates the date ranges for which these stats cover.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="changer-idref" type="IDREF" use="required">
<annotation>
<documentation>A pointer to the player or team that has undergone the status change.</documentation>
</annotation>
</attribute>
<attribute name="status-change-type" type="sportsml:statusChangeType.Core" use="required">
<annotation>
<documentation>What type of change was made in the status of a player or team. Examples are injury, trade, cut.</documentation>
</annotation>
</attribute>
<attribute name="original-status" type="string" use="optional">
<annotation>
<documentation>What the original status of the player or team was. Examples are active, inactive, disabled-list.</documentation>
</annotation>
</attribute>
<attribute name="new-status" type="string" use="optional">
<annotation>
<documentation>What the new status of the player or team is. Examples are active, inactive, disabled-list.</documentation>
</annotation>
</attribute>
<attribute name="original-idref" type="IDREF" use="optional">
<annotation>
<documentation>Generally, a pointer to the original team that the player in changer-idref was affiliated with.</documentation>
</annotation>
</attribute>
<attribute name="new-idref" type="IDREF" use="optional">
<annotation>
<documentation>Generally, a pointer to the new team that the player in changer-idref is now affiliated with.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|