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


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