complexType EducationContent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p397.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children ContentIdentifier LearningResourceMetadata ShortDescription Description Cost CostRate SexAppropriateness GradeLevelAppropriateness Version
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
Materials for students or teachers that can be used for teaching, learning, research and more. Education content includes full courses, course materials, modules, intervention descriptions, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="EducationContent">
 
<xs:annotation>
   
<xs:documentation>Materials for students or teachers that can be used for teaching, learning, research and more. Education content includes full courses, course materials, modules, intervention descriptions, textbooks, streaming videos, tests, software, and any other tools, materials, or techniques used to support access to knowledge.</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="ContentIdentifier" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>A unique identifier for the content.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningResourceMetadata" type="LearningResourceMetadata">
         
<xs:annotation>
           
<xs:documentation>The Learning Resource Metadata Initiative (LRMI) is a project co-led by the Association of Educational Publishers and Creative Commons to create a standard metadata framework for
tagging educational resources on the
web.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ShortDescription" type="ShortDescription">
         
<xs:annotation>
           
<xs:documentation>A short name or written representation of the education content.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An extended written representation of the education content.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Cost" type="Currency" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An amount that has to be paid or spent to buy or obtain the education content.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CostRate" type="CostRateType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The rate by which the cost applies.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SexAppropriateness" type="SexType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Sexes for which this education content is applicable. If omitted, considered generally applicable.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevelAppropriateness" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grade levels for which this education content is applicable. If omitted, considered generally applicable.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Version" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The version identifier for the content.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationContent/ContentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p398.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
content simple
annotation
documentation
A unique identifier for the content.
source <xs:element name="ContentIdentifier" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>A unique identifier for the content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/LearningResourceMetadata
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p399.png
namespace http://ed-fi.org/0110
type LearningResourceMetadata
properties
isRef 0
content complex
children LearningResourceMetadataURI Author AdditionalAuthorsIndicator Publisher TimeRequired InteractivityStyle ContentClass UseRightsURL DerivativeWorkSource PublicationDate PublicationYear LearningStandardReference
annotation
documentation
The Learning Resource Metadata Initiative (LRMI) is a project co-led by the Association of Educational Publishers and Creative Commons to create a standard metadata framework for
tagging educational resources on the
web.
source <xs:element name="LearningResourceMetadata" type="LearningResourceMetadata">
 
<xs:annotation>
   
<xs:documentation>The Learning Resource Metadata Initiative (LRMI) is a project co-led by the Association of Educational Publishers and Creative Commons to create a standard metadata framework for
tagging educational resources on the
web.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/ShortDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p400.png
namespace http://ed-fi.org/0110
type ShortDescription
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
A short name or written representation of the education content.
source <xs:element name="ShortDescription" type="ShortDescription">
 
<xs:annotation>
   
<xs:documentation>A short name or written representation of the education content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p401.png
namespace http://ed-fi.org/0110
type Description
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
documentation
An extended written representation of the education content.
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An extended written representation of the education content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/Cost
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p402.png
namespace http://ed-fi.org/0110
type Currency
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
An amount that has to be paid or spent to buy or obtain the education content.
source <xs:element name="Cost" type="Currency" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An amount that has to be paid or spent to buy or obtain the education content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/CostRate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p403.png
namespace http://ed-fi.org/0110
type CostRateType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Flat Fee 
enumeration Per Student 
annotation
documentation
The rate by which the cost applies.
source <xs:element name="CostRate" type="CostRateType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The rate by which the cost applies.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/SexAppropriateness
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p404.png
namespace http://ed-fi.org/0110
type SexType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration Female 
enumeration Male 
annotation
documentation
Sexes for which this education content is applicable. If omitted, considered generally applicable.
source <xs:element name="SexAppropriateness" type="SexType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Sexes for which this education content is applicable. If omitted, considered generally applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContent/GradeLevelAppropriateness
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p405.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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
Grade levels for which this education content is applicable. If omitted, considered generally applicable.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevelAppropriateness" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Grade levels for which this education content is applicable. If omitted, considered generally applicable.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationContent/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p406.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the content.
source <xs:element name="Version" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the content.</xs:documentation>
 
</xs:annotation>
</xs:element>