complexType Cohort
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p223.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children CohortIdentifier CohortDescription CohortType CohortScope AcademicSubject EducationOrganizationReference ProgramReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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, etc.)</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicSubject" type="DescriptorReferenceType" 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:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Cohort/CohortIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p224.png
namespace http://ed-fi.org/0110
type CohortIdentifier
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p225.png
namespace http://ed-fi.org/0110
type CohortDescription
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p226.png
namespace http://ed-fi.org/0110
type CohortType
properties
isRef 0
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_p227.png
namespace http://ed-fi.org/0110
type CohortScopeType
properties
isRef 0
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, etc.)
source <xs:element name="CohortScope" type="CohortScopeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The scope of cohort (e.g., school, district, classroom, etc.)</xs:documentation>
 
</xs:annotation>
</xs:element>

element Cohort/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p228.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The academic subject associated with an academic intervention.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="AcademicSubject" type="DescriptorReferenceType" 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_p229.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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_p230.png
namespace http://ed-fi.org/0110
type ProgramReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ProgramIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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>