simpleType RequisitionNumber
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element OpenStaffPosition/RequisitionNumber
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
The number or identifier assigned to an open staff position, typically a requisition number assigned by Human Resources.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="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:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>