complexType FootballStakeholderDataType
diagram scenarios_p25.png
namespace http://fifa.com/fc
children fc:FootballStakeholderLocal
used by
element FootballStakeholderData
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportDate  fc:Date  required      
documentation
The date and time when the data in the document was current.
annotation
documentation
The element defining a football stakeholder with its detailed personal data and registrations.
source <xsd:complexType name="FootballStakeholderDataType">
 
<xsd:annotation>
   
<xsd:documentation>The element defining a football stakeholder with its detailed personal data and registrations.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="FootballStakeholderLocal" type="fc:FootballStakeholderLocalType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The football stakeholder list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ExportDate" type="fc:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute FootballStakeholderDataType/@ExportDate
type fc:Date
properties
use required
annotation
documentation
The date and time when the data in the document was current.
source <xsd:attribute name="ExportDate" type="fc:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element FootballStakeholderDataType/FootballStakeholderLocal
diagram scenarios_p26.png
namespace http://fifa.com/fc
type fc:FootballStakeholderLocalType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
children fc:Photo fc:LocalPersonName fc:NationalIdentifier fc:MatchOfficialCertifications fc:TeamOfficialCertifications fc:PlayerRegistrations fc:TeamOfficialRegistrations fc:MatchOfficialRegistrations fc:OrganizationOfficialRegistrations
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.
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).
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 localized names (LocalFirstName and LocalLastName) are written in.
LocalCountry  ISO3166CountyCode  required      
documentation
The associated county of MA constructing XML entity.
annotation
documentation
The football stakeholder list.
source <xsd:element name="FootballStakeholderLocal" type="fc:FootballStakeholderLocalType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The football stakeholder list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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