<xsd:simpleType name="NameTypeCodeEnumType"> <xsd:annotation> <xsd:documentation>A code classifying the type of name - Current, Former, Alias, "Birth Name." </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="CurrentName" /> <xsd:enumeration value="FormerName" /> <xsd:enumeration value="BirthName" /> <xsd:enumeration value="Alias" /> </xsd:restriction> </xsd:simpleType>