complexType ContractedStaff
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p305.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 contracted staff. ContractedStaff includes "contractors" or "consultants" who perform services for an agreed upon fee, or an employee of a management service contracted to work on site.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>549</ann:EdFiId>
source <xs:complexType name="ContractedStaff">
 
<xs:annotation>
   
<xs:documentation>This financial entity represents the sum of the financial transactions to date for contracted staff. ContractedStaff includes "contractors" or "consultants" who perform services for an agreed upon fee, or an employee of a management service contracted to work on site.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>549</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 contractor) for account for the fiscal year.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1288</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported contracted staff element.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1289</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType">
         
<xs:annotation>
           
<xs:documentation>Account with which the ContractedStaff expense is associated.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1287</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the staff member to the associated ContractedStaff expense.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1290</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

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

element ContractedStaff/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p308.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 ContractedStaff expense is associated.
appinfo
<ann:EdFiId>1287</ann:EdFiId>
source <xs:element name="AccountReference" type="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Account with which the ContractedStaff expense is associated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1287</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ContractedStaff/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p309.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
Relates the staff member to the associated ContractedStaff expense.
appinfo
<ann:EdFiId>1290</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the staff member to the associated ContractedStaff expense.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1290</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>