complexType
AchievementCategoryDescriptor
element AchievementCategoryDescriptor/AchievementCategoryMap
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of DescriptorType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AchievementCategoryMap | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> </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 a known AchievementCategory enumeration type.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AchievementCategoryDescriptor/AchievementCategoryMap
diagram | ||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||
type | AchievementCategoryMapType | |||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||
source | <xs:element name="AchievementCategoryMap" type="AchievementCategoryMapType" minOccurs="0"> <xs:annotation> <xs:documentation>The mapping to a known AchievementCategory enumeration type.</xs:documentation> </xs:annotation> </xs:element> |