diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="RegistrationType"> <xsd:annotation> <xsd:documentation>This represents a generic person registration and its attributes. A person registration is assigned to a person. A person registration marks a person for an organisation and the given validity period. </xsd:documentation> </xsd:annotation> <xsd:attribute name="PersonFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Status" type="fc:SimpleStatusType" use="required"> <xsd:annotation> <xsd:documentation>The status of the registration, i.e. active (current) or inactive (terminated).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="RegistrationValidFrom" type="fc:Date" use="required"> <xsd:annotation> <xsd:documentation>The date when the validity of this registration starts, e.g. when a player joins and officially registers for a club.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="RegistrationValidTo" type="fc:Date" use="optional"> <xsd:annotation> <xsd:documentation>The date when the validity of the registration ends, e.g. when a player officially leaves a club.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |