complexType Payroll
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p936.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children AmountToDate AsOfDate AccountReference StaffReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This financial entity represents the sum of the financial transactions to date for employee compensation. An "employee" who performs services under the direction of the employing institution or agency, is compensated for such services by the employer and is eligible for employee benefits and wage or salary tax withholdings.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>574</ann:EdFiId>
source <xs:complexType name="Payroll">
 
<xs:annotation>
   
<xs:documentation>This financial entity represents the sum of the financial transactions to date for employee compensation. An "employee" who performs services under the direction of the employing institution or agency, is compensated for such services by the employer and is eligible for employee benefits and wage or salary tax withholdings.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>574</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="AmountToDate" type="Currency">
         
<xs:annotation>
           
<xs:documentation>Current balance (amount paid to employee) for account for the fiscal year.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1566</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported payroll element.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1567</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType">
         
<xs:annotation>
           
<xs:documentation>Account with which the Payroll expense is associated.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1565</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>Staff member associated with the Payroll expense.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1568</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Payroll/AmountToDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p937.png
namespace http://ed-fi.org/0200
type Currency
properties
content simple
annotation
documentation
Current balance (amount paid to employee) for account for the fiscal year.
appinfo
<ann:EdFiId>1566</ann:EdFiId>
source <xs:element name="AmountToDate" type="Currency">
 
<xs:annotation>
   
<xs:documentation>Current balance (amount paid to employee) for account for the fiscal year.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1566</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Payroll/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p938.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date of the reported payroll element.
appinfo
<ann:EdFiId>1567</ann:EdFiId>
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported payroll element.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1567</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Payroll/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p939.png
namespace http://ed-fi.org/0200
type AccountReferenceType
properties
content complex
children AccountIdentity
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
Account with which the Payroll expense is associated.
appinfo
<ann:EdFiId>1565</ann:EdFiId>
source <xs:element name="AccountReference" type="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Account with which the Payroll expense is associated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1565</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Payroll/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p940.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
Staff member associated with the Payroll expense.
appinfo
<ann:EdFiId>1568</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>Staff member associated with the Payroll expense.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1568</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>