Definition Type: Element
Name: status-change
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Identifies which teams are being covered. | Also indicates the date ranges for which these stats cover.
Collapse XSD Schema Diagram:
Drilldown into new-idref in schema sportsml-core_xsd Drilldown into original-idref in schema sportsml-core_xsd Drilldown into new-status in schema sportsml-core_xsd Drilldown into original-status in schema sportsml-core_xsd Drilldown into status-change-type in schema sportsml-core_xsd Drilldown into changer-idref in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of status-change in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
changer-idref sportsml:changer-idref Required
status-change-type sportsml:status-change-type Required
original-status sportsml:original-status Optional
new-status sportsml:new-status Optional
original-idref sportsml:original-idref Optional
new-idref sportsml:new-idref Optional