simpleType "Gender"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9906001"
 - 
Female
"9906003"
 - 
Male
"9906005"
 - 
Unknown (Unable to Determine)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Gender.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  Gender
Derivation:
restriction of xs:string
Facets:
enumeration:
"9906001"
 - 
Female
"9906003"
 - 
Male
"9906005"
 - 
Unknown (Unable to Determine)
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="Gender">
<xs:restriction base="xs:string">
<xs:enumeration value="9906001"/>
<xs:enumeration value="9906003"/>
<xs:enumeration value="9906005"/>
</xs:restriction>
</xs:simpleType>