simpleType StudentCharacteristicType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element StudentCharacteristic/Characteristic
facets
Kind Value annotation 
enumeration Asylee 
enumeration Displaced Homemaker 
enumeration Foster Care 
enumeration Homeless 
enumeration Immigrant 
enumeration Neglected or Delinquent 
enumeration Migrant 
enumeration Parent in Military 
enumeration Pregnant 
enumeration Refugee 
enumeration Section 504 Handicapped 
enumeration Single Parent 
enumeration Unaccompanied Youth 
annotation
documentation
Enumeration items for the important characteristics of the student's home situation: Displaced Homemaker, Homeless, Immigrant, Migratory, Military Parent, Pregnant Teen, Single Parent, Unaccompanied Youth
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="StudentCharacteristicType">
 
<xs:annotation>
   
<xs:documentation>Enumeration items for the important characteristics of the student&apos;s home situation: Displaced Homemaker, Homeless, Immigrant, Migratory, Military Parent, Pregnant Teen, Single Parent, Unaccompanied Youth</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Asylee"/>
   
<xs:enumeration value="Displaced Homemaker"/>
   
<xs:enumeration value="Foster Care"/>
   
<xs:enumeration value="Homeless"/>
   
<xs:enumeration value="Immigrant"/>
   
<xs:enumeration value="Neglected or Delinquent"/>
   
<xs:enumeration value="Migrant"/>
   
<xs:enumeration value="Parent in Military"/>
   
<xs:enumeration value="Pregnant"/>
   
<xs:enumeration value="Refugee"/>
   
<xs:enumeration value="Section 504 Handicapped"/>
   
<xs:enumeration value="Single Parent"/>
   
<xs:enumeration value="Unaccompanied Youth"/>
 
</xs:restriction>
</xs:simpleType>