diagram | |||||||||||||||||||||||
version | V5_0 | ||||||||||||||||||||||
namespace | http://www.wipo.int/standards/XMLSchema/ST96/Common | ||||||||||||||||||||||
children | com:PersonFullName com:PersonStructuredName com:TransliterationName com:OfficialTitleTextBag com:PreferredName | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source |
<xsd:complexType name="PersonNameType">
<xsd:sequence>
</xsd:complexType>
<xsd:choice>
</xsd:sequence> <xsd:attribute ref="com:languageCode">
</xsd:attribute>
<xsd:element ref="com:PersonFullName">
</xsd:element>
<xsd:element ref="com:PersonStructuredName">
</xsd:element>
</xsd:choice> <xsd:element ref="com:TransliterationName"
minOccurs="0"
maxOccurs="unbounded">
</xsd:element> <xsd:element ref="com:OfficialTitleTextBag"
minOccurs="0">
</xsd:element> <xsd:element ref="com:PreferredName"
minOccurs="0">
</xsd:element>
|