complexType StaffEducationOrganizationAssignmentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1183.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference EducationOrganizationReference StaffClassification PositionTitle BeginDate EndDate OrderOfAssignment StaffEducationOrganizationEmploymentAssociationReference
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 education organization to which a staff member provides services; also known as school of service.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>600</ann:EdFiId>
source <xs:complexType name="StaffEducationOrganizationAssignmentAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the education organization to which a staff member provides services; also known as school of service.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>600</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 assigned to the EducationOrganization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1027</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationalOrganization to which the Staff member provides services.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1021</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffClassification" type="StaffClassificationDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The titles of employment, official status, or rank of education staff.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
             
<ann:EdFiId>1025</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PositionTitle" type="PositionTitle" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The descriptive name of an individual's position.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1024</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the LEA.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1020</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the LEA.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1022</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="OrderOfAssignment" type="xs:int" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1023</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffEducationOrganizationEmploymentAssociationReference" type="StaffEducationOrganizationEmploymentAssociationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A reference to the employment association.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1026</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffEducationOrganizationAssignmentAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1184.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 assigned to the EducationOrganization.
appinfo
<ann:EdFiId>1027</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff assigned to the EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1027</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1185.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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 EducationalOrganization to which the Staff member provides services.
appinfo
<ann:EdFiId>1021</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationalOrganization to which the Staff member provides services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1021</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/StaffClassification
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1186.png
namespace http://ed-fi.org/0200
type StaffClassificationDescriptorReferenceType
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 titles of employment, official status, or rank of education staff.
appinfo
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
<ann:EdFiId>1025</ann:EdFiId>
source <xs:element name="StaffClassification" type="StaffClassificationDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The titles of employment, official status, or rank of education staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
     
<ann:EdFiId>1025</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/PositionTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1187.png
namespace http://ed-fi.org/0200
type PositionTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The descriptive name of an individual's position.
appinfo
<ann:EdFiId>1024</ann:EdFiId>
source <xs:element name="PositionTitle" type="PositionTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The descriptive name of an individual's position.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1024</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1188.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the LEA.
appinfo
<ann:EdFiId>1020</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the start or effective date of a staff member's employment, contract, or relationship with the LEA.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1020</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1189.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the LEA.
appinfo
<ann:EdFiId>1022</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the end or termination date of a staff member's employment, contract, or relationship with the LEA.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1022</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/OrderOfAssignment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1190.png
namespace http://ed-fi.org/0200
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc.
appinfo
<ann:EdFiId>1023</ann:EdFiId>
source <xs:element name="OrderOfAssignment" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Describes whether the assignment is this the staff member's primary assignment, secondary assignment, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1023</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrganizationAssignmentAssociation/StaffEducationOrganizationEmploymentAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1191.png
namespace http://ed-fi.org/0200
type StaffEducationOrganizationEmploymentAssociationReferenceType
properties
minOcc 0
maxOcc 1
content complex
children StaffEducationOrganizationEmploymentAssociationIdentity
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
A reference to the employment association.
appinfo
<ann:EdFiId>1026</ann:EdFiId>
source <xs:element name="StaffEducationOrganizationEmploymentAssociationReference" type="StaffEducationOrganizationEmploymentAssociationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A reference to the employment association.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1026</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>