simpleType GroundNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute FieldType/@GroundNature
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 field/pitch.
source <xsd:simpleType name="GroundNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The type of ground in the field/pitch.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="grass">
     
<xsd:annotation>
       
<xsd:documentation>The natural grass.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="turf2star">
     
<xsd:annotation>
       
<xsd:documentation>The FIFA recommended two star artificial turf.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="turf1star">
     
<xsd:annotation>
       
<xsd:documentation>The FIFA recommended one star artificial turf.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="turf">
     
<xsd:annotation>
       
<xsd:documentation>Other types of artificial turf.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="hard pitch">
     
<xsd:annotation>
       
<xsd:documentation>A hard pitch, e.g. a futsal indoor surface</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="unknown">
     
<xsd:annotation>
       
<xsd:documentation>Unknown ground.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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