simpleType DisplacementStatusType
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element Student/DisplacementStatus
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
Indicates a state health or weather related event that displaces a group of students, and may require additional funding, educational, or social services.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="DisplacementStatusType">
 
<xs:annotation>
   
<xs:documentation>Indicates a state health or weather related event that displaces a group of students, and may require additional funding, educational, or social services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>