namespace | http://fifa.com/exchange/fef | |||||||||||||||||||||||||||||
type | restriction of fe:String50 | |||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||
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> |