complexType PersonLocalType
diagram scenarios_p25.png
namespace http://fifa.com/fc
type extension of fc:PersonType
properties
base fc:PersonType
children fc:Photo fc:LocalPersonName fc:NationalIdentifier fc:MatchOfficialCertificate fc:TeamOfficialCertificate fc:PlayerRegistration fc:TeamOfficialRegistration fc:MatchOfficialRegistration fc:OrganisationOfficialRegistration
used by
elements PersonDataType/PersonLocal PersonLocal
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the person. This ID is never changed and accompanies a person for its whole life.
InternationalFirstName  fc:String  optional      
documentation
The international firstname of a person.
InternationalLastName  fc:String  optional      
documentation
The international lastname of a person.
PopularName  fc:String  optional      
documentation
The popular name or nickname of a person, such as "Ronaldinho" or "Xavi".
Gender  fc:GenderType  required      
documentation
The sex of the person.
Nationality  ISO3166CountryCode  required      
documentation
The nationality of the person.
SecondNationality  ISO3166CountryCode  optional      
documentation
The second nationality of the person.
DateOfBirth  fc:Date  required      
documentation
The date of birth of this person.
CountryOfBirth  ISO3166-13CountryCode  required      
documentation
The country where the person was born. Note that this is not the nationality but simply the country where this person was born.
RegionOfBirth  fc:String  optional      
documentation
The region (e.g., province or states) where the person was born.
PlaceOfBirth  fc:String  required      
documentation
The location (town, village or similar) where the person was born.
LocalFirstName  fc:String  optional      
documentation
The firstname of a person in local language (the language specified by LocalLanguage attribute).
LocalLastName  fc:String  required      
documentation
The lastname of a person in local language (the language specified by LocalLanguage attribute).
LocalBirthName  fc:String        
documentation
The localised birth name of the person. (the language specified by LocalLanguage attribute).
LocalSystemMAId  fc:String  optional      
documentation
The number/string value representing the person identificator in local MA's system.
LocalLanguage  ISO639-2Type  required      
documentation
The language of the localised names (LocalFirstName and LocalLastName) are written in.
LocalCountry  ISO3166CountryCode  required      
documentation
The associated county of MA constructing XML entity.
annotation
documentation
This object extends the FootballStakeholderType and complements it with scenario specific detailed information such as person local system MA id etc.
source <xsd:complexType name="PersonLocalType">
 
<xsd:annotation>
   
<xsd:documentation>This object extends the FootballStakeholderType and complements it with scenario specific detailed information such as person local system MA id etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:PersonType">
     
<xsd:attribute name="LocalFirstName" type="fc:String" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>The firstname of a person in local language (the language specified by LocalLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalLastName" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The lastname of a person in local language (the language specified by LocalLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalBirthName" type="fc:String">
       
<xsd:annotation>
         
<xsd:documentation>The localised birth name of the person. (the language specified by LocalLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalSystemMAId" type="fc:String" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>The number/string value representing the person identificator in local MA's system.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalLanguage" type="fc:ISO639-2Type" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The language of the localised names (LocalFirstName and LocalLastName) are written in.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalCountry" type="fc:ISO3166CountryCode" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The associated county of MA constructing XML entity.</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