simpleType
HomelessPrimaryNighttimeResidenceType
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="HomelessPrimaryNighttimeResidenceType"> <xs:annotation> <xs:documentation>The primary nighttime residence of the student at the time the student is identified as homeless.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Doubled-up"> <xs:annotation> <xs:documentation>Doubled - up (i.e., living with another family)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Hotels/motels"> <xs:annotation> <xs:documentation>Hotels/motels</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Shelters"> <xs:annotation> <xs:documentation>Shelters, Transitional housing, Awaiting Foster Care.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unsheltered"> <xs:annotation> <xs:documentation>Unsheltered (e.g. cars, parks, campgrounds, temporary trailers including FEMA trailers, or abandoned buildings)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |