simpleType GenderType
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
facets
Kind Value Annotation
enumeration male
enumeration female
enumeration unspecified
annotation
documentation
This is the gender (sex) of a Person.
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>


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