complexType PersonOtherNameType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:string
used by
element com:PersonOtherName
attributes
Name Type Use Default Fixed annotation
com:personOtherNameCategory com:PersonOtherNameCategoryType
source <xsd:complexType name="PersonOtherNameType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:personOtherNameCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>