simpleType OrganizationNameCategoryType
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:organizationNameCategory
facets
Kind Value annotation
enumeration Legal name Legal name
enumeration Former name Former name
enumeration Common use Common use
enumeration Publishing name Publishing name
enumeration Unofficial name Unofficial name
enumeration Short name Short name
enumeration Organization department name Organization department name
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 Composed of The names of the trustees, partners if the legal entity is a partnership, joint venture or trust.
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>