complexType StaffSchoolAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1436.png
namespace http://ed-fi.org/0210
children StaffReference SchoolReference ProgramAssignment
used by
element StaffSchoolAssociationReferenceType/StaffSchoolAssociationIdentity
annotation
documentation
Identity of a StaffSchoolAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StaffSchoolAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StaffSchoolAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Staff member providing services to the School.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>The School where the Staff member provides services.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ProgramAssignment" type="ProgramAssignmentDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The name of the program for which the individual is assigned; for example:
        Regular education
        Title I-Academic
        Title I-Non-Academic
        Special Education
        Bilingual/English as a Second Language.
</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>ProgramAssignmentDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffSchoolAssociationIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1437.png
namespace http://ed-fi.org/0210
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 member providing services to the School.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff member providing services to the School.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffSchoolAssociationIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1438.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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 School where the Staff member provides services.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The School where the Staff member provides services.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffSchoolAssociationIdentityType/ProgramAssignment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1439.png
namespace http://ed-fi.org/0210
type ProgramAssignmentDescriptorReferenceType
properties
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 name of the program for which the individual is assigned; for example:
        Regular education
        Title I-Academic
        Title I-Non-Academic
        Special Education
        Bilingual/English as a Second Language.
appinfo
<ann:Descriptor>ProgramAssignmentDescriptor</ann:Descriptor>
source <xs:element name="ProgramAssignment" type="ProgramAssignmentDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The name of the program for which the individual is assigned; for example:
        Regular education
        Title I-Academic
        Title I-Non-Academic
        Special Education
        Bilingual/English as a Second Language.
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ProgramAssignmentDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>