complexType EducationContentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p407.png
namespace http://ed-fi.org/0110
children ContentIdentifier LearningResourceMetadata ShortDescription Version URI
used by
element EducationContentReferenceType/EducationContentIdentity
annotation
documentation
Encapsulate the attributes that can be used to lookup the education content by unique identification.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="EducationContentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulate the attributes that can be used to lookup the education content by unique identification.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:choice maxOccurs="3">
   
<xs:sequence>
     
<xs:annotation>
       
<xs:documentation>Encapsulate the attributes that can be used to lookup the education content by unique identification.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="ContentIdentifier" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>A unique identifier for the content.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:sequence>
     
<xs:annotation>
       
<xs:documentation>Encapsulate the attributes that can be used to lookup the education content by non-unique search.</xs:documentation>
     
</xs:annotation>
     
<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" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>A short name or written representation of the education content.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Version" type="xs:double" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>The version identifier for the content.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:sequence>
     
<xs:element name="URI" type="URI">
       
<xs:annotation>
         
<xs:documentation>The URI (typical a URL) pointing to an education content item</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:choice>
</xs:complexType>

element EducationContentIdentityType/ContentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p408.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 EducationContentIdentityType/LearningResourceMetadata
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p409.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 EducationContentIdentityType/ShortDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p410.png
namespace http://ed-fi.org/0110
type ShortDescription
properties
isRef 0
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A short name or written representation of the education content.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element EducationContentIdentityType/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p412.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 an education content item
source <xs:element name="URI" type="URI">
 
<xs:annotation>
   
<xs:documentation>The URI (typical a URL) pointing to an education content item</xs:documentation>
 
</xs:annotation>
</xs:element>