complexType ContractedStaffIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p350.png
namespace http://ed-fi.org/0210
children AsOfDate AccountReference StaffReference
used by
element ContractedStaffReferenceType/ContractedStaffIdentity
annotation
documentation
Identity of a ContractedStaff.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="ContractedStaffIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a ContractedStaff.</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 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:complexType>

element ContractedStaffIdentityType/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p351.png
namespace http://ed-fi.org/0210
type xs:date
properties
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 ContractedStaffIdentityType/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p352.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 ContractedStaff expense is associated.
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 ContractedStaffIdentityType/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p353.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
Relates the staff member to the associated ContractedStaff expense.
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>