complexType StaffClassificationDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1316.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace StaffClassificationMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines an individual's title of employment, official status or rank.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="StaffClassificationDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines an individual's title of employment, official status or rank.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="StaffClassificationMap" type="StaffClassificationMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known StaffClassification enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffClassificationDescriptor/StaffClassificationMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1317.png
namespace http://ed-fi.org/0210
type StaffClassificationMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Assistant Principal
enumeration Assistant Superintendent
enumeration Counselor
enumeration Instructional Aide
enumeration Instructional Coordinator
documentation
Staff supervising instructional programs including professional staff members or supervisors in an early learning program assigned specific duties related to instruction , or supervisors at a school district or sub-district level including curriculum coordinators or supervisors; in-service training staff; Title I supervisors; home economics supervisors; educational television staff; coordinators and supervisors of audiovisual services; and staff engaged in development of computer-assisted instruction.
enumeration LEA Administrator
enumeration LEA Specialist
enumeration LEA System Administrator
enumeration Librarians/Media Specialists
documentation
A professional staff member or supervisor assigned specific duties and school time for professional library and media service activities. Activities include: selecting, acquiring, preparing, cataloging, and circulating books and other printed materials; planning the use of library and media services by students, teachers and other members of the instructional staff; and guiding individuals in their use of media services and library materials, (whether maintained separately or as part of an instructional materials center).
enumeration Operational Support
enumeration Other
enumeration Principal
enumeration School Administrator
enumeration School Leader
enumeration School Specialist
enumeration State Administrator
enumeration Substitute Teacher
enumeration Superintendent
enumeration Support Services Staff
documentation
Professional and supervisory staff providing non-instructional services to students including attendance officers; staff providing health, psychology, speech pathology, audiology, or social services; and supervisors of the preceding staff and of health, transportation, and food service workers.
enumeration Teacher
annotation
documentation
The mapping to a known StaffClassification enumeration type.
source <xs:element name="StaffClassificationMap" type="StaffClassificationMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known StaffClassification enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>