complexType LearningObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p753.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children LearningObjectiveId ContentStandard Objective Description AcademicSubject ObjectiveGradeLevel Nomenclature SuccessCriteria LearningStandardReference ParentLearningObjectiveReference Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents identified learning objectives for courses in specific grades.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>566</ann:EdFiId>
source <xs:complexType name="LearningObjective">
 
<xs:annotation>
   
<xs:documentation>This entity represents identified learning objectives for courses in specific grades.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>566</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="LearningObjectiveId" type="LearningStandardId" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The identifier for the specific learning objective in the context of a standard (e.g., 111.15.3.1.A).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1487</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ContentStandard" type="ContentStandard" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A reference to the type of content standard (e.g., state, national)</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1485</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Objective" type="Objective">
         
<xs:annotation>
           
<xs:documentation>The designated title of the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1490</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The description of the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1486</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 an assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
             
<ann:EdFiId>1484</ann:EdFiId>
           
</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>
             
<ann:EdFiId>1491</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Reflects the specific nomenclature used for the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1489</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SuccessCriteria" type="Criteria" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>One or more statements that describes the criteria used by teachers and students to check for attainment of a learning objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1493</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>LearningStandard(s) included in this objective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1488</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ParentLearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing learning objective which serves as a method to group other learning objectives.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1492</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Namespace" type="URI">
         
<xs:annotation>
           
<xs:documentation>Namespace for the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2439</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LearningObjective/LearningObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p754.png
namespace http://ed-fi.org/0200
type LearningStandardId
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The identifier for the specific learning objective in the context of a standard (e.g., 111.15.3.1.A).
appinfo
<ann:EdFiId>1487</ann:EdFiId>
source <xs:element name="LearningObjectiveId" type="LearningStandardId" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identifier for the specific learning objective in the context of a standard (e.g., 111.15.3.1.A).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1487</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p755.png
namespace http://ed-fi.org/0200
type ContentStandard
properties
minOcc 0
maxOcc 1
content complex
children Title Author Version URI PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
annotation
documentation
A reference to the type of content standard (e.g., state, national)
appinfo
<ann:EdFiId>1485</ann:EdFiId>
source <xs:element name="ContentStandard" type="ContentStandard" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A reference to the type of content standard (e.g., state, national)</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1485</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p756.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 LearningObjective.
appinfo
<ann:EdFiId>1490</ann:EdFiId>
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1490</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p757.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The description of the LearningObjective.
appinfo
<ann:EdFiId>1486</ann:EdFiId>
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1486</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p758.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 an assessment.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
<ann:EdFiId>1484</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 an assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
     
<ann:EdFiId>1484</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p759.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 LearningObjective is targeted.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>1491</ann:EdFiId>
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>
     
<ann:EdFiId>1491</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p760.png
namespace http://ed-fi.org/0200
type Nomenclature
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
Reflects the specific nomenclature used for the LearningObjective.
appinfo
<ann:EdFiId>1489</ann:EdFiId>
source <xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reflects the specific nomenclature used for the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1489</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/SuccessCriteria
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p761.png
namespace http://ed-fi.org/0200
type Criteria
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
One or more statements that describes the criteria used by teachers and students to check for attainment of a learning objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the LearningObjective.
appinfo
<ann:EdFiId>1493</ann:EdFiId>
source <xs:element name="SuccessCriteria" type="Criteria" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>One or more statements that describes the criteria used by teachers and students to check for attainment of a learning objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1493</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p762.png
namespace http://ed-fi.org/0200
type LearningStandardReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity LearningStandardLookup
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
LearningStandard(s) included in this objective.
appinfo
<ann:EdFiId>1488</ann:EdFiId>
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard(s) included in this objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1488</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/ParentLearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p763.png
namespace http://ed-fi.org/0200
type LearningObjectiveReferenceType
properties
minOcc 0
maxOcc 1
content complex
children LearningObjectiveIdentity
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
Provide user information to lookup and link to an existing learning objective which serves as a method to group other learning objectives.
appinfo
<ann:EdFiId>1492</ann:EdFiId>
source <xs:element name="ParentLearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing learning objective which serves as a method to group other learning objectives.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1492</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningObjective/Namespace
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p764.png
namespace http://ed-fi.org/0200
type URI
properties
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
Namespace for the LearningObjective.
appinfo
<ann:EdFiId>2439</ann:EdFiId>
source <xs:element name="Namespace" type="URI">
 
<xs:annotation>
   
<xs:documentation>Namespace for the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2439</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>