complexType OrganisationType
diagram registration_p11.png
namespace http://fifa.com/fc
children fc:NationalIdentifier fc:LocalOrganisationName fc:SupportedDiscipline fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax fc:Logo
attributes
Name  Type  Use  Default  Fixed  Annotation
OrganisationFIFAId  fc:FIFAIdentifier  optional      
documentation
The worldwide unique FIFA ID of the organisation. The ID is never changed and accompanies an organisation for its whole lifecycle.
Status  fc:SimpleStatusType  required      
documentation
The status of this organisation.
InternationalName  fc:String  optional      
documentation
The full international name of the organisation. For a club this is for example Ballsportverein Borussia Dortmund e.V.
InternationalShortName  fc:String  optional      
documentation
The international short name (or abbreviation) of the organisation. As an example this could be FIFA or BVB.
OrganisationNature  fc:OrganisationNatureType  required      
documentation
The type/nature of an organisation, e.g. confederation, national association, club etc.
FoundationDate  fc:Date  optional      
documentation
The date when the Organisation was founded.
DissolutionDate  fc:Date        
documentation
The date when the Organisation was dissolved or superseded by another Organisation.
ParentOrganisationFIFAId  fc:FIFAIdentifier        
documentation
The ID of the parent organisation. If this organisation is a child of (an)other organisation, this element points to the parent organisation. E.g. for the Club PSG, this would be the French FF (FFF).
annotation
documentation
This represents a generic organisation and its attributes. Various types of football organisations belong to this type: FIFA, member associations, Clubs etc. Organisations may be parts/members of other organisations. In these cases an organisation has a parent organisation. The FIFA is for example the parent organisation of the DFB.
source <xsd:complexType name="OrganisationType">
 
<xsd:annotation>
   
<xsd:documentation>This represents a generic organisation and its attributes. Various types of football organisations belong to this type: FIFA, member associations, Clubs etc. Organisations may be parts/members of other organisations. In these cases an organisation has a parent organisation. The FIFA is for example the parent organisation of the DFB.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="NationalIdentifier" type="fc:NationalIdentifierType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Information about the unique National Identifiers of an organisation, e.g. VAT number, or local system ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="LocalOrganisationName" type="fc:LocalNameType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The localised names of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="SupportedDiscipline" type="fc:SupportedDisciplineType" nillable="true" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The list of supported disciplines defined for some club (combination of discipline and gender).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="OfficialAddress" type="fc:AddressType" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The official mail address of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="WebAddress" type="fc:WebAddressType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The web address of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Email" type="fc:EmailAddressType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The primary e-mail of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Phone" type="fc:PhoneNumberType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The primary phone number of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Fax" type="fc:PhoneNumberType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The primary fax number of the organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Logo" type="fc:PictureType" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>The logo of the Organisation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique FIFA ID of the organisation. The ID is never changed and accompanies an organisation for its whole lifecycle.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Status" type="fc:SimpleStatusType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The status of this organisation.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalName" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The full international name of the organisation. For a club this is for example Ballsportverein Borussia Dortmund e.V.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="InternationalShortName" type="fc:String" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The international short name (or abbreviation) of the organisation. As an example this could be FIFA or BVB.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="OrganisationNature" type="fc:OrganisationNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type/nature of an organisation, e.g. confederation, national association, club etc.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="FoundationDate" type="fc:Date" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The date when the Organisation was founded.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DissolutionDate" type="fc:Date">
   
<xsd:annotation>
     
<xsd:documentation>The date when the Organisation was dissolved or superseded by another Organisation.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ParentOrganisationFIFAId" type="fc:FIFAIdentifier">
   
<xsd:annotation>
     
<xsd:documentation>The ID of the parent organisation. If this organisation is a child of (an)other organisation, this element points to the parent organisation. E.g. for the Club PSG, this would be the French FF (FFF).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>


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