complexType AchievementCategoryDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p58.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AchievementCategoryMap
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 category of achievement attributed to the learner.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>270</ann:EdFiId>
source <xs:complexType name="AchievementCategoryDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the category of achievement attributed to the learner.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>270</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AchievementCategoryMap" type="AchievementCategoryMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to the known types of achievement category.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>271</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AchievementCategoryDescriptor/AchievementCategoryMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p59.png
namespace http://ed-fi.org/0200
type AchievementCategoryMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Competency Mastered
appinfo
<ann:EdFiId>123-003</ann:EdFiId>
enumeration Competency Retained
appinfo
<ann:EdFiId>123-004</ann:EdFiId>
enumeration Course Completed
appinfo
<ann:EdFiId>123-005</ann:EdFiId>
enumeration Level Completed
appinfo
<ann:EdFiId>123-007</ann:EdFiId>
enumeration Certificate Earned
appinfo
<ann:EdFiId>123-002</ann:EdFiId>
enumeration Diploma Earned
appinfo
<ann:EdFiId>123-006</ann:EdFiId>
enumeration License Earned
appinfo
<ann:EdFiId>123-008</ann:EdFiId>
enumeration License Endorsement Earned
appinfo
<ann:EdFiId>123-009</ann:EdFiId>
enumeration Participation
appinfo
<ann:EdFiId>123-011</ann:EdFiId>
enumeration Academic Honor
appinfo
<ann:EdFiId>123-001</ann:EdFiId>
enumeration Non-Academic Honor
appinfo
<ann:EdFiId>123-010</ann:EdFiId>
enumeration Recognition
appinfo
<ann:EdFiId>123-012</ann:EdFiId>
annotation
documentation
The mapping to the known types of achievement category.
appinfo
<ann:EdFiId>271</ann:EdFiId>
source <xs:element name="AchievementCategoryMap" type="AchievementCategoryMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to the known types of achievement category.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>271</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>