simpleType EntityNameCategoryType
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:entityNameCategory
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 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="EntityNameCategoryType">
<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 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>