/Documentation/ImplementationSpecification/XSD/SIF_Message2Annotated/HumanResourcesFinancials/EmployeeAssignment.xsd
# · XML Schema · 112 lines · 110 code · 2 blank · 0 comment · 0 complexity · 6fcf6a15b6c972382b49e63362348482 MD5 · raw file
- <!--SIF Implementation Specification 2.2-6 (March 17, 2008)-->
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://www.sifinfo.org/infrastructure/2.x" xmlns:sif="http://www.sifinfo.org/infrastructure/2.x" elementFormDefault="qualified">
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="imports/xml/xml.xsd" />
- <xs:complexType name="EmployeeAssignmentType">
- <xs:annotation>
- <xs:documentation>
- This object defines information related to an employee assignment as it pertains to the human resource needed to track employee assignment for employee reporting and financial funding tracking.
- The staff assignment record will hold more detail of the actual assignment.
- There are multiple records for each assignment and/or location.
- </xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element name="Description" minOccurs="0" type="xs:string">
- <xs:annotation>
- <xs:documentation>Short assignment description</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="PrimaryAssignment" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Is this the staff member's primary assignment? There must be one and only one instance of the object with Yes in this value per school year.</xs:documentation>
- </xs:annotation>
- <xs:simpleType>
- <xs:restriction base="xs:token">
- <xs:enumeration value="Yes" />
- <xs:enumeration value="No" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="LocationInfoRefId" minOccurs="0" nillable="true" type="sif:IdRefType">
- <xs:annotation>
- <xs:documentation>
- This is an optional element so the placement of the employee within the agency can be tracked as needed.
- The GUID references the LocationInfo object.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="JobStartDate" minOccurs="0" nillable="true" type="xs:date">
- <xs:annotation>
- <xs:documentation>This is the date from which the staff assignment is valid (inclusive).</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="JobEndDate" minOccurs="0" nillable="true" type="xs:date">
- <xs:annotation>
- <xs:documentation>This is the date through which the staff assignment is valid (inclusive). Present if the JobStartDate is entered and a JobEndDate is available.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="JobFTE" minOccurs="0" nillable="true">
- <xs:simpleType>
- <xs:restriction base="xs:decimal">
- <xs:annotation>
- <xs:documentation>Full-time job equivalent ratio for this assignment. (Format is x.xx; an employee who is full-time and who spends 50% of their time on this assignment would be represented as 0.50)</xs:documentation>
- </xs:annotation>
- <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
- <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
- <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <xs:element name="JobClassification" minOccurs="0" nillable="true">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Code" minOccurs="0" type="sif:NCES0557JobClassificationType">
- <xs:annotation>
- <xs:documentation>The specific group of duties or responsibilities of position.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="sif:OtherCodeListType" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="ProgramType" minOccurs="0" nillable="true">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Code" minOccurs="0" type="sif:NCES0229ProgramTypeType">
- <xs:annotation>
- <xs:documentation>The type of instructional or non-instructional program.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="sif:OtherCodeListType" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="FundingSource" minOccurs="0" nillable="true">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Code" minOccurs="0" type="sif:NCES0222ProgramFundingSourceType">
- <xs:annotation>
- <xs:documentation>Provider of funds for the program or service.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="sif:OtherCodeListType" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="sif:SIF_MetadataType" />
- <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="sif:SIF_ExtendedElementsType" />
- </xs:sequence>
- <xs:attribute name="RefId" use="required" type="sif:RefIdType">
- <xs:annotation>
- <xs:documentation>The GUID that uniquely identifies a particular HR staff assignment.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="EmployeePersonalRefId" use="required" type="sif:IdRefType">
- <xs:annotation>
- <xs:documentation>This GUID referencing the parent EmployeePersonal object</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- </xs:complexType>
-
- <xs:element name="EmployeeAssignment" type="sif:EmployeeAssignmentType" />
-
- </xs:schema>