simpleType OtherNameType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute OtherName/@OtherNameType
facets
Kind Value annotation 
enumeration Alias 
enumeration Nickname 
enumeration Other Name 
enumeration Previous Legal Name 
annotation
documentation
The types of alternate names for a person.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="OtherNameType">
 
<xs:annotation>
   
<xs:documentation>The types of alternate names for a person.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Alias"/>
   
<xs:enumeration value="Nickname"/>
   
<xs:enumeration value="Other Name"/>
   
<xs:enumeration value="Previous Legal Name"/>
 
</xs:restriction>
</xs:simpleType>