simpleType PositionTitle
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements OpenStaffPosition/PositionTitle StaffEducationOrgAssignmentAssociation/PositionTitle
facets
Kind Value annotation 
minLength 
maxLength 100 
annotation
documentation
The descriptive name of an individual's position.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="PositionTitle">
 
<xs:annotation>
   
<xs:documentation>The descriptive name of an individual&apos;s position.</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="100"/>
 
</xs:restriction>
</xs:simpleType>