simpleType PersonalTitlePrefix
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Name/PersonalTitlePrefix OtherName/PersonalTitlePrefix
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
A prefix used to denote the title, degree, position, or seniority of the person.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>82</ann:EdFiId>
source <xs:simpleType name="PersonalTitlePrefix">
 
<xs:annotation>
   
<xs:documentation>A prefix used to denote the title, degree, position, or seniority of the person.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>82</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>