simpleType ContinuationOfServicesReasonMapType
namespace http://ed-fi.org/0210
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
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.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ContinuationOfServicesReasonMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ContinuationOfServicesReason.</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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Ceased to be migratory during previous school term and no comparable services are available">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Previously migratory secondary student continuing secondary school credit accrual">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>