complexType MatchPlayerType
diagram competition_p20.png
namespace http://fifa.com/fc
used by
element MatchTeamType/Player
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
ShirtNumber  fc:String  required      
documentation
The shirt number of the player.
Captain  xsd:boolean  required      
documentation
Indicates that the player is captain during this match.
Goalkeeper  xsd:boolean  required      
documentation
Indicates that the player is goalkeeper.
StartingLineup  xsd:boolean  required      
documentation
Indicates that the player is in the starting lineup
annotation
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.
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:complexType>

attribute MatchPlayerType/@PersonFIFAId
type fc:FIFAIdentifier
properties
use required
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the person.
source <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>

attribute MatchPlayerType/@ShirtNumber
type fc:String
properties
use required
annotation
documentation
The shirt number of the player.
source <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>

attribute MatchPlayerType/@Captain
type xsd:boolean
properties
use required
annotation
documentation
Indicates that the player is captain during this match.
source <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>

attribute MatchPlayerType/@Goalkeeper
type xsd:boolean
properties
use required
annotation
documentation
Indicates that the player is goalkeeper.
source <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>

attribute MatchPlayerType/@StartingLineup
type xsd:boolean
properties
use required
annotation
documentation
Indicates that the player is in the starting lineup
source <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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy