complexType Payroll
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p736.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AmountToDate AsOfDate AccountReference StaffReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported payroll element.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Account with which the Payroll expense is associated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>Staff member associated with the Payroll expense.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Payroll/AmountToDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p737.png
namespace http://ed-fi.org/0110
type Currency
properties
isRef 0
content simple
annotation
documentation
Current balance (amount paid to employee) for account for the fiscal year.
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:annotation>
</xs:element>

element Payroll/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p738.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date of the reported payroll element.
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported payroll element.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Payroll/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p739.png
namespace http://ed-fi.org/0110
type AccountReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AccountIdentity
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
Account with which the Payroll expense is associated.
source <xs:element name="AccountReference" type="AccountReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Account with which the Payroll expense is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

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