complexType ContractedStaff
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p252.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 contracted staff.  Contracted staff 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>
source <xs:complexType name="ContractedStaff">
 
<xs:annotation>
   
<xs:documentation>This financial entity represents the sum of the financial transactions to date for contracted staff.  Contracted staff 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>
   
</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: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:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Account with which the Contracted Staff expense is associated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>Staff member associated with the Contracted Staff expense.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

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

element ContractedStaff/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p255.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 Contracted Staff expense is associated.
source <xs:element name="AccountReference" type="AccountReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Account with which the Contracted Staff expense is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

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