complexType
LearningResourceMetadata
element LearningResourceMetadata/LearningResourceMetadataURI
element LearningResourceMetadata/Author
element LearningResourceMetadata/AdditionalAuthorsIndicator
element LearningResourceMetadata/Publisher
element LearningResourceMetadata/TimeRequired
element LearningResourceMetadata/InteractivityStyle
element LearningResourceMetadata/ContentClass
element LearningResourceMetadata/UseRightsURL
element LearningResourceMetadata/DerivativeWorkSource
element LearningResourceMetadata/PublicationDate
element LearningResourceMetadata/PublicationYear
element LearningResourceMetadata/LearningStandardReference
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | LearningResourceMetadataURI Author AdditionalAuthorsIndicator Publisher TimeRequired InteractivityStyle ContentClass UseRightsURL DerivativeWorkSource PublicationDate PublicationYear LearningStandardReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="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:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:choice> <xs:element name="LearningResourceMetadataURI" type="URI"> <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="Author" type="xs:string" 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="xs:string" 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="DerivativeWorkSource" type="EducationContentReferenceType" minOccurs="0" maxOccurs="unbounded"> <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="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The competency, learning standard, skill and/or text complexity that the work is aligned to.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> </xs:complexType> |
element LearningResourceMetadata/LearningResourceMetadataURI
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="LearningResourceMetadataURI" type="URI"> <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 LearningResourceMetadata/Author
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Author" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The individual credited with the creation of the resource.</xs:documentation> </xs:annotation> </xs:element> |
element LearningResourceMetadata/AdditionalAuthorsIndicator
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
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 LearningResourceMetadata/Publisher
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Publisher" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The organization credited with publishing the resource.</xs:documentation> </xs:annotation> </xs:element> |
element LearningResourceMetadata/TimeRequired
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
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 LearningResourceMetadata/InteractivityStyle
diagram | |||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||
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 LearningResourceMetadata/ContentClass
diagram | |||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
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 LearningResourceMetadata/UseRightsURL
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
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 LearningResourceMetadata/DerivativeWorkSource
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationContentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationContentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="DerivativeWorkSource" type="EducationContentReferenceType" minOccurs="0" maxOccurs="unbounded"> <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 LearningResourceMetadata/PublicationDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
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 LearningResourceMetadata/PublicationYear
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
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 LearningResourceMetadata/LearningStandardReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | LearningStandardReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningStandardIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The competency, learning standard, skill and/or text complexity that the work is aligned to.</xs:documentation> </xs:annotation> </xs:element> |