namespace | http://fifa.com/fc | |||||||||
type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="GenderType"> <xsd:annotation> <xsd:documentation>The gender (sex) of a Person.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="male"/> <xsd:enumeration value="female"/> </xsd:restriction> </xsd:simpleType> |