simpleType PersonOtherNameCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:token
used by
attribute com:personOtherNameCategory
source <xsd:simpleType name="PersonOtherNameCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="DBA, AKA, TA, Formerly">
<xsd:annotation>
<xsd:documentation>
Other names that an entity has been “doing business as (DBA)”, is “also known as (AKA)”, “trading as (TA)”, or was “formerly” known as.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Composed of">
<xsd:annotation>
<xsd:documentation>
The names of the trustees, partners if the legal entity is a partnership, joint venture or trust. as.
</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>