complexType ExitWithdrawTypeDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p589.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ExitWithdrawTypeMap
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 circumstances under which the student exited from membership in an educational institution.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>302</ann:EdFiId>
source <xs:complexType name="ExitWithdrawTypeDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the circumstances under which the student exited from membership in an educational institution.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>302</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ExitWithdrawTypeMap" type="ExitWithdrawTypeMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>303</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ExitWithdrawTypeDescriptor/ExitWithdrawTypeMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p590.png
namespace http://ed-fi.org/0200
type ExitWithdrawTypeMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Transferred
appinfo
<ann:EdFiId>174-014</ann:EdFiId>
enumeration Graduated
appinfo
<ann:EdFiId>174-007</ann:EdFiId>
enumeration Completed
appinfo
<ann:EdFiId>174-001</ann:EdFiId>
enumeration Died or is permanently incapacitated
appinfo
<ann:EdFiId>174-002</ann:EdFiId>
enumeration Withdrawn
appinfo
<ann:EdFiId>174-015</ann:EdFiId>
enumeration Expelled
appinfo
<ann:EdFiId>174-006</ann:EdFiId>
enumeration Reached maximum age
appinfo
<ann:EdFiId>174-013</ann:EdFiId>
enumeration Enrolled in a high school diploma program
appinfo
<ann:EdFiId>174-005</ann:EdFiId>
enumeration Involuntarily Removed
appinfo
<ann:EdFiId>174-010</ann:EdFiId>
enumeration Incarcerated
appinfo
<ann:EdFiId>174-008</ann:EdFiId>
enumeration Dropout
appinfo
<ann:EdFiId>174-003</ann:EdFiId>
enumeration End of school year
appinfo
<ann:EdFiId>174-004</ann:EdFiId>
enumeration Invalid enrollment
appinfo
<ann:EdFiId>174-009</ann:EdFiId>
enumeration No show
appinfo
<ann:EdFiId>174-011</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>174-012</ann:EdFiId>
annotation
appinfo
<ann:EdFiId>303</ann:EdFiId>
source <xs:element name="ExitWithdrawTypeMap" type="ExitWithdrawTypeMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>303</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>