complexType CohortIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p276.png
namespace http://ed-fi.org/0210
children CohortIdentifier EducationOrganizationReference
used by
element CohortReferenceType/CohortIdentity
annotation
documentation
Identity of a Cohort.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CohortIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a Cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The education organization associated with and owner of the Cohort.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element CohortIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p278.png
namespace http://ed-fi.org/0210
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
The education organization associated with and owner of the Cohort.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The education organization associated with and owner of the Cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>