complexType ReasonExitedDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1121.png
namespace http://ed-fi.org/0210
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>
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>
   
</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 ReasonExited enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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