complexType ContinuationOfServicesReasonDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p342.png
namespace http://ed-fi.org/0210
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ContinuationOfServicesReasonMap" type="ContinuationOfServicesReasonMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known ContinuationOfServicesReason enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ContinuationOfServicesReasonDescriptor/ContinuationOfServicesReasonMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p343.png
namespace http://ed-fi.org/0210
type ContinuationOfServicesReasonMapType
properties
content simple
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
The mapping to a known ContinuationOfServicesReason enumeration type.
source <xs:element name="ContinuationOfServicesReasonMap" type="ContinuationOfServicesReasonMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ContinuationOfServicesReason enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>