simpleType OrganizationNameCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type restriction of xsd:string
used by
attribute com:organizationNameCategory
source <xsd:simpleType name="OrganizationNameCategoryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Legal name">
<xsd:annotation>
<xsd:documentation>
Legal name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Former name">
<xsd:annotation>
<xsd:documentation>
Former name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Common use">
<xsd:annotation>
<xsd:documentation>
Common use
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Publishing name">
<xsd:annotation>
<xsd:documentation>
Publishing name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Unofficial name">
<xsd:annotation>
<xsd:documentation>
Unofficial name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Short name">
<xsd:annotation>
<xsd:documentation>
Short name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Organization department name">
<xsd:annotation>
<xsd:documentation>
Organization department name
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<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:restriction>
</xsd:simpleType>