complexType ReasonExitedDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p773.png
namespace http://ed-fi.org/0110
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor ReasonExitedMap
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
This descriptor defines reason the student exited the a program.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="ReasonExitedDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines reason the student exited the 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 exit reason.</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_p774.png
namespace http://ed-fi.org/0110
type ReasonExitedMapType
properties
isRef 0
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 exit reason.
source <xs:element name="ReasonExitedMap" type="ReasonExitedMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known exit reason.</xs:documentation>
 
</xs:annotation>
</xs:element>