diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
children |
com:PersonFullName com:PersonStructuredName |
used by |
|
attributes |
Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
com:languageCode |
|
com:ExtendedISOLanguageCodeType |
|
|
|
|
|
|
|
documentation Two-letter code given to language names in ISO 639-1 |
|
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:complexType> |