complexType PayrollIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1046.png
namespace http://ed-fi.org/0210
children AsOfDate AccountReference StaffReference
used by
element PayrollReferenceType/PayrollIdentity
annotation
documentation
Identity of a Payroll.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1047.png
namespace http://ed-fi.org/0210
type xs:date
properties
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 PayrollIdentityType/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1048.png
namespace http://ed-fi.org/0210
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.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1049.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>Staff member associated with the Payroll expense.</xs:documentation>
 
</xs:annotation>
</xs:element>