simpleType PersonOtherNameCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
properties
base xsd:token
used by
attribute com:personOtherNameCategory
facets
Kind Value annotation
enumeration DBA TA AKA or FKA Other names that an entity has been doing business as DBA or trading as TA is also known as AKA or formerly known as FKA
enumeration Legal name Legal name
enumeration Official name An official name of the person, e.g. as in the passport. incorporation certificate, etc.
enumeration Preferred name Indicates that the party prefers to be called by this name
enumeration Maiden name Name of an individual before marriage
enumeration Former name Former name of the person
source <xsd:simpleType name="PersonOtherNameCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="DBA TA AKA or FKA">
<xsd:annotation>
<xsd:documentation>
Other names that an entity has been doing business as DBA or trading as TA is also known as AKA or formerly known as FKA
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Legal name">
<xsd:annotation>
<xsd:documentation>
Legal name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Official name">
<xsd:annotation>
<xsd:documentation>
An official name of the person, e.g. as in the passport. incorporation certificate, etc.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Preferred name">
<xsd:annotation>
<xsd:documentation>
Indicates that the party prefers to be called by this name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Maiden name">
<xsd:annotation>
<xsd:documentation>
Name of an individual before marriage
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Former name">
<xsd:annotation>
<xsd:documentation>
Former name of the person
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>