complexType
PayrollIdentityType
element PayrollIdentityType/AsOfDate
element PayrollIdentityType/AccountReference
element PayrollIdentityType/StaffReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | AsOfDate AccountReference StaffReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="PayrollIdentityType"> <xs:annotation> <xs:documentation>Identity of a Payroll.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <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"> <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:complexType> |
element PayrollIdentityType/AsOfDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
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 PayrollIdentityType/AccountReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AccountReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AccountIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AccountReference" type="AccountReferenceType"> <xs:annotation> <xs:documentation>Account with which the Payroll expense is associated.</xs:documentation> </xs:annotation> </xs:element> |
element PayrollIdentityType/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
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> |