diagram |
|
version |
V2_0 |
namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
type |
extension of com:LocalizedTextType |
properties |
base |
|
com:LocalizedTextType |
|
|
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:sequenceNumber |
|
xsd:string |
|
|
|
|
|
|
|
documentation Sequence number in a list or collection |
|
annotation |
documentation |
Type used when the languageCode and sequenceNumber are needed.
|
|
source |
<xsd:complexType name="OrderedTextType"> <xsd:annotation>
|
<xsd:documentation>
Type used when the languageCode and sequenceNumber are needed.
</xsd:documentation> |
</xsd:annotation> <xsd:simpleContent>
|
<xsd:extension base="com:LocalizedTextType"> <xsd:attribute ref="com:sequenceNumber"/> </xsd:extension> |
</xsd:simpleContent> </xsd:complexType> |