simpleType "SexType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"male", "female", "unknown"

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
simple type for sex (gender) of person
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  SexType
Derivation:
restriction of xs:token
Facets:
enumeration:
"male", "female", "unknown"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="SexType">
<xs:restriction base="xs:token">
<xs:enumeration value="male"/>
<xs:enumeration value="female"/>
<xs:enumeration value="unknown"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set