complexType CohortIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p266.png
namespace http://ed-fi.org/0200
children CohortIdentifier EducationOrganizationReference
used by
element CohortReferenceType/CohortIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of cohorts.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>407</ann:EdFiId>
source <xs:complexType name="CohortIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of cohorts.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>407</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CohortIdentifier" type="CohortIdentifier">
     
<xs:annotation>
       
<xs:documentation>The name or ID for the cohort.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2016</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2017</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CohortIdentityType/CohortIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p267.png
namespace http://ed-fi.org/0200
type CohortIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The name or ID for the cohort.
appinfo
<ann:EdFiId>2016</ann:EdFiId>
source <xs:element name="CohortIdentifier" type="CohortIdentifier">
 
<xs:annotation>
   
<xs:documentation>The name or ID for the cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2016</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CohortIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p268.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
Provide user information to lookup and link to an existing educational organization record in the receiving system.
appinfo
<ann:EdFiId>2017</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2017</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>