complexType OrganisationLocalType
diagram scenarios_p23.png
namespace http://fifa.com/fc
type extension of fc:OrganisationType
properties
base fc:OrganisationType
children fc:NationalIdentifier fc:LocalOrganisationName fc:SupportedDiscipline fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax fc:Logo
used by
element OrganisationLocal
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).
LocalName  fc:String  required      
documentation
The name of an organisation in local language (the language specified by LocalLanguage attribute).
LocalShortName  fc:String  optional      
documentation
The short name of an organisation in local language (the language specified by LocalLanguage attribute).
LocalSystemMAId  fc:String  optional      
documentation
The number/string value representing the organisation identificator in local MA's system.
LocalLanguage  ISO639-2Type  required      
documentation
The language the localised names(LocalName and LocalShortName) are written in.
LocalCountry  ISO3166CountryCode  required      
documentation
The associated county of MA constructing XML entity.
annotation
documentation
This object extends the OrganisationType and complements it with scenario specific detailed information such as organisation local system MA id etc.
source <xsd:complexType name="OrganisationLocalType">
 
<xsd:annotation>
   
<xsd:documentation>This object extends the OrganisationType and complements it with scenario specific detailed information such as organisation local system MA id etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:OrganisationType">
     
<xsd:attribute name="LocalName" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The name of an organisation in local language (the language specified by LocalLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalShortName" type="fc:String" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>The short name of an organisation in local language (the language specified by LocalLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalSystemMAId" type="fc:String" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>The number/string value representing the organisation identificator in local MA's system.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalLanguage" type="fc:ISO639-2Type" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The language the localised names(LocalName and LocalShortName) are written in.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalCountry" type="fc:ISO3166CountryCode" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The associated county of MA constructing XML entity.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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