complexType
EducationContentIdentityType
element EducationContentIdentityType/ContentIdentifier
element EducationContentIdentityType/LearningResourceMetadata
element EducationContentIdentityType/ShortDescription
element EducationContentIdentityType/Version
element EducationContentIdentityType/URI
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | ContentIdentifier LearningResourceMetadata ShortDescription Version URI | ||||
used by |
|
||||
annotation |
|
||||
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 | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
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 | |||||
namespace | http://ed-fi.org/0110 | ||||
type | LearningResourceMetadata | ||||
properties |
|
||||
children | LearningResourceMetadataURI Author AdditionalAuthorsIndicator Publisher TimeRequired InteractivityStyle ContentClass UseRightsURL DerivativeWorkSource PublicationDate PublicationYear LearningStandardReference | ||||
annotation |
|
||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ShortDescription | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:double | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |