complexType LearningObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p857.png
namespace http://ed-fi.org/0210
children Objective AcademicSubject ObjectiveGradeLevel
used by
element LearningObjectiveReferenceType/LearningObjectiveIdentity
annotation
documentation
Identity of a LearningObjective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="LearningObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Objective" type="Objective">
     
<xs:annotation>
       
<xs:documentation>The designated title of the LearningObjective.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The grade level for which the LearningObjective is targeted.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p858.png
namespace http://ed-fi.org/0210
type Objective
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The designated title of the LearningObjective.
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the LearningObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p859.png
namespace http://ed-fi.org/0210
type AcademicSubjectDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p860.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
The grade level for which the LearningObjective is targeted.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for which the LearningObjective is targeted.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>