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