simpleType
OtherNameType
| namespace | http://ed-fi.org/0110 | |||||||||||||||
| type | restriction of xs:token | |||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| 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> |
