diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchPlayerType"> <xsd:annotation> <xsd:documentation>This type contains information about a player participating in a match. The information (e.g. position) provided here are considered to be true at the initial line-up. Changes to this data (e.g. the line-up) during the match can be found in the MatchEvents. The MatchPlayer contains data that might be valid only during a match; therefore it is considered transitive and not persistent.</xsd:documentation> </xsd:annotation> <xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ShirtNumber" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The shirt number of the player.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Captain" type="xsd:boolean" use="required"> <xsd:annotation> <xsd:documentation>Indicates that the player is captain during this match.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Goalkeeper" type="xsd:boolean" use="required"> <xsd:annotation> <xsd:documentation>Indicates that the player is goalkeeper.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="StartingLineup" type="xsd:boolean" use="required"> <xsd:annotation> <xsd:documentation>Indicates that the player is in the starting lineup</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Played" type="xsd:boolean"> <xsd:annotation> <xsd:documentation>Indicates that the player has played in a match since in FUTSAL and Beach soccer there are no substitution events.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |