complexType
EducationContent
element EducationContent/ContentIdentifier
element EducationContent/LearningResourceMetadataURI
element EducationContent/ShortDescription
element EducationContent/Description
element EducationContent/Author
element EducationContent/AdditionalAuthorsIndicator
element EducationContent/Publisher
element EducationContent/TimeRequired
element EducationContent/InteractivityStyle
element EducationContent/ContentClass
element EducationContent/UseRightsURL
element EducationContent/DerivativeSourceEducationContentSource
element EducationContent/PublicationDate
element EducationContent/PublicationYear
element EducationContent/AppropriateSex
element EducationContent/AppropriateGradeLevel
element EducationContent/Language
element EducationContent/Version
element EducationContent/LearningStandardReference
element EducationContent/Cost
element EducationContent/CostRate
element EducationContent/Namespace
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | ContentIdentifier LearningResourceMetadataURI ShortDescription Description Author AdditionalAuthorsIndicator Publisher TimeRequired InteractivityStyle ContentClass UseRightsURL DerivativeSourceEducationContentSource PublicationDate PublicationYear AppropriateSex AppropriateGradeLevel Language Version LearningStandardReference Cost CostRate Namespace | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="EducationContent"> <xs:annotation> <xs:documentation>This entity represents 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="ContentIdentifier"> <xs:annotation> <xs:documentation>A unique identifier for the EducationContent.</xs:documentation> </xs:annotation> </xs:element> <xs:choice> <xs:element name="LearningResourceMetadataURI" type="LearningResourceMetadataURI"> <xs:annotation> <xs:documentation>The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:element name="ShortDescription" type="ShortDescription"> <xs:annotation> <xs:documentation>A short description or name of the entity.</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="Author" type="Author" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The individual credited with the creation of the resource.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalAuthorsIndicator" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation "et al".</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Publisher" type="Publisher" minOccurs="0"> <xs:annotation> <xs:documentation>The organization credited with publishing the resource.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TimeRequired" type="TimeInterval" minOccurs="0"> <xs:annotation> <xs:documentation>Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InteractivityStyle" type="InteractivityStyleType" minOccurs="0"> <xs:annotation> <xs:documentation>The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContentClass" type="ContentClassType"> <xs:annotation> <xs:documentation>The predominate type or kind characterizing the learning resource.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UseRightsURL" type="URI" minOccurs="0"> <xs:annotation> <xs:documentation>The URL where the owner specifies permissions for using the resource.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DerivativeSourceEducationContentSource" type="EducationContentSource" minOccurs="0"> <xs:annotation> <xs:documentation>A reference or URL pointing to education content from which this education content was derived.</xs:documentation> </xs:annotation> </xs:element> <xs:choice minOccurs="0"> <xs:element name="PublicationDate" type="xs:date"> <xs:annotation> <xs:documentation>The date on which this content was first published.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PublicationYear" type="xs:gYear"> <xs:annotation> <xs:documentation>The year at which this content was first published.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="AppropriateSex" 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="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" 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="Language" type="LanguageDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An indication of the languages in which the Education Content is designed.</xs:documentation> <xs:appinfo> <ann:Descriptor>LanguageDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="Version" type="ContentVersion" minOccurs="0"> <xs:annotation> <xs:documentation>The version identifier for the content.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Relates the competency, learning standard, skill and/or text complexity to which the learning resource is aligned.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> <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 EducationContent.</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="Namespace" type="URI"> <xs:annotation> <xs:documentation>Namespace for the EducationContent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element EducationContent/ContentIdentifier
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ContentIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ContentIdentifier" type="ContentIdentifier"> <xs:annotation> <xs:documentation>A unique identifier for the EducationContent.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/LearningResourceMetadataURI
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | LearningResourceMetadataURI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="LearningResourceMetadataURI" type="LearningResourceMetadataURI"> <xs:annotation> <xs:documentation>The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/ShortDescription
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ShortDescription | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ShortDescription" type="ShortDescription"> <xs:annotation> <xs:documentation>A short description or name of the entity.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/Description
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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/Author
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Author | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Author" type="Author" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The individual credited with the creation of the resource.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/AdditionalAuthorsIndicator
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="AdditionalAuthorsIndicator" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation "et al".</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/Publisher
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Publisher | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Publisher" type="Publisher" minOccurs="0"> <xs:annotation> <xs:documentation>The organization credited with publishing the resource.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/TimeRequired
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | TimeInterval | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="TimeRequired" type="TimeInterval" minOccurs="0"> <xs:annotation> <xs:documentation>Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/InteractivityStyle
diagram | ||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | InteractivityStyleType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:element name="InteractivityStyle" type="InteractivityStyleType" minOccurs="0"> <xs:annotation> <xs:documentation>The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/ContentClass
diagram | |||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||
type | ContentClassType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="ContentClass" type="ContentClassType"> <xs:annotation> <xs:documentation>The predominate type or kind characterizing the learning resource.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/UseRightsURL
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="UseRightsURL" type="URI" minOccurs="0"> <xs:annotation> <xs:documentation>The URL where the owner specifies permissions for using the resource.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/DerivativeSourceEducationContentSource
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | EducationContentSource | ||||||
properties |
|
||||||
children | EducationContentReference LearningResourceMetadataURI URI | ||||||
annotation |
|
||||||
source | <xs:element name="DerivativeSourceEducationContentSource" type="EducationContentSource" minOccurs="0"> <xs:annotation> <xs:documentation>A reference or URL pointing to education content from which this education content was derived.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/PublicationDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="PublicationDate" type="xs:date"> <xs:annotation> <xs:documentation>The date on which this content was first published.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/PublicationYear
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:gYear | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="PublicationYear" type="xs:gYear"> <xs:annotation> <xs:documentation>The year at which this content was first published.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/AppropriateSex
diagram | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | SexType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="AppropriateSex" 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/AppropriateGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" 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/Language
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LanguageDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Language" type="LanguageDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An indication of the languages in which the Education Content is designed.</xs:documentation> <xs:appinfo> <ann:Descriptor>LanguageDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element EducationContent/Version
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ContentVersion | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Version" type="ContentVersion" minOccurs="0"> <xs:annotation> <xs:documentation>The version identifier for the content.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/LearningStandardReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LearningStandardReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningStandardIdentity LearningStandardLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Relates the competency, learning standard, skill and/or text complexity to which the learning resource is aligned.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/Cost
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Currency | ||||||
properties |
|
||||||
annotation |
|
||||||
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 EducationContent.</xs:documentation> </xs:annotation> </xs:element> |
element EducationContent/CostRate
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | CostRateType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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/Namespace
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Namespace" type="URI"> <xs:annotation> <xs:documentation>Namespace for the EducationContent.</xs:documentation> </xs:annotation> </xs:element> |