complexType OrganizationOfficialRegistrationType
diagram stakeholder_p2.png
namespace http://fifa.com/fc
type extension of fc:RegistrationType
properties
base fc:RegistrationType
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).
OrganizationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organization the person is registered for. Players are registered for a club. Team officials, match officials or organization 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.
OrganizationOfficialRole  fc:OrganizationOfficialRoleType  required      
documentation
The organization official's role type, e.g. President or Press Officer.
annotation
documentation
This represents an organization official  (e.g. President, Secretary, Press Officer) registration and its attributes. An organization organization registration is assigned to a person. An organization official registration marks a person as an organization official for an organization and the given validity period.
source <xsd:complexType name="OrganizationOfficialRegistrationType">
 
<xsd:annotation>
   
<xsd:documentation>This represents an organization official  (e.g. President, Secretary, Press Officer) registration and its attributes. An organization organization registration is assigned to a person. An organization official registration marks a person as an organization official for an organization and the given validity period.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:RegistrationType">
     
<xsd:attribute name="OrganizationOfficialRole" type="fc:OrganizationOfficialRoleType" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The organization official's role type, e.g. President or Press Officer.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute OrganizationOfficialRegistrationType/@OrganizationOfficialRole
type fc:OrganizationOfficialRoleType
properties
use required
facets
Kind Value Annotation
enumeration President
enumeration VicePresident
enumeration GeneralSecretary
enumeration BoardMember
enumeration BoardChairman
enumeration MediaOfficer
enumeration SportsDirector
enumeration TechnicalDirector
enumeration Owner
enumeration Other
annotation
documentation
The organization official's role type, e.g. President or Press Officer.
source <xsd:attribute name="OrganizationOfficialRole" type="fc:OrganizationOfficialRoleType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The organization official's role type, e.g. President or Press Officer.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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