complexType LearningObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p845.png
namespace http://ed-fi.org/0210
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>
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>
   
</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: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:annotation>
       
</xs:element>
       
<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="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The description 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:element name="Nomenclature" type="Nomenclature" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Reflects the specific nomenclature used for the LearningObjective.</xs:documentation>
         
</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: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: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:annotation>
       
</xs:element>
       
<xs:element name="Namespace" type="URI">
         
<xs:annotation>
           
<xs:documentation>Namespace for the LearningObjective.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LearningObjective/LearningObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p846.png
namespace http://ed-fi.org/0210
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).
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:annotation>
</xs:element>

element LearningObjective/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p847.png
namespace http://ed-fi.org/0210
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)
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:annotation>
</xs:element>

element LearningObjective/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p848.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 LearningObjective/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p849.png
namespace http://ed-fi.org/0210
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The description of the LearningObjective.
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the LearningObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjective/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p850.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 LearningObjective/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p851.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>

element LearningObjective/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p852.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reflects the specific nomenclature used for the LearningObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjective/SuccessCriteria
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p853.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element LearningObjective/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p854.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard(s) included in this objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjective/ParentLearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p855.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

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