complexType MatchOfficialRegistrationsListType
diagram registration_p17.png
namespace http://fifa.com/fc
children fc:MatchOfficialRegistration
annotation
documentation
The match official registrations list.
source <xsd:complexType name="MatchOfficialRegistrationsListType">
 
<xsd:annotation>
   
<xsd:documentation>The match official registrations list.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="MatchOfficialRegistration" type="fc:MatchOfficialRegistrationType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The list of match official (e.g. Referee) registrations.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element MatchOfficialRegistrationsListType/MatchOfficialRegistration
diagram registration_p18.png
namespace http://fifa.com/fc
type fc:MatchOfficialRegistrationType
properties
minOcc 0
maxOcc unbounded
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).
OrganisationFIFAId  fc:FIFAIdentifier  required      
documentation
The worldwide unique FIFA ID of the club or organisation the person is registered for. Players are registered for a club. Team officials, match officials or organisation 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.
MatchOfficialRole  fc:MatchOfficalRoleType  required      
documentation
The match official role type, e.g. Referee or Observer.
Discipline  fc:DisciplineType  required      
documentation
The sport/discipline this registration is for. E.g. a futsal referee is distinct from a football referee
annotation
documentation
The list of match official (e.g. Referee) registrations.
source <xsd:element name="MatchOfficialRegistration" type="fc:MatchOfficialRegistrationType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The list of match official (e.g. Referee) registrations.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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