simpleType ContinuationOfServicesMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ContinuationOfServicesReasonDescriptor/ContinuationOfServicesMap
facets
Kind Value annotation 
enumeration Ceased to be migratory during school term 
enumeration Ceased to be migratory during previous school term and no comparable services are available 
enumeration Previously migratory secondary student continuing secondary school credit accrual 
annotation
documentation
In the Migrant Education program, a provision allows continuation of services after a child is no longer considered migratory for certain reasons. This type holds the reasons prescribed in the statute.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ContinuationOfServicesMapType">
 
<xs:annotation>
   
<xs:documentation>In the Migrant Education program, a provision allows continuation of services after a child is no longer considered migratory for certain reasons. This type holds the reasons prescribed in the statute.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Ceased to be migratory during school term"/>
   
<xs:enumeration value="Ceased to be migratory during previous school term and no comparable services are available"/>
   
<xs:enumeration value="Previously migratory secondary student continuing secondary school credit accrual"/>
 
</xs:restriction>
</xs:simpleType>