complexType EducationContentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p500.png
namespace http://ed-fi.org/0200
children ContentIdentifier
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>
<ann:EdFiId>417</ann:EdFiId>
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>
     
<ann:EdFiId>417</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ContentIdentifier" type="ContentIdentifier">
     
<xs:annotation>
       
<xs:documentation>A unique identifier for the content.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2029</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationContentIdentityType/ContentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p501.png
namespace http://ed-fi.org/0200
type ContentIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 225
annotation
documentation
A unique identifier for the content.
appinfo
<ann:EdFiId>2029</ann:EdFiId>
source <xs:element name="ContentIdentifier" type="ContentIdentifier">
 
<xs:annotation>
   
<xs:documentation>A unique identifier for the content.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2029</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>