complexType ContinuationOfServicesReasonDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p302.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ContinuationOfServicesReasonMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
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 descriptor holds the reasons prescribed in the statute. The mapping of descriptor values to known Ed-Fi enumeration values is required.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>287</ann:EdFiId>
source <xs:complexType name="ContinuationOfServicesReasonDescriptor">
 
<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 descriptor holds the reasons prescribed in the statute. The mapping of descriptor values to known Ed-Fi enumeration values is required.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>287</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ContinuationOfServicesReasonMap" type="ContinuationOfServicesReasonMapType">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>288</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ContinuationOfServicesReasonDescriptor/ContinuationOfServicesReasonMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p303.png
namespace http://ed-fi.org/0200
type ContinuationOfServicesReasonMapType
properties
content simple
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
appinfo
<ann:EdFiId>288</ann:EdFiId>
source <xs:element name="ContinuationOfServicesReasonMap" type="ContinuationOfServicesReasonMapType">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>288</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>