complexType  PersonNameType 
diagram
versionV3_1
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
childrencom:PersonFullName  com:PersonStructuredName
used by
element com:PersonName
attributes
Name  Type Use Default Fixed annotation
com:languageCode com:ExtendedISOLanguageCodeType        
source<xsd:complexType  name="PersonNameType">
<xsd:choice>
<xsd:element  ref="com:PersonFullName">
</xsd:element> <xsd:element  ref="com:PersonStructuredName">
</xsd:element>
</xsd:choice> <xsd:attribute  ref="com:languageCode">
</xsd:attribute>
</xsd:complexType>