simpleType "SexSpecificationType"
Namespace:
Defined:
globally in archive.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"M"
 - 
Use the masculine pronoun.
"F"
 - 
Use the feminine pronoun.
"N"
 - 
Use a neutral or non-specified pronoun.

All Direct / Indirect Based Attributes (1):
IndividualNameType/@sex
Known Usage Locations
Annotation
Sex specification is limited to the purpose of determining the proper pronoun to use in addressing the individual. This may be based on conventional usage or personal preference.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SexSpecificationType
Derivation:
restriction of xs:string
Facets:
enumeration:
"M"
 - 
Use the masculine pronoun.
"F"
 - 
Use the feminine pronoun.
"N"
 - 
Use a neutral or non-specified pronoun.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="SexSpecificationType">
<xs:restriction base="xs:string">
<xs:enumeration value="M"/>
<xs:enumeration value="F"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set