simpleType OrganizationNameCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
attribute com:organizationNameCategory
source <xsd:simpleType name="OrganizationNameCategoryType">
<xsd:restriction base="xsd:token">
<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 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="Composed of">
<xsd:annotation>
<xsd:documentation>
The names of the trustees, partners if the legal entity is a partnership, joint venture or trust.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>