diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:Nationality fe:FIFANationality fe:Passport fe:NativePersonName fe:Address fe:Email fe:Phone fe:Photo fe:AlsoKnownAs fe:CustomExtension | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="BasePersonType"> <xsd:annotation> <xsd:documentation> This represents a generic person and its attributes. Every human is a person: Players, Referees, Coaches, Officials etc.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Nationality" type="fe:ISO3166CountyCode" nillable="false" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The nationality of the person. Or more strictly the country code where the person is a citizen.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="FIFANationality" type="fe:FIFANationalityType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The FIFA nationality of the person. The FIFA defined nationality code.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Passport" type="fe:PassportType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>Information about the Passport of a Person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativePersonName" type="fe:NativePersonNameType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized name of the person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the addresses of a person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Email" type="fe:EmailType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the emails of a person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Phone" type="fe:PhoneType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the phone numbers of a person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Photo" type="fe:PictureType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are photos of the person.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="AlsoKnownAs" type="fe:Identifier" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The unique identifiers that are known to be duplicates of this Person. Note that according to the specification all these Identifiers MUST be lexicographically smaller than the PersonId.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Custom extensions for the object. Note that you may not duplicate any existing attributes or elements using custom extensions.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="PersonId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique id of the person. The id is never changed and accompanies a person for its whole life. Id's are never reused.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Birthdate" type="fe:Date" use="required"> <xsd:annotation> <xsd:documentation>The date of birth of this person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Gender" type="fe:GenderType" use="required"> <xsd:annotation> <xsd:documentation>The sex of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Status" type="fe:PersonStatusType" use="required"> <xsd:annotation> <xsd:documentation>The vitality status of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="AlternativeId"> <xsd:annotation> <xsd:documentation>The alternative id is a human readable person id that may be used for example in the player passport. This id SHOULD be used whenever a person's id has to be used in printed form and worked with by humans.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="16"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="DateOfDeath" type="fe:Date" use="optional"> <xsd:annotation> <xsd:documentation>Date when the person died.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="PlaceOfBirth" type="fe:String50" use="optional"> <xsd:annotation> <xsd:documentation>The location (town, village or similar) where the person was born.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="CountryOfBirth" type="fe:ISO3166CountyCode" use="optional"> <xsd:annotation> <xsd:documentation>The country where the person was born in. Note that this is NOT the nationality but simply where this person was born.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="PersonId" type="fe:Identifier" use="required"> <xsd:annotation> <xsd:documentation>The worldwide unique id of the person. The id is never changed and accompanies a person for its whole life. Id's are never reused.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:Date | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="Birthdate" type="fe:Date" use="required"> <xsd:annotation> <xsd:documentation>The date of birth of this person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:GenderType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Gender" type="fe:GenderType" use="required"> <xsd:annotation> <xsd:documentation>The sex of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:PersonStatusType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:attribute name="Status" type="fe:PersonStatusType" use="required"> <xsd:annotation> <xsd:documentation>The vitality status of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | restriction of xsd:string | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="AlternativeId"> <xsd:annotation> <xsd:documentation>The alternative id is a human readable person id that may be used for example in the player passport. This id SHOULD be used whenever a person's id has to be used in printed form and worked with by humans.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="16"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
type | fe:Date | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="DateOfDeath" type="fe:Date" use="optional"> <xsd:annotation> <xsd:documentation>Date when the person died.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:String50 | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="PlaceOfBirth" type="fe:String50" use="optional"> <xsd:annotation> <xsd:documentation>The location (town, village or similar) where the person was born.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | ISO3166CountyCode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="CountryOfBirth" type="fe:ISO3166CountyCode" use="optional"> <xsd:annotation> <xsd:documentation>The country where the person was born in. Note that this is NOT the nationality but simply where this person was born.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | ISO3166CountyCode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Nationality" type="fe:ISO3166CountyCode" nillable="false" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The nationality of the person. Or more strictly the country code where the person is a citizen.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | FIFANationalityType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="FIFANationality" type="fe:FIFANationalityType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>The FIFA nationality of the person. The FIFA defined nationality code.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||
type | fe:PassportType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="Passport" type="fe:PassportType" nillable="false" minOccurs="0" maxOccurs="10"> <xsd:annotation> <xsd:documentation>Information about the Passport of a Person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||
type | fe:NativePersonNameType | ||||||||||||||
properties |
|
||||||||||||||
children | fe:Name fe:Title fe:CallName fe:ShortName fe:PopularName | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="NativePersonName" type="fe:NativePersonNameType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The localized name of the person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | fe:AddressType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fe:AddressUsage | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Address" type="fe:AddressType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the addresses of a person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||
type | fe:EmailType | ||||||||||||
properties |
|
||||||||||||
children | fe:EmailUsage | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="Email" type="fe:EmailType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the emails of a person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||
type | fe:PhoneType | ||||||||||||
properties |
|
||||||||||||
children | fe:PhoneUsage | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="Phone" type="fe:PhoneType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are the phone numbers of a person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||
type | fe:PictureType | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||
source | <xsd:element name="Photo" type="fe:PictureType" nillable="false" minOccurs="0" maxOccurs="20"> <xsd:annotation> <xsd:documentation>These are photos of the person.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://fifa.com/exchange/fe | |||||||||
type | fe:Identifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="AlsoKnownAs" type="fe:Identifier" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>The unique identifiers that are known to be duplicates of this Person. Note that according to the specification all these Identifiers MUST be lexicographically smaller than the PersonId.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||
type | fe:CustomExtensionType | ||||||||||||||
properties |
|
||||||||||||||
children | fe:Value fe:NativeValue | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Custom extensions for the object. Note that you may not duplicate any existing attributes or elements using custom extensions.</xsd:documentation> </xsd:annotation> </xsd:element> |