complexType LearningStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p771.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children LearningStandardId LearningStandardIdentificationCode Description LearningStandardItemCode ContentStandard URI GradeLevel AcademicSubject CourseTitle SuccessCriteria PrerequisiteLearningStandardReference ParentLearningStandardReference Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity is a sub-element of a learning objective consisting of a precise statement of the expectation of a student's proficiency.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>567</ann:EdFiId>
source <xs:complexType name="LearningStandard">
 
<xs:annotation>
   
<xs:documentation>This entity is a sub-element of a learning objective consisting of a precise statement of the expectation of a student's proficiency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>567</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="LearningStandardId" type="LearningStandardId">
         
<xs:annotation>
           
<xs:documentation>The identifier for the specific learning standard (e.g., 111.15.3.1.A).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1499</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardIdentificationCode" type="LearningStandardIdentificationCode" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a learning standard.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1500</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description">
         
<xs:annotation>
           
<xs:documentation>The text of the statement. The textual content that either describes a specific competency such as "Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions." or describes a less granular group of competencies within the taxonomy of the standards document, e.g. "Understand and apply the Pythagorean Theorem," or "Geometry".</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1497</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardItemCode" type="IdentificationCode" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1501</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ContentStandard" type="ContentStandard">
         
<xs:annotation>
           
<xs:documentation>The content standard from which the LearningStandard was derived.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1495</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="URI" type="URI" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An unambiguous reference to the statement using a network-resolvable URI.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1505</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The grade levels for the specific learning standard.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
             
<ann:EdFiId>1498</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Subject area for the LearningStandard.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
             
<ann:EdFiId>1494</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CourseTitle" type="CourseTitle" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The official Course Title with which this learning standard is associated.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1496</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 standard. 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 LearningStandard.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1504</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PrerequisiteLearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The unique identifier of a prerequisite learning standard item, a competency needed prior to learning this one. (Some items may have no prerequisites others may have one or more prerequisites. This should only be used to represent the immediate predecessors in a competency-based pathway, i.e. not prerequisites of prerequisites).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1503</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ParentLearningStandardReference" type="LearningStandardReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing learning standard which serves as a method to group other learning standards.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1502</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Namespace" type="URI">
         
<xs:annotation>
           
<xs:documentation>Namespace for the LearningStandard.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2440</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LearningStandard/LearningStandardId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p772.png
namespace http://ed-fi.org/0200
type LearningStandardId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The identifier for the specific learning standard (e.g., 111.15.3.1.A).
appinfo
<ann:EdFiId>1499</ann:EdFiId>
source <xs:element name="LearningStandardId" type="LearningStandardId">
 
<xs:annotation>
   
<xs:documentation>The identifier for the specific learning standard (e.g., 111.15.3.1.A).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1499</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/LearningStandardIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p773.png
namespace http://ed-fi.org/0200
type LearningStandardIdentificationCode
properties
minOcc 0
maxOcc unbounded
content complex
children IdentificationCode ContentStandardName
annotation
documentation
A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a learning standard.
appinfo
<ann:EdFiId>1500</ann:EdFiId>
source <xs:element name="LearningStandardIdentificationCode" type="LearningStandardIdentificationCode" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1500</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p774.png
namespace http://ed-fi.org/0200
type Description
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The text of the statement. The textual content that either describes a specific competency such as "Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions." or describes a less granular group of competencies within the taxonomy of the standards document, e.g. "Understand and apply the Pythagorean Theorem," or "Geometry".
appinfo
<ann:EdFiId>1497</ann:EdFiId>
source <xs:element name="Description" type="Description">
 
<xs:annotation>
   
<xs:documentation>The text of the statement. The textual content that either describes a specific competency such as "Apply the Pythagorean Theorem to determine unknown side lengths in right triangles in real-world and mathematical problems in two and three dimensions." or describes a less granular group of competencies within the taxonomy of the standards document, e.g. "Understand and apply the Pythagorean Theorem," or "Geometry".</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1497</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/LearningStandardItemCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p775.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).
appinfo
<ann:EdFiId>1501</ann:EdFiId>
source <xs:element name="LearningStandardItemCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1501</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p776.png
namespace http://ed-fi.org/0200
type ContentStandard
properties
content complex
children Title Author Version URI PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
annotation
documentation
The content standard from which the LearningStandard was derived.
appinfo
<ann:EdFiId>1495</ann:EdFiId>
source <xs:element name="ContentStandard" type="ContentStandard">
 
<xs:annotation>
   
<xs:documentation>The content standard from which the LearningStandard was derived.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1495</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p777.png
namespace http://ed-fi.org/0200
type URI
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
An unambiguous reference to the statement using a network-resolvable URI.
appinfo
<ann:EdFiId>1505</ann:EdFiId>
source <xs:element name="URI" type="URI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An unambiguous reference to the statement using a network-resolvable URI.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1505</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p778.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
minOcc 1
maxOcc unbounded
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 levels for the specific learning standard.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>1498</ann:EdFiId>
source <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The grade levels for the specific learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>1498</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p779.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
Subject area for the LearningStandard.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
<ann:EdFiId>1494</ann:EdFiId>
source <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Subject area for the LearningStandard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
     
<ann:EdFiId>1494</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/CourseTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p780.png
namespace http://ed-fi.org/0200
type CourseTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The official Course Title with which this learning standard is associated.
appinfo
<ann:EdFiId>1496</ann:EdFiId>
source <xs:element name="CourseTitle" type="CourseTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The official Course Title with which this learning standard is associated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1496</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/SuccessCriteria
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p781.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 standard. 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 LearningStandard.
appinfo
<ann:EdFiId>1504</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 standard. 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 LearningStandard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1504</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/PrerequisiteLearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p782.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
The unique identifier of a prerequisite learning standard item, a competency needed prior to learning this one. (Some items may have no prerequisites others may have one or more prerequisites. This should only be used to represent the immediate predecessors in a competency-based pathway, i.e. not prerequisites of prerequisites).
appinfo
<ann:EdFiId>1503</ann:EdFiId>
source <xs:element name="PrerequisiteLearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The unique identifier of a prerequisite learning standard item, a competency needed prior to learning this one. (Some items may have no prerequisites others may have one or more prerequisites. This should only be used to represent the immediate predecessors in a competency-based pathway, i.e. not prerequisites of prerequisites).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1503</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/ParentLearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p783.png
namespace http://ed-fi.org/0200
type LearningStandardReferenceType
properties
minOcc 0
maxOcc 1
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
Provide user information to lookup and link to an existing learning standard which serves as a method to group other learning standards.
appinfo
<ann:EdFiId>1502</ann:EdFiId>
source <xs:element name="ParentLearningStandardReference" type="LearningStandardReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing learning standard which serves as a method to group other learning standards.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1502</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/Namespace
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p784.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 LearningStandard.
appinfo
<ann:EdFiId>2440</ann:EdFiId>
source <xs:element name="Namespace" type="URI">
 
<xs:annotation>
   
<xs:documentation>Namespace for the LearningStandard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2440</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>