simpleType PersonalTitlePrefixType
namespace http://ed-fi.org/0110
type xs:string
used by
elements Name/PersonalTitlePrefix OtherName/PersonalTitlePrefix
annotation
documentation
A prefix used to denote the title, degree, position or seniority of the person.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="PersonalTitlePrefixType">
 
<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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>