complexType FacilityLocalType
diagram scenarios_p15.png
namespace http://fifa.com/fc
type extension of fc:FacilityType
properties
base fc:FacilityType
children fc:LocalFacilityName fc:Field fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax
used by
element FacilityLocal
attributes
Name  Type  Use  Default  Fixed  Annotation
FacilityFIFAId  fc:FIFAIdentifier  optional      
documentation
The worldwide unique FIFA ID of the facility.
Status  fc:SimpleStatusType  required      
documentation
The status of this facility.
InternationalName  fc:String  optional      
documentation
The international name of the facility. An example could be L'Estadi Camp Nou.
InternationalShortName  fc:String  optional      
documentation
The international name (or abbreviation) of the Facility. As an example this could be Wembley or Camp Nou.
OrganisationFIFAId  fc:FIFAIdentifier        
documentation
The ID of the parent organisation. If this facility belongs to some organisation, this attribute points to that parent organisation.
ParentFacilityFIFAId  fc:FIFAIdentifier        
documentation
The ID of the parent field. If this facility is a child of (an)other facility, this element points to the parent facility. E.g. for Zagrabelo Pitch 1, this would be Zagrebello Sports Complex.
LocalName  fc:String  required      
documentation
The name of a facility in local language (the language specified by LocalNameLanguage attribute).
LocalShortName  fc:String  optional      
documentation
The short name of a facility in local language (the language specified by LocalNameLanguage attribute).
LocalSystemMAId  fc:String  optional      
documentation
The number/string value representing the facility 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 FacilityType and complements it with scenario specific detailed information such as facility local system MA id etc.
source <xsd:complexType name="FacilityLocalType">
 
<xsd:annotation>
   
<xsd:documentation>This object extends the FacilityType and complements it with scenario specific detailed information such as facility local system MA id etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="fc:FacilityType">
     
<xsd:attribute name="LocalName" type="fc:String" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The name of a facility in local language (the language specified by LocalNameLanguage attribute).</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="LocalShortName" type="fc:String" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>The short name of a facility in local language (the language specified by LocalNameLanguage 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 facility 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