complexType LearningObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p765.png
namespace http://ed-fi.org/0200
children Objective AcademicSubject ObjectiveGradeLevel
used by
element LearningObjectiveReferenceType/LearningObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Learning Objective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>437</ann:EdFiId>
source <xs:complexType name="LearningObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Learning Objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>437</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Objective" type="Objective">
     
<xs:annotation>
       
<xs:documentation>The designated title of the learning objective.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2050</ann:EdFiId>
       
</xs:appinfo>
     
</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 the learning objective.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
         
<ann:EdFiId>2049</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The grade level for which the learning objective is targeted.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>2051</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p766.png
namespace http://ed-fi.org/0200
type Objective
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The designated title of the learning objective.
appinfo
<ann:EdFiId>2050</ann:EdFiId>
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the learning objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2050</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p767.png
namespace http://ed-fi.org/0200
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 the learning objective.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
<ann:EdFiId>2049</ann:EdFiId>
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 the learning objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
     
<ann:EdFiId>2049</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p768.png
namespace http://ed-fi.org/0200
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 learning objective is targeted.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>2051</ann:EdFiId>
source <xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for which the learning objective is targeted.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>2051</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>