complexType OpenStaffPositionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1004.png
namespace http://ed-fi.org/0210
children RequisitionNumber EducationOrganizationReference
used by
element OpenStaffPositionReferenceType/OpenStaffPositionIdentity
annotation
documentation
Identity of an OpenStaffPosition.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="OpenStaffPositionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an OpenStaffPosition.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="RequisitionNumber" type="RequisitionNumber">
     
<xs:annotation>
       
<xs:documentation>The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The EducationOrganization with the OpenStaffPosition.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OpenStaffPositionIdentityType/RequisitionNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1005.png
namespace http://ed-fi.org/0210
type RequisitionNumber
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.
source <xs:element name="RequisitionNumber" type="RequisitionNumber">
 
<xs:annotation>
   
<xs:documentation>The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OpenStaffPositionIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1006.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
The EducationOrganization with the OpenStaffPosition.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization with the OpenStaffPosition.</xs:documentation>
 
</xs:annotation>
</xs:element>