complexType OpenStaffPosition
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p698.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children EmploymentStatus StaffClassification PositionTitle RequisitionNumber ProgramAssignment InstructionalGradeLevels AcademicSubjects DatePosted DatePostingRemoved PostingResult EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an open staff position that is seeking to be filled by an education organization.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="OpenStaffPosition">
 
<xs:annotation>
   
<xs:documentation>This entity represents an open staff position that is seeking to be filled by an education organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EmploymentStatus" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reflects the type of employment or contract desired for the position; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</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="RequisitionNumber" type="RequisitionNumber">
         
<xs:annotation>
           
<xs:documentation>The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramAssignment" type="DescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The name of the program for which the position will be 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:element name="InstructionalGradeLevels" type="DescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The set of grade levels for which the position&apos;s assignment is responsible.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicSubjects" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The teaching field required for the position, for example English/Language Arts, Reading, Mathematics, Science, Social Sciences, etc.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DatePosted" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Date the open position was posted.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DatePostingRemoved" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date the posting was removed or filled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PostingResult" type="PostingResultType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indication of whether the position was filled or retired without filling.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Education Organization with the open staff position.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element OpenStaffPosition/EmploymentStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p699.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
Reflects the type of employment or contract desired for the position; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
appinfo
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
source <xs:element name="EmploymentStatus" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reflects the type of employment or contract desired for the position; for example:
Probationary
Contractual
Substitute/temporary
Tenured or permanent
Volunteer/no contract
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>EmploymentStatusDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/StaffClassification
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p700.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 OpenStaffPosition/PositionTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p701.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 OpenStaffPosition/RequisitionNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p702.png
namespace http://ed-fi.org/0110
type RequisitionNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.
source <xs:element name="RequisitionNumber" type="RequisitionNumber">
 
<xs:annotation>
   
<xs:documentation>The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/ProgramAssignment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p703.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
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 name of the program for which the position will be 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="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name of the program for which the position will be 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>

element OpenStaffPosition/InstructionalGradeLevels
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p704.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
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 set of grade levels for which the position&apos;s assignment is responsible.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="InstructionalGradeLevels" type="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The set of grade levels for which the position&apos;s assignment is responsible.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/AcademicSubjects
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p705.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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 teaching field required for the position, for example English/Language Arts, Reading, Mathematics, Science, Social Sciences, etc.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="AcademicSubjects" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The teaching field required for the position, for example English/Language Arts, Reading, Mathematics, Science, Social Sciences, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/DatePosted
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p706.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
Date the open position was posted.
source <xs:element name="DatePosted" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Date the open position was posted.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/DatePostingRemoved
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p707.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the posting was removed or filled.
source <xs:element name="DatePostingRemoved" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the posting was removed or filled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/PostingResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p708.png
namespace http://ed-fi.org/0110
type PostingResultType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Position Filled 
enumeration Posting Cancelled 
annotation
documentation
Indication of whether the position was filled or retired without filling.
source <xs:element name="PostingResult" type="PostingResultType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indication of whether the position was filled or retired without filling.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OpenStaffPosition/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p709.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 Education Organization with the open staff position.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Education Organization with the open staff position.</xs:documentation>
 
</xs:annotation>
</xs:element>