complexType
ContractedStaff
element ContractedStaff/AmountToDate
element ContractedStaff/AsOfDate
element ContractedStaff/AccountReference
element ContractedStaff/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
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. 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> </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"> <xs:annotation> <xs:documentation>Account with which the ContractedStaff expense is associated.</xs:documentation> </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:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element ContractedStaff/AmountToDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
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/0210 | ||
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/0210 | ||||||||||||||||||||||
type | AccountReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AccountIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AccountReference" type="AccountReferenceType"> <xs:annotation> <xs:documentation>Account with which the ContractedStaff expense is associated.</xs:documentation> </xs:annotation> </xs:element> |
element ContractedStaff/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>Relates the staff member to the associated ContractedStaff expense.</xs:documentation> </xs:annotation> </xs:element> |