complexType StaffProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1229.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference ProgramReference 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 program.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>602</ann:EdFiId>
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>
     
<ann:EdFiId>602</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 Program.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1039</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Program associated to the Staff.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1038</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 program.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1036</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 program.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1037</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 program per district interpretation of FERPA and other privacy laws, regulations, and policies.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1040</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffProgramAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1230.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 Program.
appinfo
<ann:EdFiId>1039</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff associated with the Program.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1039</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffProgramAssociation/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1231.png
namespace http://ed-fi.org/0200
type ProgramReferenceType
properties
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 Program associated to the Staff.
appinfo
<ann:EdFiId>1038</ann:EdFiId>
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Program associated to the Staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1038</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element StaffProgramAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1233.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 program.
appinfo
<ann:EdFiId>1037</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 program.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1037</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffProgramAssociation/StudentRecordAccess
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1234.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 program per district interpretation of FERPA and other privacy laws, regulations, and policies.
appinfo
<ann:EdFiId>1040</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 program per district interpretation of FERPA and other privacy laws, regulations, and policies.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1040</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>