simpleType ContinuationOfServicesReasonMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element ContinuationOfServicesReasonDescriptor/ContinuationOfServicesReasonMap
facets
Kind Value Annotation
enumeration Ceased to be migratory during school term
appinfo
<ann:EdFiId>144-002</ann:EdFiId>
enumeration Ceased to be migratory during previous school term and no comparable services are available
appinfo
<ann:EdFiId>144-001</ann:EdFiId>
enumeration Previously migratory secondary student continuing secondary school credit accrual
appinfo
<ann:EdFiId>144-003</ann:EdFiId>
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>
<ann:EdFiId>144</ann:EdFiId>
source <xs:simpleType name="ContinuationOfServicesReasonMapType">
 
<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>
     
<ann:EdFiId>144</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Ceased to be migratory during school term">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>144-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Ceased to be migratory during previous school term and no comparable services are available">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>144-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Previously migratory secondary student continuing secondary school credit accrual">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>144-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>