simpleType
StudentCharacteristicType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="StudentCharacteristicType"> <xs:annotation> <xs: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</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> |