complexType FieldType
diagram registration_p13.png
namespace http://fifa.com/fc
used by
element FacilityType/Field
attributes
Name  Type  Use  Default  Fixed  Annotation
OrderNumber  xsd:positiveInteger  required      
documentation
The order number of the field belonging to a facility.
Discipline  fc:DisciplineType  required      
documentation
The discipline/sport which is being played on the stadium.
Capacity  xsd:nonNegativeInteger  required      
documentation
The maximum number of people allowed as audience/spectators.
GroundNature  fc:GroundNatureType  required      
documentation
The type of ground in the stadium, e.g. natural grass or artificial turf.
Length  xsd:float  optional      
documentation
The length of a field defined in metres (m).
Width  xsd:float  optional      
documentation
The width of a field defined in metres (m).
Latitude  xsd:float  optional      
documentation
The latitude of a field defined as a decimal point (+ for North, - for South).
Longitude  xsd:float  optional      
documentation
The longitude of a field defined as a decimal point (+ for East, - for West).
annotation
documentation
This represents a field. A field is a special facility allowing football matches to take place.
source <xsd:complexType name="FieldType">
 
<xsd:annotation>
   
<xsd:documentation>This represents a field. A field is a special facility allowing football matches to take place.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="OrderNumber" type="xsd:positiveInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The order number of the field belonging to a facility.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Discipline" type="fc:DisciplineType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The discipline/sport which is being played on the stadium.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Capacity" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The maximum number of people allowed as audience/spectators.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="GroundNature" type="fc:GroundNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type of ground in the stadium, e.g. natural grass or artificial turf.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Length" type="xsd:float" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The length of a field defined in metres (m).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Width" type="xsd:float" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The width of a field defined in metres (m).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Latitude" type="xsd:float" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The latitude of a field defined as a decimal point (+ for North, - for South).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Longitude" type="xsd:float" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The longitude of a field defined as a decimal point (+ for East, - for West).</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute FieldType/@OrderNumber
type xsd:positiveInteger
properties
use required
annotation
documentation
The order number of the field belonging to a facility.
source <xsd:attribute name="OrderNumber" type="xsd:positiveInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The order number of the field belonging to a facility.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Discipline
type fc:DisciplineType
properties
use required
facets
Kind Value Annotation
enumeration Football
enumeration Futsal
enumeration BeachSoccer
annotation
documentation
The discipline/sport which is being played on the stadium.
source <xsd:attribute name="Discipline" type="fc:DisciplineType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The discipline/sport which is being played on the stadium.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Capacity
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
The maximum number of people allowed as audience/spectators.
source <xsd:attribute name="Capacity" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The maximum number of people allowed as audience/spectators.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@GroundNature
type fc:GroundNatureType
properties
use required
facets
Kind Value Annotation
enumeration grass
documentation
The natural grass.
enumeration turf2star
documentation
The FIFA recommended two star artificial turf.
enumeration turf1star
documentation
The FIFA recommended one star artificial turf.
enumeration turf
documentation
Other types of artificial turf.
enumeration hard pitch
documentation
A hard pitch, e.g. a futsal indoor surface
enumeration unknown
documentation
Unknown ground.
annotation
documentation
The type of ground in the stadium, e.g. natural grass or artificial turf.
source <xsd:attribute name="GroundNature" type="fc:GroundNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The type of ground in the stadium, e.g. natural grass or artificial turf.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Length
type xsd:float
properties
use optional
annotation
documentation
The length of a field defined in metres (m).
source <xsd:attribute name="Length" type="xsd:float" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The length of a field defined in metres (m).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Width
type xsd:float
properties
use optional
annotation
documentation
The width of a field defined in metres (m).
source <xsd:attribute name="Width" type="xsd:float" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The width of a field defined in metres (m).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Latitude
type xsd:float
properties
use optional
annotation
documentation
The latitude of a field defined as a decimal point (+ for North, - for South).
source <xsd:attribute name="Latitude" type="xsd:float" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The latitude of a field defined as a decimal point (+ for North, - for South).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute FieldType/@Longitude
type xsd:float
properties
use optional
annotation
documentation
The longitude of a field defined as a decimal point (+ for East, - for West).
source <xsd:attribute name="Longitude" type="xsd:float" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The longitude of a field defined as a decimal point (+ for East, - for West).</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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