complexType MatchPlayerInternationalType
diagram scenarios_p21.png
namespace http://fifa.com/fc
type extension of fc:MatchPlayerType
properties
base fc:MatchPlayerType
used by
element MatchTeamInternationalType/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
Played  xsd:boolean        
documentation
Indicates that the player has played in a match since in FUTSAL and Beach soccer there are no substitution events.
InternationalFirstName  fc:String        
documentation
International first name of the person.
InternationalLastName  fc:String        
documentation
International last name of the person
DateOfBirth  fc:Date        
documentation
The date of birth of this person.
MemberAssociation  fc:FIFANationalityType        
documentation
The FIFA nationality of the person
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="MatchPlayerInternationalType">
 
<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:complexContent>
   
<xsd:extension base="fc:MatchPlayerType">
     
<xsd:attribute name="InternationalFirstName" type="fc:String">
       
<xsd:annotation>
         
<xsd:documentation>International first name of the person.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="InternationalLastName" type="fc:String">
       
<xsd:annotation>
         
<xsd:documentation>International last name of the person</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="DateOfBirth" type="fc:Date">
       
<xsd:annotation>
         
<xsd:documentation>The date of birth of this person.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="MemberAssociation" type="fc:FIFANationalityType">
       
<xsd:annotation>
         
<xsd:documentation>The FIFA nationality of the person</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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