complexType StaffProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p954.png
namespace http://ed-fi.org/0110
children StaffReference ProgramReference BeginDate EndDate StudentRecordAccess
annotation
documentation
This association indicates the staff associated with a program.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StaffProgramAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the staff associated with a program.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The staff associated with the program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ProgramReference" type="ProgramReferenceType">
     
<xs:annotation>
       
<xs:documentation>The program associated to the staff.</xs:documentation>
     
</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: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: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 program per district interpretation of FERPA and other privacy laws, regulations and policies.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffProgramAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p955.png
namespace http://ed-fi.org/0110
type StaffReferenceType
properties
isRef 0
content complex
children StaffIdentity
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 staff associated with the program.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The staff associated with the program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffProgramAssociation/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p956.png
namespace http://ed-fi.org/0110
type ProgramReferenceType
properties
isRef 0
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 program associated to the staff.
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>The program associated to the staff.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffProgramAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p957.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
Start date for the association of staff to this cohort.
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:annotation>
</xs:element>

element StaffProgramAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p958.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
End date for the association of staff to this cohort.
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:annotation>
</xs:element>

element StaffProgramAssociation/StudentRecordAccess
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p959.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the staff has access to the student records of the program per district interpretation of FERPA and other privacy laws, regulations and policies.
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 program per district interpretation of FERPA and other privacy laws, regulations and policies.</xs:documentation>
 
</xs:annotation>
</xs:element>