simpleType OtherNameType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element OtherName/OtherNameType
facets
Kind Value Annotation
enumeration Alias
appinfo
<ann:EdFiId>202-001</ann:EdFiId>
enumeration Nickname
appinfo
<ann:EdFiId>202-002</ann:EdFiId>
enumeration Other Name
appinfo
<ann:EdFiId>202-003</ann:EdFiId>
enumeration Previous Legal Name
appinfo
<ann:EdFiId>202-004</ann:EdFiId>
annotation
documentation
The types of alternate names for a person.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>202</ann:EdFiId>
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>
     
<ann:EdFiId>202</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Alias">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>202-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Nickname">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>202-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other Name">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>202-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Previous Legal Name">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>202-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>