complexType StaffCohortAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1177.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference CohortReference BeginDate EndDate StudentRecordAccess
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association indicates the Staff associated with a cohort of students.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>599</ann:EdFiId>
source <xs:complexType name="StaffCohortAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the Staff associated with a cohort of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>599</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Staff associated with the cohort of students.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1018</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CohortReference" type="CohortReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the Cohort associated with the Staff.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1016</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Start date for the association of staff to this cohort.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1015</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>End date for the association of staff to this cohort.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1017</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentRecordAccess" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1019</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffCohortAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1178.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
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 Staff associated with the cohort of students.
appinfo
<ann:EdFiId>1018</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff associated with the cohort of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1018</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociation/CohortReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1179.png
namespace http://ed-fi.org/0200
type CohortReferenceType
properties
content complex
children CohortIdentity
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
Reference to the Cohort associated with the Staff.
appinfo
<ann:EdFiId>1016</ann:EdFiId>
source <xs:element name="CohortReference" type="CohortReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Cohort associated with the Staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1016</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1180.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Start date for the association of staff to this cohort.
appinfo
<ann:EdFiId>1015</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Start date for the association of staff to this cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1015</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1181.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
End date for the association of staff to this cohort.
appinfo
<ann:EdFiId>1017</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>End date for the association of staff to this cohort.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1017</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffCohortAssociation/StudentRecordAccess
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1182.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies.
appinfo
<ann:EdFiId>1019</ann:EdFiId>
source <xs:element name="StudentRecordAccess" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of whether the staff has access to the student records of the cohort per district interpretation of FERPA and other privacy laws, regulations, and policies.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1019</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>