complexType LearningStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p620.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children LearningStandardId Description LearningStandardItemCode ContentStandard URI GradeLevel SubjectArea CourseTitle PrerequisiteLearningStandardReference LearningStandardReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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: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: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:annotation>
       
</xs:element>
       
<xs:element name="ContentStandard" type="ContentStandardType">
         
<xs:annotation>
           
<xs:documentation>The content standard from which the learning standard was derived.</xs:documentation>
         
</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:annotation>
       
</xs:element>
       
<xs:element name="GradeLevel" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade level for the specific learning standard.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SubjectArea" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Subject area for the learning standard.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
           
</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: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:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A reference to sub learning standards, to support the data model suggested by CEDS v2.0.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LearningStandard/LearningStandardId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p621.png
namespace http://ed-fi.org/0110
type LearningStandardId
properties
isRef 0
content complex
children IdentificationCode
annotation
documentation
The Identifier for the specific learning standard (e.g., 111.15.3.1.A)
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:annotation>
</xs:element>

element LearningStandard/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p622.png
namespace http://ed-fi.org/0110
type Description
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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”.
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:annotation>
</xs:element>

element LearningStandard/LearningStandardItemCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p623.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A code designated by the promulgating body to identify the statement, e.g. 1.N.3 (usually not globally unique).
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:annotation>
</xs:element>

element LearningStandard/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p624.png
namespace http://ed-fi.org/0110
type ContentStandardType
properties
isRef 0
content complex
children Title Version PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
annotation
documentation
The content standard from which the learning standard was derived.
source <xs:element name="ContentStandard" type="ContentStandardType">
 
<xs:annotation>
   
<xs:documentation>The content standard from which the learning standard was derived.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningStandard/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p625.png
namespace http://ed-fi.org/0110
type URI
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 255 
annotation
documentation
An unambiguous reference to the statement using a network-resolvable URI.
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:annotation>
</xs:element>

element LearningStandard/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p626.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The grade level for the specific learning standard.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevel" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for the specific learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/SubjectArea
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p627.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
Subject area for the learning standard.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="SubjectArea" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Subject area for the learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandard/CourseTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p628.png
namespace http://ed-fi.org/0110
type CourseTitle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The official Course Title with which this learning standard is associated.
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:annotation>
</xs:element>

element LearningStandard/PrerequisiteLearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p629.png
namespace http://ed-fi.org/0110
type LearningStandardReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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.)
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:annotation>
</xs:element>

element LearningStandard/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p630.png
namespace http://ed-fi.org/0110
type LearningStandardReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to sub learning standards, to support the data model suggested by CEDS v2.0.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A reference to sub learning standards, to support the data model suggested by CEDS v2.0.</xs:documentation>
 
</xs:annotation>
</xs:element>