complexType EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p571.png
namespace http://ed-fi.org/0210
children EducationContentReference LearningResourceMetadataURI URI
used by
elements EducationContent/DerivativeSourceEducationContentSource Intervention/EducationContentSource InterventionPrescription/EducationContentSource InterventionStudy/EducationContentSource
annotation
documentation
Published papers, reports, or other educational documents.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="EducationContentSource">
 
<xs:annotation>
   
<xs:documentation>Published papers, reports, or other educational documents.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationContentReference" type="EducationContentReferenceType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Relates the education content source to the education content.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LearningResourceMetadataURI" type="LearningResourceMetadataURI" minOccurs="0" maxOccurs="unbounded">
     
<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:element name="URI" type="URI" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The URI (typical a URL) pointing to an education content item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationContentSource/EducationContentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p572.png
namespace http://ed-fi.org/0210
type EducationContentReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children EducationContentIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the education content source to the education content.
source <xs:element name="EducationContentReference" type="EducationContentReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Relates the education content source to the education content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationContentSource/LearningResourceMetadataURI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p573.png
namespace http://ed-fi.org/0210
type LearningResourceMetadataURI
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 5
maxLength 225
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="LearningResourceMetadataURI" minOccurs="0" maxOccurs="unbounded">
 
<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 EducationContentSource/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p574.png
namespace http://ed-fi.org/0210
type URI
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
The URI (typical a URL) pointing to an education content item.
source <xs:element name="URI" type="URI" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The URI (typical a URL) pointing to an education content item.</xs:documentation>
 
</xs:annotation>
</xs:element>