complexType LearningResourceMetadata
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p607.png
namespace http://ed-fi.org/0110
children LearningResourceMetadataURI Author AdditionalAuthorsIndicator Publisher TimeRequired InteractivityStyle ContentClass UseRightsURL DerivativeWorkSource PublicationDate PublicationYear LearningStandardReference
used by
elements EducationContent/LearningResourceMetadata EducationContentIdentityType/LearningResourceMetadata
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.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p608.png
namespace http://ed-fi.org/0110
type URI
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 255 
annotation
documentation
The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p609.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The individual credited with the creation of the resource.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p610.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates whether there are additional un-named authors. In a research report, this is often marked by the abbreviation "et al".
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p611.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The organization credited with publishing the resource.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p612.png
namespace http://ed-fi.org/0110
type timeinterval
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p613.png
namespace http://ed-fi.org/0110
type InteractivityStyleType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Active 
enumeration Expositive 
enumeration Mixed 
annotation
documentation
The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p614.png
namespace http://ed-fi.org/0110
type ContentClassType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Presentation 
enumeration Education Research 
enumeration Vendor Intervention Offering 
enumeration Written Activity 
enumeration Video 
annotation
documentation
The predominate type or kind characterizing the learning resource.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p615.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
The URL where the owner specifies permissions for using the resource.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p616.png
namespace http://ed-fi.org/0110
type EducationContentReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children EducationContentIdentity
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 or URL pointing to education content from which this education content was derived.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p617.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date on which this content was first published.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p618.png
namespace http://ed-fi.org/0110
type xs:gYear
properties
isRef 0
content simple
annotation
documentation
The year at which this content was first published.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p619.png
namespace http://ed-fi.org/0110
type LearningStandardReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
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 competency, learning standard, skill and/or text complexity that the work is aligned to.
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>