complexType Cohort
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p267.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children CohortIdentifier CohortDescription CohortType CohortScope AcademicSubject EducationOrganizationReference ProgramReference CalendarReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents any type of list of designated students for tracking, analysis, or intervention.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Cohort">
 
<xs:annotation>
   
<xs:documentation>This entity represents any type of list of designated students for tracking, analysis, or intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<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="CohortDescription" type="CohortDescription" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The description of the Cohort and its purpose.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CohortType" type="CohortType">
         
<xs:annotation>
           
<xs:documentation>The type of cohort (e.g., academic intervention, classroom breakout).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CohortScope" type="CohortScopeType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The scope of cohort (e.g., school, district, classroom).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The academic subject associated with an academic intervention.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</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:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The (optional) program associated with this Cohort (e.g., special education).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarReference" type="CalendarReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A calendar associated with the cohort.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Cohort/CohortIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p268.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 Cohort/CohortDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p269.png
namespace http://ed-fi.org/0210
type CohortDescription
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The description of the Cohort and its purpose.
source <xs:element name="CohortDescription" type="CohortDescription" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the Cohort and its purpose.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Cohort/CohortType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p270.png
namespace http://ed-fi.org/0210
type CohortType
properties
content simple
facets
Kind Value Annotation
enumeration Academic Intervention
enumeration Attendance Intervention
enumeration Discipline Intervention
enumeration Classroom Pullout
enumeration Extracurricular Activity
enumeration Field Trip
enumeration Principal Watch List
enumeration Counselor List
enumeration In-school Suspension
enumeration Study Hall
enumeration Other
annotation
documentation
The type of cohort (e.g., academic intervention, classroom breakout).
source <xs:element name="CohortType" type="CohortType">
 
<xs:annotation>
   
<xs:documentation>The type of cohort (e.g., academic intervention, classroom breakout).</xs:documentation>
 
</xs:annotation>
</xs:element>

element Cohort/CohortScope
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p271.png
namespace http://ed-fi.org/0210
type CohortScopeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration District
enumeration School
enumeration Network
enumeration Classroom
enumeration Teacher
enumeration Principal
enumeration Counselor
enumeration Statewide
enumeration Other
annotation
documentation
The scope of cohort (e.g., school, district, classroom).
source <xs:element name="CohortScope" type="CohortScopeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The scope of cohort (e.g., school, district, classroom).</xs:documentation>
 
</xs:annotation>
</xs:element>

element Cohort/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p272.png
namespace http://ed-fi.org/0210
type AcademicSubjectDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
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 academic subject associated with an academic intervention.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The academic subject associated with an academic intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Cohort/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p273.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>

element Cohort/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p274.png
namespace http://ed-fi.org/0210
type ProgramReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children ProgramIdentity ProgramLookup
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 (optional) program associated with this Cohort (e.g., special education).
source <xs:element name="ProgramReference" type="ProgramReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The (optional) program associated with this Cohort (e.g., special education).</xs:documentation>
 
</xs:annotation>
</xs:element>

element Cohort/CalendarReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p275.png
namespace http://ed-fi.org/0210
type CalendarReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CalendarIdentity
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
A calendar associated with the cohort.
source <xs:element name="CalendarReference" type="CalendarReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A calendar associated with the cohort.</xs:documentation>
 
</xs:annotation>
</xs:element>