complexType EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p504.png
namespace http://ed-fi.org/0200
children EducationContentReference LearningResourceMetadataURI URI
used by
elements EducationContent/DerivativeSourceEducationContentSource Intervention/EducationContentSource InterventionPrescription/EducationContentSource InterventionStudy/EducationContentSource
annotation
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>503</ann:EdFiId>
documentation
Published papers, reports, or other educational documents.
source <xs:complexType name="EducationContentSource">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>503</ann:EdFiId>
   
</xs:appinfo>
   
<xs:documentation>Published papers, reports, or other educational documents.</xs:documentation>
 
</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:appinfo>
         
<ann:EdFiId>812</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>813</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>814</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationContentSource/EducationContentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p505.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>812</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>812</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationContentSource/LearningResourceMetadataURI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p506.png
namespace http://ed-fi.org/0200
type LearningResourceMetadataURI
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
The URI (typical a URL) pointing to the metadata entry in a LRMI metadata repository, which describes this content item.
appinfo
<ann:EdFiId>813</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>813</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationContentSource/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p507.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>814</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>814</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>