<element name="action-soccer-substitution">
<annotation>
<documentation>Substition of a person involved in a game. | Substitution of one person for another in a given position in a game. Not limited to players.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:eventStateSoccer" />
<attribute name="person-type" use="optional">
<annotation>
<documentation>What position the person beeing replaced held.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="player" />
<enumeration value="associate" />
<enumeration value="official" />
</restriction>
</simpleType>
</attribute>
<attribute name="person-original-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the person beeing replaced.</documentation>
</annotation>
</attribute>
<attribute name="person-original-position" type="sportsml:position.Soccer" use="optional">
<annotation>
<documentation>Position the replaced person held.</documentation>
</annotation>
</attribute>
<attribute name="person-replacing-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the person replacing.</documentation>
</annotation>
</attribute>
<attribute name="person-replacing-position" type="string" use="optional">
<annotation>
<documentation>Position the substitute will take up. External controlled vocabulary: sportsml-vocabulary-specific-soccer.position</documentation>
</annotation>
</attribute>
<attribute name="substitution-reason" type="string" use="optional">
<annotation>
<documentation>Text explaining the reason for the substitute.</documentation>
</annotation>
</attribute>
<attribute name="team-idref" type="IDREF" use="optional">
<annotation>
<documentation>A pointer to the team doing the substitution.</documentation>
</annotation>
</attribute>
<attribute name="comment" type="string" use="optional">
<annotation>
<documentation>Textual comment regarding this substitution.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|