complexType TraditionalPersonType
diagram person-2.1_p14.png
namespace http://fifa.com/exchange/fe
type extension of fe:BasePersonType
properties
base fe:BasePersonType
children fe:Nationality fe:FIFANationality fe:Passport fe:NativePersonName fe:Address fe:Email fe:Phone fe:Photo fe:AlsoKnownAs fe:CustomExtension fe:PersonName
attributes
Name  Type  Use  Default  Fixed  Annotation
PersonId  fe:Identifier  required      
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.
Birthdate  fe:Date  required      
documentation
The date of birth of this person.
Gender  fe:GenderType  required      
documentation
The sex of the person.
Status  fe:PersonStatusType  required      
documentation
The vitality status of the person.
AlternativeId  derived by: xsd:string        
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.
DateOfDeath  fe:Date  optional      
documentation
Date when the person died.
PlaceOfBirth  fe:String50  optional      
documentation
The location (town, village or similar) where the person was born.
CountryOfBirth  ISO3166CountyCode  optional      
documentation
The country where the person was born in. Note that this is NOT the nationality but simply where this person was born.
annotation
documentation
This represents a generic person that can be used for western world use cases only. It features a mandatory firstname for convenience. Whenever possible use the PersonType instead.
source <xsd:complexType name="TraditionalPersonType">
 
<xsd:annotation>
   
<xsd:documentation>This represents a generic person that can be used for western world use cases only. It features a mandatory firstname for convenience. Whenever possible use the PersonType instead.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fe:BasePersonType">
     
<xsd:sequence minOccurs="1" maxOccurs="1">
       
<xsd:element name="PersonName" type="fe:TraditionalPersonNameType" nillable="false" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The English (international) name of a Person. Including a mandatory firstname in the official name.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element TraditionalPersonType/PersonName
diagram person-2.1_p15.png
namespace http://fifa.com/exchange/fe
type fe:TraditionalPersonNameType
properties
content complex
nillable false
children fe:Title fe:CallName fe:ShortName fe:PopularName fe:ComposedFullName fe:Name
annotation
documentation
The English (international) name of a Person. Including a mandatory firstname in the official name.
source <xsd:element name="PersonName" type="fe:TraditionalPersonNameType" nillable="false" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The English (international) name of a Person. Including a mandatory firstname in the official name.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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