simpleType SexType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements EducationContent/AppropriateSex Intervention/AppropriateSex InterventionPrescription/AppropriateSex InterventionStudy/AppropriateSex Parent/Sex Staff/Sex Student/Sex ParentLookupType/Sex StaffLookupType/Sex StudentLookupType/Sex
facets
Kind Value Annotation
enumeration Female
appinfo
<ann:EdFiId>235-001</ann:EdFiId>
enumeration Male
appinfo
<ann:EdFiId>235-002</ann:EdFiId>
enumeration Not Selected
appinfo
<ann:EdFiId>235-003</ann:EdFiId>
annotation
documentation
A person's gender.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>235</ann:EdFiId>
source <xs:simpleType name="SexType">
 
<xs:annotation>
   
<xs:documentation>A person's gender.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>235</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Female">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>235-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Male">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>235-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not Selected">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>235-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>