complexType PersonType
diagram registration_p33.png
namespace http://fifa.com/fc
children fc:Photo fc:LocalPersonName fc:NationalIdentifier fc:MatchOfficialCertificate fc:TeamOfficialCertificate fc:PlayerRegistration fc:TeamOfficialRegistration fc:MatchOfficialRegistration fc:OrganisationOfficialRegistration
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  optional      
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.
Gender  fc:GenderType  required      
documentation
The sex of the person.
Nationality  ISO3166CountyCode  required      
documentation
The nationality of the person.
DateOfBirth  fc:Date  required      
documentation
The date of birth of this person.
CountryOfBirth  ISO3166-13CountyCode  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.
annotation
documentation
A generic person and its attributes. Every human football stakeholder is a person: Players, Referees, Coaches, Officials etc.
source <xsd:complexType name="PersonType">
 
<xsd:annotation>
   
<xsd:documentation> A generic person and its attributes. Every human football stakeholder is a person: Players, Referees, Coaches, Officials etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Photo" type="fc:PictureType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The photo of the person.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="LocalPersonName" type="fc:LocalPersonNameType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The localised names of the person.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="NationalIdentifier" type="fc:NationalIdentifierType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Unique National Identifiers of a person, e.g. social security number, passport number, or Tax ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="MatchOfficialCertificate" type="fc:MatchOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The list of relevant match official certifications, diplomas, or licences of a football stakeholder, e.g. FIFA Referee certificate.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamOfficialCertificate" type="fc:TeamOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The list of relevant team official certifications, diplomas, or licences of a football stakeholder, e.g. UEFA coach licence.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PlayerRegistration" type="fc:PlayerRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The player registrations list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="TeamOfficialRegistration" type="fc:TeamOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The team official registrations list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="MatchOfficialRegistration" type="fc:MatchOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The match official registrations list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="OrganisationOfficialRegistration" type="fc:OrganisationOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The organisation official registrations list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the person. This ID is never changed and accompanies a person for its whole life.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalFirstName" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The international firstname of a person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalLastName" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The international lastname of a person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Gender" type="fc:GenderType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The sex of the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Nationality" type="fc:ISO3166CountyCode" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The nationality of the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DateOfBirth" type="fc:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date of birth of this person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CountryOfBirth" type="fc:ISO3166-13CountyCode" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The country where the person was born. Note that this is not the nationality but simply the country where this person was born.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegionOfBirth" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The region (e.g., province or states) where the person was born.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PlaceOfBirth" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The location (town, village or similar) where the person was born.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute PersonType/@PersonFIFAId
type fc:FIFAIdentifier
properties
use optional
facets
Kind Value Annotation
length 10
pattern [0-9]{10}
annotation
documentation
The worldwide unique FIFA ID of the person. This ID is never changed and accompanies a person for its whole life.
source <xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique FIFA ID of the person. This ID is never changed and accompanies a person for its whole life.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@InternationalFirstName
type fc:String
properties
use optional
annotation
documentation
The international firstname of a person.
source <xsd:attribute name="InternationalFirstName" type="fc:String" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The international firstname of a person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@InternationalLastName
type fc:String
properties
use optional
annotation
documentation
The international lastname of a person.
source <xsd:attribute name="InternationalLastName" type="fc:String" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The international lastname of a person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@Gender
type fc:GenderType
properties
use required
facets
Kind Value Annotation
enumeration male
enumeration female
annotation
documentation
The sex of the person.
source <xsd:attribute name="Gender" type="fc:GenderType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The sex of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@Nationality
type ISO3166CountyCode
properties
use required
facets
Kind Value Annotation
enumeration AD
documentation
ANDORRA
enumeration AE
documentation
UNITED ARAB EMIRATES
enumeration AF
documentation
AFGHANISTAN
enumeration AG
documentation
ANTIGUA AND BARBUDA
enumeration AI
documentation
ANGUILLA
enumeration AL
documentation
ALBANIA
enumeration AM
documentation
ARMENIA
enumeration AN
documentation
NETHERLANDS ANTILLES
enumeration AO
documentation
ANGOLA
enumeration AQ
documentation
ANTARCTICA
enumeration AR
documentation
ARGENTINA
enumeration AS
documentation
AMERICAN SAMOA
enumeration AT
documentation
AUSTRIA
enumeration AU
documentation
AUSTRALIA
enumeration AW
documentation
ARUBA
enumeration AX
documentation
Ã…LAND ISLANDS
enumeration AZ
documentation
AZERBAIJAN
enumeration BA
documentation
BOSNIA AND HERZEGOVINA
enumeration BB
documentation
BARBADOS
enumeration BD
documentation
BANGLADESH
enumeration BE
documentation
BELGIUM
enumeration BF
documentation
BURKINA FASO
enumeration BG
documentation
BULGARIA
enumeration BH
documentation
BAHRAIN
enumeration BI
documentation
BURUNDI
enumeration BJ
documentation
BENIN
enumeration BL
documentation
Saint Barthélemy
enumeration BM
documentation
BERMUDA
enumeration BN
documentation
BRUNEI DARUSSALAM
enumeration BO
documentation
BOLIVIA
enumeration BR
documentation
BRAZIL
enumeration BS
documentation
BAHAMAS
enumeration BT
documentation
BHUTAN
enumeration BV
documentation
BOUVET ISLAND
enumeration BW
documentation
BOTSWANA
enumeration BY
documentation
BELARUS
enumeration BZ
documentation
BELIZE
enumeration CA
documentation
CANADA
enumeration CC
documentation
COCOS (KEELING) ISLANDS
enumeration CD
documentation
CONGO, THE DEMOCRATIC REPUBLIC OF THE
enumeration CF
documentation
CENTRAL AFRICAN REPUBLIC
enumeration CG
documentation
CONGO
enumeration CH
documentation
SWITZERLAND
enumeration CI
documentation
COTE D&apos;IVOIRE
enumeration CK
documentation
COOK ISLANDS
enumeration CL
documentation
CHILE
enumeration CM
documentation
CAMEROON
enumeration CN
documentation
CHINA
enumeration CO
documentation
COLOMBIA
enumeration CR
documentation
COSTA RICA
enumeration CU
documentation
CUBA
enumeration CV
documentation
CAPE VERDE
enumeration CX
documentation
CHRISTMAS ISLAND
enumeration CY
documentation
CYPRUS
enumeration CZ
documentation
CZECH REPUBLIC
enumeration DE
documentation
GERMANY
enumeration DJ
documentation
DJIBOUTI
enumeration DK
documentation
DENMARK
enumeration DM
documentation
DOMINICA
enumeration DO
documentation
DOMINICAN REPUBLIC
enumeration DZ
documentation
ALGERIA
enumeration EC
documentation
ECUADOR
enumeration EE
documentation
ESTONIA
enumeration EG
documentation
EGYPT
enumeration EH
documentation
WESTERN SAHARA
enumeration ER
documentation
ERITREA
enumeration ES
documentation
SPAIN
enumeration ET
documentation
ETHIOPIA
enumeration FI
documentation
FINLAND
enumeration FJ
documentation
FIJI
enumeration FK
documentation
FALKLAND ISLANDS (MALVINAS)
enumeration FM
documentation
MICRONESIA, FEDERATED STATES OF
enumeration FO
documentation
FAROE ISLANDS
enumeration FR
documentation
FRANCE
enumeration GA
documentation
GABON
enumeration GB
documentation
UNITED KINGDOM
enumeration GD
documentation
GRENADA
enumeration GE
documentation
GEORGIA
enumeration GF
documentation
FRENCH GUIANA
enumeration GG
documentation
GUERNSEY
enumeration GH
documentation
GHANA
enumeration GI
documentation
GIBRALTAR
enumeration GL
documentation
GREENLAND
enumeration GM
documentation
GAMBIA
enumeration GN
documentation
GUINEA
enumeration GP
documentation
GUADELOUPE
enumeration GQ
documentation
EQUATORIAL GUINEA
enumeration GR
documentation
GREECE
enumeration GS
documentation
SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
enumeration GT
documentation
GUATEMALA
enumeration GU
documentation
GUAM
enumeration GW
documentation
GUINEA-BISSAU
enumeration GY
documentation
GUYANA
enumeration HK
documentation
HONG KONG
enumeration HM
documentation
HEARD ISLAND AND MCDONALD ISLANDS
enumeration HN
documentation
HONDURAS
enumeration HR
documentation
CROATIA
enumeration HT
documentation
HAITI
enumeration HU
documentation
HUNGARY
enumeration ID
documentation
INDONESIA
enumeration IE
documentation
IRELAND
enumeration IL
documentation
ISRAEL
enumeration IM
documentation
ISLE OF MAN
enumeration IN
documentation
INDIA
enumeration IO
documentation
BRITISH INDIAN OCEAN TERRITORY
enumeration IQ
documentation
IRAQ
enumeration IR
documentation
IRAN, ISLAMIC REPUBLIC OF
enumeration IS
documentation
ICELAND
enumeration IT
documentation
ITALY
enumeration JE
documentation
JERSEY
enumeration JM
documentation
JAMAICA
enumeration JO
documentation
JORDAN
enumeration JP
documentation
JAPAN
enumeration KE
documentation
KENYA
enumeration KG
documentation
KYRGYZSTAN
enumeration KH
documentation
CAMBODIA
enumeration KI
documentation
KIRIBATI
enumeration KM
documentation
COMOROS
enumeration KN
documentation
SAINT KITTS AND NEVIS
enumeration KP
documentation
KOREA, DEMOCRATIC PEOPLE&apos;S REPUBLIC OF
enumeration KR
documentation
KOREA, REPUBLIC OF
enumeration KW
documentation
KUWAIT
enumeration KY
documentation
CAYMAN ISLANDS
enumeration KZ
documentation
KAZAKHSTAN
enumeration LA
documentation
LAO PEOPLE&apos;S DEMOCRATIC REPUBLIC
enumeration LB
documentation
LEBANON
enumeration LC
documentation
SAINT LUCIA
enumeration LI
documentation
LIECHTENSTEIN
enumeration LK
documentation
SRI LANKA
enumeration LR
documentation
LIBERIA
enumeration LS
documentation
LESOTHO
enumeration LT
documentation
LITHUANIA
enumeration LU
documentation
LUXEMBOURG
enumeration LV
documentation
LATVIA
enumeration LY
documentation
LIBYAN ARAB JAMAHIRIYA
enumeration MA
documentation
MOROCCO
enumeration MC
documentation
MONACO
enumeration MD
documentation
MOLDOVA, REPUBLIC OF
enumeration ME
documentation
MONTENEGRO
enumeration MF
documentation
Saint Martin (French part)
enumeration MG
documentation
MADAGASCAR
enumeration MH
documentation
MARSHALL ISLANDS
enumeration MK
documentation
MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF
enumeration ML
documentation
MALI
enumeration MM
documentation
MYANMAR
enumeration MN
documentation
MONGOLIA
enumeration MO
documentation
MACAO
enumeration MP
documentation
NORTHERN MARIANA ISLANDS
enumeration MQ
documentation
MARTINIQUE
enumeration MR
documentation
MAURITANIA
enumeration MS
documentation
MONTSERRAT
enumeration MT
documentation
MALTA
enumeration MU
documentation
MAURITIUS
enumeration MV
documentation
MALDIVES
enumeration MW
documentation
MALAWI
enumeration MX
documentation
MEXICO
enumeration MY
documentation
MALAYSIA
enumeration MZ
documentation
MOZAMBIQUE
enumeration NA
documentation
NAMIBIA
enumeration NC
documentation
NEW CALEDONIA
enumeration NE
documentation
NIGER
enumeration NF
documentation
NORFOLK ISLAND
enumeration NG
documentation
NIGERIA
enumeration NI
documentation
NICARAGUA
enumeration NL
documentation
NETHERLANDS
enumeration NO
documentation
NORWAY
enumeration NP
documentation
NEPAL
enumeration NR
documentation
NAURU
enumeration NU
documentation
NIUE
enumeration NZ
documentation
NEW ZEALAND
enumeration OM
documentation
OMAN
enumeration PA
documentation
PANAMA
enumeration PE
documentation
PERU
enumeration PF
documentation
FRENCH POLYNESIA
enumeration PG
documentation
PAPUA NEW GUINEA
enumeration PH
documentation
PHILIPPINES
enumeration PK
documentation
PAKISTAN
enumeration PL
documentation
POLAND
enumeration PM
documentation
SAINT PIERRE AND MIQUELON
enumeration PN
documentation
PITCAIRN
enumeration PR
documentation
PUERTO RICO
enumeration PS
documentation
PALESTINIAN TERRITORY, OCCUPIED
enumeration PT
documentation
PORTUGAL
enumeration PW
documentation
PALAU
enumeration PY
documentation
PARAGUAY
enumeration QA
documentation
QATAR
enumeration RE
documentation
REUNION
enumeration RO
documentation
ROMANIA
enumeration RS
documentation
SERBIA
enumeration RU
documentation
RUSSIAN FEDERATION
enumeration RW
documentation
RWANDA
enumeration SA
documentation
SAUDI ARABIA
enumeration SB
documentation
SOLOMON ISLANDS
enumeration SC
documentation
SEYCHELLES
enumeration SD
documentation
SUDAN
enumeration SE
documentation
SWEDEN
enumeration SG
documentation
SINGAPORE
enumeration SH
documentation
SAINT HELENA
enumeration SI
documentation
SLOVENIA
enumeration SJ
documentation
SVALBARD AND JAN MAYEN
enumeration SK
documentation
SLOVAKIA
enumeration SL
documentation
SIERRA LEONE
enumeration SM
documentation
SAN MARINO
enumeration SN
documentation
SENEGAL
enumeration SO
documentation
SOMALIA
enumeration SR
documentation
SURINAME
enumeration ST
documentation
SAO TOME AND PRINCIPE
enumeration SV
documentation
EL SALVADOR
enumeration SY
documentation
SYRIAN ARAB REPUBLIC
enumeration SZ
documentation
SWAZILAND
enumeration TC
documentation
TURKS AND CAICOS ISLANDS
enumeration TD
documentation
CHAD
enumeration TF
documentation
FRENCH SOUTHERN TERRITORIES
enumeration TG
documentation
TOGO
enumeration TH
documentation
THAILAND
enumeration TJ
documentation
TAJIKISTAN
enumeration TK
documentation
TOKELAU
enumeration TL
documentation
TIMOR-LESTE
enumeration TM
documentation
TURKMENISTAN
enumeration TN
documentation
TUNISIA
enumeration TO
documentation
TONGA
enumeration TR
documentation
TURKEY
enumeration TT
documentation
TRINIDAD AND TOBAGO
enumeration TV
documentation
TUVALU
enumeration TW
documentation
TAIWAN, PROVINCE OF CHINA
enumeration TZ
documentation
TANZANIA, UNITED REPUBLIC OF
enumeration UA
documentation
UKRAINE
enumeration UG
documentation
UGANDA
enumeration UM
documentation
UNITED STATES MINOR OUTLYING ISLANDS
enumeration US
documentation
UNITED STATES
enumeration UY
documentation
URUGUAY
enumeration UZ
documentation
UZBEKISTAN
enumeration VA
documentation
HOLY SEE (VATICAN CITY STATE)
enumeration VC
documentation
SAINT VINCENT AND THE GRENADINES
enumeration VE
documentation
VENEZUELA
enumeration VG
documentation
VIRGIN ISLANDS, BRITISH
enumeration VI
documentation
VIRGIN ISLANDS, U.S.
enumeration VN
documentation
VIET NAM
enumeration VU
documentation
VANUATU
enumeration WF
documentation
WALLIS AND FUTUNA
enumeration WS
documentation
SAMOA
enumeration YE
documentation
YEMEN
enumeration YT
documentation
MAYOTTE
enumeration ZA
documentation
SOUTH AFRICA
enumeration ZM
documentation
ZAMBIA
enumeration ZW
documentation
ZIMBABWE
annotation
documentation
The nationality of the person.
source <xsd:attribute name="Nationality" type="fc:ISO3166CountyCode" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The nationality of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@DateOfBirth
type fc:Date
properties
use required
facets
Kind Value Annotation
pattern \d{4}[-]\d{2}[-]\d{2}
annotation
documentation
The date of birth of this person.
source <xsd:attribute name="DateOfBirth" type="fc:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date of birth of this person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@CountryOfBirth
type ISO3166-13CountyCode
properties
use required
facets
Kind Value Annotation
enumeration AD
documentation
ANDORRA
enumeration AE
documentation
UNITED ARAB EMIRATES
enumeration AF
documentation
AFGHANISTAN
enumeration AG
documentation
ANTIGUA AND BARBUDA
enumeration AI
documentation
ANGUILLA
enumeration AL
documentation
ALBANIA
enumeration AM
documentation
ARMENIA
enumeration AN
documentation
NETHERLANDS ANTILLES
enumeration AO
documentation
ANGOLA
enumeration AQ
documentation
ANTARCTICA
enumeration AR
documentation
ARGENTINA
enumeration AS
documentation
AMERICAN SAMOA
enumeration AT
documentation
AUSTRIA
enumeration AU
documentation
AUSTRALIA
enumeration AW
documentation
ARUBA
enumeration AX
documentation
Ã…LAND ISLANDS
enumeration AZ
documentation
AZERBAIJAN
enumeration BA
documentation
BOSNIA AND HERZEGOVINA
enumeration BB
documentation
BARBADOS
enumeration BD
documentation
BANGLADESH
enumeration BE
documentation
BELGIUM
enumeration BF
documentation
BURKINA FASO
enumeration BG
documentation
BULGARIA
enumeration BH
documentation
BAHRAIN
enumeration BI
documentation
BURUNDI
enumeration BJ
documentation
BENIN
enumeration BL
documentation
Saint Barthélemy
enumeration BM
documentation
BERMUDA
enumeration BN
documentation
BRUNEI DARUSSALAM
enumeration BO
documentation
BOLIVIA
enumeration BR
documentation
BRAZIL
enumeration BS
documentation
BAHAMAS
enumeration BT
documentation
BHUTAN
enumeration BV
documentation
BOUVET ISLAND
enumeration BW
documentation
BOTSWANA
enumeration BY
documentation
BELARUS
enumeration BZ
documentation
BELIZE
enumeration CA
documentation
CANADA
enumeration CC
documentation
COCOS (KEELING) ISLANDS
enumeration CD
documentation
CONGO, THE DEMOCRATIC REPUBLIC OF THE
enumeration CF
documentation
CENTRAL AFRICAN REPUBLIC
enumeration CG
documentation
CONGO
enumeration CH
documentation
SWITZERLAND
enumeration CI
documentation
COTE D&apos;IVOIRE
enumeration CK
documentation
COOK ISLANDS
enumeration CL
documentation
CHILE
enumeration CM
documentation
CAMEROON
enumeration CN
documentation
CHINA
enumeration CO
documentation
COLOMBIA
enumeration CR
documentation
COSTA RICA
enumeration CU
documentation
CUBA
enumeration CV
documentation
CAPE VERDE
enumeration CX
documentation
CHRISTMAS ISLAND
enumeration CY
documentation
CYPRUS
enumeration CZ
documentation
CZECH REPUBLIC
enumeration DE
documentation
GERMANY
enumeration DJ
documentation
DJIBOUTI
enumeration DK
documentation
DENMARK
enumeration DM
documentation
DOMINICA
enumeration DO
documentation
DOMINICAN REPUBLIC
enumeration DZ
documentation
ALGERIA
enumeration EC
documentation
ECUADOR
enumeration EE
documentation
ESTONIA
enumeration EG
documentation
EGYPT
enumeration EH
documentation
WESTERN SAHARA
enumeration ER
documentation
ERITREA
enumeration ES
documentation
SPAIN
enumeration ET
documentation
ETHIOPIA
enumeration FI
documentation
FINLAND
enumeration FJ
documentation
FIJI
enumeration FK
documentation
FALKLAND ISLANDS (MALVINAS)
enumeration FM
documentation
MICRONESIA, FEDERATED STATES OF
enumeration FO
documentation
FAROE ISLANDS
enumeration FR
documentation
FRANCE
enumeration GA
documentation
GABON
enumeration GB
documentation
UNITED KINGDOM
enumeration GD
documentation
GRENADA
enumeration GE
documentation
GEORGIA
enumeration GF
documentation
FRENCH GUIANA
enumeration GG
documentation
GUERNSEY
enumeration GH
documentation
GHANA
enumeration GI
documentation
GIBRALTAR
enumeration GL
documentation
GREENLAND
enumeration GM
documentation
GAMBIA
enumeration GN
documentation
GUINEA
enumeration GP
documentation
GUADELOUPE
enumeration GQ
documentation
EQUATORIAL GUINEA
enumeration GR
documentation
GREECE
enumeration GS
documentation
SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
enumeration GT
documentation
GUATEMALA
enumeration GU
documentation
GUAM
enumeration GW
documentation
GUINEA-BISSAU
enumeration GY
documentation
GUYANA
enumeration HK
documentation
HONG KONG
enumeration HM
documentation
HEARD ISLAND AND MCDONALD ISLANDS
enumeration HN
documentation
HONDURAS
enumeration HR
documentation
CROATIA
enumeration HT
documentation
HAITI
enumeration HU
documentation
HUNGARY
enumeration ID
documentation
INDONESIA
enumeration IE
documentation
IRELAND
enumeration IL
documentation
ISRAEL
enumeration IM
documentation
ISLE OF MAN
enumeration IN
documentation
INDIA
enumeration IO
documentation
BRITISH INDIAN OCEAN TERRITORY
enumeration IQ
documentation
IRAQ
enumeration IR
documentation
IRAN, ISLAMIC REPUBLIC OF
enumeration IS
documentation
ICELAND
enumeration IT
documentation
ITALY
enumeration JE
documentation
JERSEY
enumeration JM
documentation
JAMAICA
enumeration JO
documentation
JORDAN
enumeration JP
documentation
JAPAN
enumeration KE
documentation
KENYA
enumeration KG
documentation
KYRGYZSTAN
enumeration KH
documentation
CAMBODIA
enumeration KI
documentation
KIRIBATI
enumeration KM
documentation
COMOROS
enumeration KN
documentation
SAINT KITTS AND NEVIS
enumeration KP
documentation
KOREA, DEMOCRATIC PEOPLE&apos;S REPUBLIC OF
enumeration KR
documentation
KOREA, REPUBLIC OF
enumeration KW
documentation
KUWAIT
enumeration KY
documentation
CAYMAN ISLANDS
enumeration KZ
documentation
KAZAKHSTAN
enumeration LA
documentation
LAO PEOPLE&apos;S DEMOCRATIC REPUBLIC
enumeration LB
documentation
LEBANON
enumeration LC
documentation
SAINT LUCIA
enumeration LI
documentation
LIECHTENSTEIN
enumeration LK
documentation
SRI LANKA
enumeration LR
documentation
LIBERIA
enumeration LS
documentation
LESOTHO
enumeration LT
documentation
LITHUANIA
enumeration LU
documentation
LUXEMBOURG
enumeration LV
documentation
LATVIA
enumeration LY
documentation
LIBYAN ARAB JAMAHIRIYA
enumeration MA
documentation
MOROCCO
enumeration MC
documentation
MONACO
enumeration MD
documentation
MOLDOVA, REPUBLIC OF
enumeration ME
documentation
MONTENEGRO
enumeration MF
documentation
Saint Martin (French part)
enumeration MG
documentation
MADAGASCAR
enumeration MH
documentation
MARSHALL ISLANDS
enumeration MK
documentation
MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF
enumeration ML
documentation
MALI
enumeration MM
documentation
MYANMAR
enumeration MN
documentation
MONGOLIA
enumeration MO
documentation
MACAO
enumeration MP
documentation
NORTHERN MARIANA ISLANDS
enumeration MQ
documentation
MARTINIQUE
enumeration MR
documentation
MAURITANIA
enumeration MS
documentation
MONTSERRAT
enumeration MT
documentation
MALTA
enumeration MU
documentation
MAURITIUS
enumeration MV
documentation
MALDIVES
enumeration MW
documentation
MALAWI
enumeration MX
documentation
MEXICO
enumeration MY
documentation
MALAYSIA
enumeration MZ
documentation
MOZAMBIQUE
enumeration NA
documentation
NAMIBIA
enumeration NC
documentation
NEW CALEDONIA
enumeration NE
documentation
NIGER
enumeration NF
documentation
NORFOLK ISLAND
enumeration NG
documentation
NIGERIA
enumeration NI
documentation
NICARAGUA
enumeration NL
documentation
NETHERLANDS
enumeration NO
documentation
NORWAY
enumeration NP
documentation
NEPAL
enumeration NR
documentation
NAURU
enumeration NU
documentation
NIUE
enumeration NZ
documentation
NEW ZEALAND
enumeration OM
documentation
OMAN
enumeration PA
documentation
PANAMA
enumeration PE
documentation
PERU
enumeration PF
documentation
FRENCH POLYNESIA
enumeration PG
documentation
PAPUA NEW GUINEA
enumeration PH
documentation
PHILIPPINES
enumeration PK
documentation
PAKISTAN
enumeration PL
documentation
POLAND
enumeration PM
documentation
SAINT PIERRE AND MIQUELON
enumeration PN
documentation
PITCAIRN
enumeration PR
documentation
PUERTO RICO
enumeration PS
documentation
PALESTINIAN TERRITORY, OCCUPIED
enumeration PT
documentation
PORTUGAL
enumeration PW
documentation
PALAU
enumeration PY
documentation
PARAGUAY
enumeration QA
documentation
QATAR
enumeration RE
documentation
REUNION
enumeration RO
documentation
ROMANIA
enumeration RS
documentation
SERBIA
enumeration RU
documentation
RUSSIAN FEDERATION
enumeration RW
documentation
RWANDA
enumeration SA
documentation
SAUDI ARABIA
enumeration SB
documentation
SOLOMON ISLANDS
enumeration SC
documentation
SEYCHELLES
enumeration SD
documentation
SUDAN
enumeration SE
documentation
SWEDEN
enumeration SG
documentation
SINGAPORE
enumeration SH
documentation
SAINT HELENA
enumeration SI
documentation
SLOVENIA
enumeration SJ
documentation
SVALBARD AND JAN MAYEN
enumeration SK
documentation
SLOVAKIA
enumeration SL
documentation
SIERRA LEONE
enumeration SM
documentation
SAN MARINO
enumeration SN
documentation
SENEGAL
enumeration SO
documentation
SOMALIA
enumeration SR
documentation
SURINAME
enumeration ST
documentation
SAO TOME AND PRINCIPE
enumeration SV
documentation
EL SALVADOR
enumeration SY
documentation
SYRIAN ARAB REPUBLIC
enumeration SZ
documentation
SWAZILAND
enumeration TC
documentation
TURKS AND CAICOS ISLANDS
enumeration TD
documentation
CHAD
enumeration TF
documentation
FRENCH SOUTHERN TERRITORIES
enumeration TG
documentation
TOGO
enumeration TH
documentation
THAILAND
enumeration TJ
documentation
TAJIKISTAN
enumeration TK
documentation
TOKELAU
enumeration TL
documentation
TIMOR-LESTE
enumeration TM
documentation
TURKMENISTAN
enumeration TN
documentation
TUNISIA
enumeration TO
documentation
TONGA
enumeration TR
documentation
TURKEY
enumeration TT
documentation
TRINIDAD AND TOBAGO
enumeration TV
documentation
TUVALU
enumeration TW
documentation
TAIWAN, PROVINCE OF CHINA
enumeration TZ
documentation
TANZANIA, UNITED REPUBLIC OF
enumeration UA
documentation
UKRAINE
enumeration UG
documentation
UGANDA
enumeration UM
documentation
UNITED STATES MINOR OUTLYING ISLANDS
enumeration US
documentation
UNITED STATES
enumeration UY
documentation
URUGUAY
enumeration UZ
documentation
UZBEKISTAN
enumeration VA
documentation
HOLY SEE (VATICAN CITY STATE)
enumeration VC
documentation
SAINT VINCENT AND THE GRENADINES
enumeration VE
documentation
VENEZUELA
enumeration VG
documentation
VIRGIN ISLANDS, BRITISH
enumeration VI
documentation
VIRGIN ISLANDS, U.S.
enumeration VN
documentation
VIET NAM
enumeration VU
documentation
VANUATU
enumeration WF
documentation
WALLIS AND FUTUNA
enumeration WS
documentation
SAMOA
enumeration YE
documentation
YEMEN
enumeration YT
documentation
MAYOTTE
enumeration ZA
documentation
SOUTH AFRICA
enumeration ZM
documentation
ZAMBIA
enumeration ZW
documentation
ZIMBABWE
enumeration BQAQ
documentation
British Antarctic Territory
enumeration BUMM
documentation
Burma, Socialist Republic of the Union of
enumeration BYAA
documentation
Byelorussian SSR Soviet Socialist Republic
enumeration CTKI
documentation
Canton and Enderbury Islands
enumeration CSHH
documentation
Czechoslovakia
enumeration DYBJ
documentation
Dahomey
enumeration NQAQ
documentation
Dronning Maud Land
enumeration TPTL
documentation
East Timor
enumeration FXFR
documentation
France, Metropolitan
enumeration AIDJ
documentation
French Afar and Issas
enumeration FQHH
documentation
French Southern and Antarctic Territories
enumeration DDDE
documentation
German Democratic Republic
enumeration GEHH
documentation
Gilbert and Ellice Islands
enumeration JTUM
documentation
Johnston Island
enumeration MIUM
documentation
Midway Islands
enumeration ANHH
documentation
Netherlands Antilles
enumeration NTHH
documentation
Neutral Zone
enumeration NHVU
documentation
New Hebrides
enumeration PCHH
documentation
Pacific Islands, Trust Territory of the
enumeration PZPA
documentation
Panama Canal Zone
enumeration CSXX
documentation
Serbia and Montenegro
enumeration SKIN
documentation
Sikkim
enumeration RHZW
documentation
Southern Rhodesia
enumeration HVBF
documentation
Upper Volta
enumeration PUUM
documentation
U.S. Miscellaneous Pacific Islands
enumeration SUHH
documentation
USSR
enumeration VDVN
documentation
Viet-Nam, Democratic Republic of
enumeration WKUM
documentation
Wake Island
enumeration YDYE
documentation
Yemen, Democratic
enumeration YUCS
documentation
Yugoslavia
enumeration ZRCD
documentation
Zaire
annotation
documentation
The country where the person was born. Note that this is not the nationality but simply the country where this person was born.
source <xsd:attribute name="CountryOfBirth" type="fc:ISO3166-13CountyCode" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The country where the person was born. Note that this is not the nationality but simply the country where this person was born.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@RegionOfBirth
type fc:String
properties
use optional
annotation
documentation
The region (e.g., province or states) where the person was born.
source <xsd:attribute name="RegionOfBirth" type="fc:String" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The region (e.g., province or states) where the person was born.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PersonType/@PlaceOfBirth
type fc:String
properties
use required
annotation
documentation
The location (town, village or similar) where the person was born.
source <xsd:attribute name="PlaceOfBirth" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The location (town, village or similar) where the person was born.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element PersonType/Photo
diagram registration_p34.png
namespace http://fifa.com/fc
type fc:PictureType
properties
minOcc 0
maxOcc 1
content complex
nillable false
children fc:PictureEmbedded fc:PictureLink
annotation
documentation
The photo of the person.
source <xsd:element name="Photo" type="fc:PictureType" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The photo of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/LocalPersonName
diagram registration_p35.png
namespace http://fifa.com/fc
type fc:LocalPersonNameType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Language  ISO639-2Type  required      
documentation
The language this localised name is written in.
Title  fc:String        
documentation
The Title of the person. This can be for example Dr., Shaikh or DATO' DR.
FirstName  fc:String        
documentation
The localised first name (given name) of the person. If a first name is not applicable (e.g. Arabic name) an empty string should be used.
LastName  fc:String  required      
documentation
The localised last name (family name) of the person. If only one person's name applies (e.g. Arabic name, without first name) then this field should be used for that name.
BirthName  fc:String        
documentation
The localised birth name of the person. (e.g. female's maiden name)
PopularName          
documentation
The localised popular name (or nickname) of a person.
annotation
documentation
The localised names of the person.
source <xsd:element name="LocalPersonName" type="fc:LocalPersonNameType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The localised names of the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/NationalIdentifier
diagram registration_p36.png
namespace http://fifa.com/fc
type fc:NationalIdentifierType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Identifier  fc:String  required      
documentation
The number/string representing the national identifier.
NationalIdentifierNature  fc:NationalIdentifierNatureType  required      
documentation
The national identifier type.
Country  ISO3166CountyCode  required      
documentation
The country where the national identifier is issued.
DateFrom  fc:Date  optional      
documentation
The start date of validity of the national identifier, e.g. the issue date of the passport.
DateTo  fc:Date  optional      
documentation
The final date of validity of the national identifier, when it becomes invalid/expired, e.g. the expiry date of the passport.
Description  fc:String  optional      
documentation
An optional more detailed description of the national identifier.
annotation
documentation
Unique National Identifiers of a person, e.g. social security number, passport number, or Tax ID.
source <xsd:element name="NationalIdentifier" type="fc:NationalIdentifierType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Unique National Identifiers of a person, e.g. social security number, passport number, or Tax ID.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/MatchOfficialCertificate
diagram registration_p37.png
namespace http://fifa.com/fc
type fc:MatchOfficialCertificationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Status  fc:SimpleStatusType  required      
documentation
The status of the certificate, i.e. active (current) or inactive (expired certificate).
CertificationValidFrom  fc:Date  required      
documentation
The date when the validity of this certificate starts, e.g. when a person's certificate starts being valid.
CertificationValidTo  fc:Date  optional      
documentation
The date when the validity of the certificate ends, e.g. when a person's certificate is not valid anymore.
Description  fc:String  optional      
documentation
An optional more detailed description of the certification.
CertificationNature  fc:MatchOfficialCertificationNatureType  required      
documentation
The match official certification nature type.
annotation
documentation
The list of relevant match official certifications, diplomas, or licences of a football stakeholder, e.g. FIFA Referee certificate.
source <xsd:element name="MatchOfficialCertificate" type="fc:MatchOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The list of relevant match official certifications, diplomas, or licences of a football stakeholder, e.g. FIFA Referee certificate.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/TeamOfficialCertificate
diagram registration_p38.png
namespace http://fifa.com/fc
type fc:TeamOfficialCertificationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
Status  fc:SimpleStatusType  required      
documentation
The status of the certificate, i.e. active (current) or inactive (expired certificate).
CertificationValidFrom  fc:Date  required      
documentation
The date when the validity of this certificate starts, e.g. when a person's certificate starts being valid.
CertificationValidTo  fc:Date  optional      
documentation
The date when the validity of the certificate ends, e.g. when a person's certificate is not valid anymore.
Description  fc:String  optional      
documentation
An optional more detailed description of the certification.
CertificationNature  fc:TeamOfficialCertificationNatureType  required      
documentation
The team official certification nature type.
annotation
documentation
The list of relevant team official certifications, diplomas, or licences of a football stakeholder, e.g. UEFA coach licence.
source <xsd:element name="TeamOfficialCertificate" type="fc:TeamOfficialCertificationType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The list of relevant team official certifications, diplomas, or licences of a football stakeholder, e.g. UEFA coach licence.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/PlayerRegistration
diagram registration_p39.png
namespace http://fifa.com/fc
type fc:PlayerRegistrationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA id of the person this registration belongs to. You can think of this as a foreign key to the person.
Status  fc:SimpleStatusType  required      
documentation
The status of the registration, i.e. active (current) or inactive (terminated).
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organisation the person is registered for. Players are registered for a club. Team officials, match officials or organisation officials can be registered for either a club or an association.
RegistrationValidFrom  fc:Date  required      
documentation
The date when the validity of this registration starts, e.g. when a player joins and officially registers for a club.
RegistrationValidTo  fc:Date  optional      
documentation
The date when the validity of the registration ends, e.g. when a player officially leaves a club.
Level  fc:RegistrationLevelType  required      
documentation
The level the person was playing on for the club, i.e. amateur or professional.
Discipline  fc:DisciplineType  required      
documentation
The sport/discipline this registration is valid for, e.g. a football player registration is distinct from a beach soccer player registration.
RegistrationNature  fc:PlayerRegistrationNatureType  required      
documentation
Defines the type of the registration whether it is a loan or permanent one.
annotation
documentation
The player registrations list.
source <xsd:element name="PlayerRegistration" type="fc:PlayerRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The player registrations list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/TeamOfficialRegistration
diagram registration_p40.png
namespace http://fifa.com/fc
type fc:TeamOfficialRegistrationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA id of the person this registration belongs to. You can think of this as a foreign key to the person.
Status  fc:SimpleStatusType  required      
documentation
The status of the registration, i.e. active (current) or inactive (terminated).
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organisation the person is registered for. Players are registered for a club. Team officials, match officials or organisation officials can be registered for either a club or an association.
RegistrationValidFrom  fc:Date  required      
documentation
The date when the validity of this registration starts, e.g. when a player joins and officially registers for a club.
RegistrationValidTo  fc:Date  optional      
documentation
The date when the validity of the registration ends, e.g. when a player officially leaves a club.
TeamOfficialRole  fc:TeamOfficialRoleType  required      
documentation
The team official role type, e.g. Coach or Team Doctor.
Discipline  fc:DisciplineType  required      
documentation
The sport/discipline this registration is for, e.g. a futsal coach registration is distinct from a football coach registration.
annotation
documentation
The team official registrations list.
source <xsd:element name="TeamOfficialRegistration" type="fc:TeamOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The team official registrations list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/MatchOfficialRegistration
diagram registration_p41.png
namespace http://fifa.com/fc
type fc:MatchOfficialRegistrationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA id of the person this registration belongs to. You can think of this as a foreign key to the person.
Status  fc:SimpleStatusType  required      
documentation
The status of the registration, i.e. active (current) or inactive (terminated).
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organisation the person is registered for. Players are registered for a club. Team officials, match officials or organisation officials can be registered for either a club or an association.
RegistrationValidFrom  fc:Date  required      
documentation
The date when the validity of this registration starts, e.g. when a player joins and officially registers for a club.
RegistrationValidTo  fc:Date  optional      
documentation
The date when the validity of the registration ends, e.g. when a player officially leaves a club.
MatchOfficialRole  fc:MatchOfficalRoleType  required      
documentation
The match official role type, e.g. Referee or Observer.
Discipline  fc:DisciplineType  required      
documentation
The sport/discipline this registration is for. E.g. a futsal referee is distinct from a football referee
annotation
documentation
The match official registrations list.
source <xsd:element name="MatchOfficialRegistration" type="fc:MatchOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The match official registrations list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element PersonType/OrganisationOfficialRegistration
diagram registration_p42.png
namespace http://fifa.com/fc
type fc:OrganisationOfficialRegistrationType
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA id of the person this registration belongs to. You can think of this as a foreign key to the person.
Status  fc:SimpleStatusType  required      
documentation
The status of the registration, i.e. active (current) or inactive (terminated).
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organisation the person is registered for. Players are registered for a club. Team officials, match officials or organisation officials can be registered for either a club or an association.
RegistrationValidFrom  fc:Date  required      
documentation
The date when the validity of this registration starts, e.g. when a player joins and officially registers for a club.
RegistrationValidTo  fc:Date  optional      
documentation
The date when the validity of the registration ends, e.g. when a player officially leaves a club.
OrganisationOfficialRole  fc:OrganisationOfficialRoleType  required      
documentation
The organisation official's role type, e.g. President or Press Officer.
annotation
documentation
The organisation official registrations list.
source <xsd:element name="OrganisationOfficialRegistration" type="fc:OrganisationOfficialRegistrationType" nillable="true" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The organisation official registrations list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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