complexType CompetitionRoleInternationalType
diagram scenarios_p12.png
namespace http://fifa.com/fc
children fc:Photo
used by
elements CompetitionTeamInternationalType/Player CompetitionTeamInternationalType/TeamOfficial
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person.
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 person that is participating in a competition.
source <xsd:complexType name="CompetitionRoleInternationalType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a person that is participating in a competition.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Photo" type="fc:PictureType" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Photo of a person that is participating in a competition.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<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="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:complexType>


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