complexType StaffEducationOrgAssignmentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p916.png
namespace http://ed-fi.org/0110
children StaffReference EducationOrganizationReference StaffClassification PositionTitle BeginDate EndDate OrderOfAssignment StaffEducationOrgEmploymentAssociationReference
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>
source <xs:complexType name="StaffEducationOrgAssignmentAssociation">
 
<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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StaffReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The staff assigned to the education organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The educational organization to which the staff member provides services</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StaffClassification" type="DescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The titles of employment, official status, or rank of education staff.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PositionTitle" type="PositionTitle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The descriptive name of an individual&apos;s position.</xs:documentation>
     
</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&apos;s employment, contract or relationship with the LEA.</xs:documentation>
     
</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&apos;s employment, contract or relationship with the LEA.</xs:documentation>
     
</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&apos;s primary assignment, secondary assignment, etc..</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StaffEducationOrgEmploymentAssociationReference" type="StaffEducationOrgEmploymentAssociationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A reference to the employment association</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StaffEducationOrgAssignmentAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p917.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 assigned to the education organization.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The staff assigned to the education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p918.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
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 educational organization to which the staff member provides services
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The educational organization to which the staff member provides services</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/StaffClassification
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p919.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The titles of employment, official status, or rank of education staff.
appinfo
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
source <xs:element name="StaffClassification" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The titles of employment, official status, or rank of education staff.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>StaffClassificationDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/PositionTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p920.png
namespace http://ed-fi.org/0110
type PositionTitle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 100 
annotation
documentation
The descriptive name of an individual&apos;s position.
source <xs:element name="PositionTitle" type="PositionTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The descriptive name of an individual&apos;s position.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p921.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
Month, day and year of the start or effective date of a staff member&apos;s employment, contract or relationship with the LEA.
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&apos;s employment, contract or relationship with the LEA.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p922.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day and year of the end or termination date of a staff member&apos;s employment, contract or relationship with the LEA.
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&apos;s employment, contract or relationship with the LEA.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/OrderOfAssignment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p923.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Describes whether the assignment is this the staff member&apos;s primary assignment, secondary assignment, etc..
source <xs:element name="OrderOfAssignment" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Describes whether the assignment is this the staff member&apos;s primary assignment, secondary assignment, etc..</xs:documentation>
 
</xs:annotation>
</xs:element>

element StaffEducationOrgAssignmentAssociation/StaffEducationOrgEmploymentAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p924.png
namespace http://ed-fi.org/0110
type StaffEducationOrgEmploymentAssociationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StaffEducationOrgEmploymentAssociationIdentity
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
A reference to the employment association
source <xs:element name="StaffEducationOrgEmploymentAssociationReference" type="StaffEducationOrgEmploymentAssociationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A reference to the employment association</xs:documentation>
 
</xs:annotation>
</xs:element>