complexType AchievementCategoryDescriptorReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p60.png
namespace http://ed-fi.org/0200
type extension of DescriptorReferenceType
properties
base DescriptorReferenceType
children CodeValue Namespace
used by
element Achievement/AchievementCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provides references for achievement category descriptor and its details during interchange. Use XML IDREF to reference a record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Descriptor Reference</ann:TypeGroup>
<ann:EdFiId>353</ann:EdFiId>
source <xs:complexType name="AchievementCategoryDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides references for achievement category descriptor and its details during interchange. Use XML IDREF to reference a record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Descriptor Reference</ann:TypeGroup>
     
<ann:EdFiId>353</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorReferenceType"/>
 
</xs:complexContent>
</xs:complexType>