complexType EducationContentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p567.png
namespace http://ed-fi.org/0210
children ContentIdentifier
used by
element EducationContentReferenceType/EducationContentIdentity
annotation
documentation
Identity of an EducationContent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="EducationContentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an EducationContent.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ContentIdentifier" type="ContentIdentifier">
     
<xs:annotation>
       
<xs:documentation>A unique identifier for the EducationContent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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