simpleType GenderType
type restriction of xs:string
used by
element Person/Gender
facets
Kind Value annotation 
enumeration Male 
enumeration Female 
source <xs:simpleType name="GenderType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Male"/>
   
<xs:enumeration value="Female"/>
 
</xs:restriction>
</xs:simpleType>


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