simpleType GroundNatureType
namespace http://fifa.com/exchange/fef
type restriction of fe:String50
properties
base fe:String50
used by
attribute StadiumType/@Ground
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration grass
documentation
Natural Grass.
enumeration two star
documentation
FIFA recommended two star artificial turf.
enumeration one star
documentation
FIFA recommended one star artificial turf.
enumeration unknown
documentation
Unknown ground.
annotation
documentation
The type of ground in the stadium.
source <xsd:simpleType name="GroundNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The type of ground in the stadium.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="grass">
     
<xsd:annotation>
       
<xsd:documentation>Natural Grass.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="two star">
     
<xsd:annotation>
       
<xsd:documentation>FIFA recommended two star artificial turf.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="one star">
     
<xsd:annotation>
       
<xsd:documentation>FIFA recommended one star artificial turf.</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