complexType ReasonExitedDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p996.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ReasonExitedMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the reason a student exited a program.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>324</ann:EdFiId>
source <xs:complexType name="ReasonExitedDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the reason a student exited a program.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>324</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ReasonExitedMap" type="ReasonExitedMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known exit reason.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>325</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ReasonExitedDescriptor/ReasonExitedMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p997.png
namespace http://ed-fi.org/0200
type ReasonExitedMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Died or is permanently incapacitated
appinfo
<ann:EdFiId>215-005</ann:EdFiId>
enumeration Reached maximum age
appinfo
<ann:EdFiId>215-006</ann:EdFiId>
enumeration Discontinued schooling
appinfo
<ann:EdFiId>215-002</ann:EdFiId>
enumeration Suspended or expelled from school
appinfo
<ann:EdFiId>215-008</ann:EdFiId>
enumeration Graduated with a high school diploma
appinfo
<ann:EdFiId>215-003</ann:EdFiId>
enumeration Received certificate of completion, modified diploma, or finished IEP requirements
appinfo
<ann:EdFiId>215-007</ann:EdFiId>
enumeration Transferred to another district or school
appinfo
<ann:EdFiId>215-009</ann:EdFiId>
enumeration Moved out of state
appinfo
<ann:EdFiId>215-004</ann:EdFiId>
enumeration Withdrawal by a parent (or guardian)
appinfo
<ann:EdFiId>215-011</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>215-099</ann:EdFiId>
enumeration Unknown reason
appinfo
<ann:EdFiId>215-010</ann:EdFiId>
annotation
documentation
The mapping to a known exit reason.
appinfo
<ann:EdFiId>325</ann:EdFiId>
source <xs:element name="ReasonExitedMap" type="ReasonExitedMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known exit reason.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>325</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>