complexType
ContractedStaff
element ContractedStaff/AmountToDate
element ContractedStaff/AsOfDate
element ContractedStaff/AccountReference
element ContractedStaff/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AmountToDate AsOfDate AccountReference StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||
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 contractor) for account for the fiscal year.</xs:documentation> </xs:annotation> </xs:element> |
element ContractedStaff/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 contracted staff element.</xs:documentation> </xs:annotation> </xs:element> |
element ContractedStaff/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 Contracted Staff expense is associated.</xs:documentation> </xs:annotation> </xs:element> |
element ContractedStaff/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 Contracted Staff expense.</xs:documentation> </xs:annotation> </xs:element> |