complexType GraduationPlanTypeDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p668.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace GraduationPlanTypeMap
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 set of graduation plan types.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>308</ann:EdFiId>
source <xs:complexType name="GraduationPlanTypeDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the set of graduation plan types.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>308</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="GraduationPlanTypeMap" type="GraduationPlanTypeMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of academic plan the student is following for graduation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>309</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GraduationPlanTypeDescriptor/GraduationPlanTypeMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p669.png
namespace http://ed-fi.org/0200
type GraduationPlanTypeMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Career and Technical Education
appinfo
<ann:EdFiId>179-001</ann:EdFiId>
enumeration Distinguished
appinfo
<ann:EdFiId>179-002</ann:EdFiId>
enumeration Minimum
appinfo
<ann:EdFiId>179-003</ann:EdFiId>
enumeration Recommended
appinfo
<ann:EdFiId>179-004</ann:EdFiId>
enumeration Standard
appinfo
<ann:EdFiId>179-005</ann:EdFiId>
annotation
documentation
The type of academic plan the student is following for graduation.
appinfo
<ann:EdFiId>309</ann:EdFiId>
source <xs:element name="GraduationPlanTypeMap" type="GraduationPlanTypeMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of academic plan the student is following for graduation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>309</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>