simpleType SexType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
elements InterventionStudy/Sex Parent/Sex Staff/Sex Student/Sex ParentIdentityType/Sex StaffIdentityType/Sex StudentIdentityType/Sex EducationContent/SexAppropriateness InterventionPrescription/SexAppropriateness
facets
Kind Value annotation 
enumeration Female 
enumeration Male 
annotation
documentation
A person's gender.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SexType">
 
<xs:annotation>
   
<xs:documentation>A person&apos;s gender.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Female"/>
   
<xs:enumeration value="Male"/>
 
</xs:restriction>
</xs:simpleType>