complexType FieldType
diagram registration_p4.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>


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