| diagram |
 |
| version |
V2_0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
| type |
extension of xsd:string |
| properties |
|
| 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 |
| com:entityNameCategory |
|
com:EntityNameCategoryType |
|
|
|
|
|
|
|
documentation Category of entity name |
|
| source |
<xsd:complexType name="EntityNameType"> <xsd:simpleContent>
|
<xsd:extension base="xsd:string"> <xsd:attribute ref="com:languageCode"/> <xsd:attribute ref="com:entityNameCategory"/> </xsd:extension> |
</xsd:simpleContent> </xsd:complexType> |