complexType FacilityDataType
diagram facility-data-2.1_p2.png
namespace http://fifa.com/exchange/fef
children fef:Stadium fef:Venue fef:CustomExtension
used by
element FacilityData
attributes
Name  Type  Use  Default  Fixed  Annotation
ExportingOrganizationName  fe:String50  required      
documentation
The english (international) name of the organization that created the containing xml document.
ExportDate  fe:DateTime  required      
documentation
The date and time when the data in the document was current.
ExportingOrganizationId  fe:Identifier  optional      
documentation
The worldwide unique id of the organization that created the containing xml document.
annotation
documentation
Contains a sequence of FIFA standardized data types to exchange facility management related data.
source <xsd:complexType name="FacilityDataType">
 
<xsd:annotation>
   
<xsd:documentation>Contains a sequence of FIFA standardized data types to exchange facility management related data.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Stadium" type="fef:StadiumType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The stadium(s).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Venue" type="fef:VenueType" nillable="false" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>The venue(s).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>To support type extensibility elements. Note: Do not add custom extionsions that duplicate elements or part of elements within this section.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:any>
   
<xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
     
<xsd:annotation>
       
<xsd:documentation>To support simple key/value custom extensions for this type. Note: Do not add custom extensions that duplicate data that is defined in any other element of this specification.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ExportingOrganizationName" type="fe:String50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The english (international) name of the organization that created the containing xml document.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ExportDate" type="fe:DateTime" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ExportingOrganizationId" type="fe:Identifier" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The worldwide unique id of the organization that created the containing xml document.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute FacilityDataType/@ExportingOrganizationName
type fe:String50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The english (international) name of the organization that created the containing xml document.
source <xsd:attribute name="ExportingOrganizationName" type="fe:String50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The english (international) name of the organization that created the containing xml document.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FacilityDataType/@ExportDate
type fe:DateTime
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date and time when the data in the document was current.
source <xsd:attribute name="ExportDate" type="fe:DateTime" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date and time when the data in the document was current.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FacilityDataType/@ExportingOrganizationId
type fe:Identifier
properties
use optional
facets
Kind Value Annotation
length 37
pattern [L0][0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8-9a-b][0-9a-f]{3}-[0-9a-f]{12}
annotation
documentation
The worldwide unique id of the organization that created the containing xml document.
source <xsd:attribute name="ExportingOrganizationId" type="fe:Identifier" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The worldwide unique id of the organization that created the containing xml document.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element FacilityDataType/Stadium
diagram facility-data-2.1_p3.png
namespace http://fifa.com/exchange/fef
type fef:StadiumType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
children fef:Address fef:Location fef:NativeName fef:NativeAlias fef:Description fef:CustomExtension fef:StadiumPhotoLink
attributes
Name  Type  Use  Default  Fixed  Annotation
StadiumId  fe:Identifier  required      
documentation
This is the worldwide unique id of the stadium.
Name  fe:InternationalString50  required      
documentation
The official international (English) name of the stadium.
ShortName  fe:InternationalString50  required      
documentation
The short (English) name of the stadium.
Country  ISO3166CountyCode  required      
documentation
The country where this Stadium is located.
FIFACountryCode  FIFANationalityType        
documentation
The FIFA code of the country.
Capacity  xsd:nonNegativeInteger        
documentation
The maximum number of people allowed as audience.
CoveredSeats  xsd:nonNegativeInteger        
documentation
The number of covered seats.
UncoveredSeats  xsd:nonNegativeInteger        
documentation
The number of uncovered seats.
CoveredStandingPlaces  xsd:nonNegativeInteger        
documentation
The number of covered standing places.
UncoveredStandingPlaces  xsd:nonNegativeInteger        
documentation
The number of uncovered standing places.
LightCapacity  xsd:nonNegativeInteger        
documentation
The light capacity of the stadium measured in lux.
Ground  fef:GroundNatureType        
documentation
The type of ground in the stadium.
Alias  fe:InternationalString50        
documentation
The name of the stadium as it is commonly used.
VenueId  fe:Identifier        
documentation
This is the unique id of the venue where this stadium belongs to.
annotation
documentation
The stadium(s).
source <xsd:element name="Stadium" type="fef:StadiumType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The stadium(s).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element FacilityDataType/Venue
diagram facility-data-2.1_p4.png
namespace http://fifa.com/exchange/fef
type fef:VenueType
properties
minOcc 0
maxOcc unbounded
content complex
nillable false
children fef:Address fef:Location fef:NativeName fef:NativeAlias fef:Description fef:CustomExtension
attributes
Name  Type  Use  Default  Fixed  Annotation
VenueId  fe:Identifier  required      
documentation
This is the worldwide unique id of the venue.
Name  fe:InternationalString50  required      
documentation
The official international (English) name of the stadium.
Country  ISO3166CountyCode  required      
documentation
The country where this Venue is located.
FIFACountryCode  FIFANationalityType        
documentation
The FIFA code of the country.
Alias  fe:InternationalString50        
documentation
The name of the venue as it is commonly used.
annotation
documentation
The venue(s).
source <xsd:element name="Venue" type="fef:VenueType" nillable="false" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The venue(s).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element FacilityDataType/CustomExtension
diagram facility-data-2.1_p5.png
namespace http://fifa.com/exchange/fef
type fe:CustomExtensionType
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fe:Value fe:NativeValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Key  fe:InternationalString50  required      
documentation
The english (international) attribute name of the custom extension.
annotation
documentation
To support simple key/value custom extensions for this type. Note: Do not add custom extensions that duplicate data that is defined in any other element of this specification.
source <xsd:element name="CustomExtension" type="fe:CustomExtensionType" nillable="false" minOccurs="0" maxOccurs="100">
 
<xsd:annotation>
   
<xsd:documentation>To support simple key/value custom extensions for this type. Note: Do not add custom extensions that duplicate data that is defined in any other element of this specification.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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