simpleType ContactTitle
namespace http://ed-fi.org/0210
type restriction of xs:string
properties
base xs:string
used by
elements StaffEducationOrganizationContactAssociation/ContactTitle StaffEducationOrganizationContactAssociationIdentityType/ContactTitle
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The title of the contact in the context of the EducationOrganization.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="ContactTitle">
 
<xs:annotation>
   
<xs:documentation>The title of the contact in the context of the EducationOrganization.</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="75"/>
 
</xs:restriction>
</xs:simpleType>