complexType
Payroll
element Payroll/AmountToDate
element Payroll/AsOfDate
element Payroll/AccountReference
element Payroll/StaffReference
| diagram | ![]() |
||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||
| type | extension of ComplexObjectType | ||||||||||||||
| properties |
|
||||||||||||||
| children | AmountToDate AsOfDate AccountReference StaffReference | ||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| 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 | ![]() |
||||
| namespace | http://ed-fi.org/0110 | ||||
| type | Currency | ||||
| properties |
|
||||
| annotation |
|
||||
| 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 | ![]() |
||||
| namespace | http://ed-fi.org/0110 | ||||
| type | xs:date | ||||
| properties |
|
||||
| annotation |
|
||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | AccountReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | AccountIdentity | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | StaffReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | StaffIdentity | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>Staff member associated with the Payroll expense.</xs:documentation> </xs:annotation> </xs:element> |





