complexType OrganizationOfficialRegistrationsListType
diagram scenarios_p52.png
namespace http://fifa.com/fc
children fc:OrganizationOfficialRegistration
used by
element FootballStakeholderType/OrganizationOfficialRegistrations
annotation
documentation
The organization official registrations list.
source <xsd:complexType name="OrganizationOfficialRegistrationsListType">
 
<xsd:annotation>
   
<xsd:documentation>The organization official registrations list.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="OrganizationOfficialRegistration" type="fc:OrganizationOfficialRegistrationType" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of organization official (e.g. President, Secretary, Press Officer) registrations.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element OrganizationOfficialRegistrationsListType/OrganizationOfficialRegistration
diagram scenarios_p53.png
namespace http://fifa.com/fc
type fc:OrganizationOfficialRegistrationType
properties
minOcc 0
maxOcc 500
content complex
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
The list of organization official (e.g. President, Secretary, Press Officer) registrations.
source <xsd:element name="OrganizationOfficialRegistration" type="fc:OrganizationOfficialRegistrationType" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of organization official (e.g. President, Secretary, Press Officer) registrations.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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