ST.96 XML Schema Version Updates Details

Common

Modified Component

Common/OrderedTextType.xsd

<xsd:schema version="V9_0" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include schemaLocation="sequenceNumber.xsd"/>
<xsd:include schemaLocation="LocalizedTextType.xsd"/>
<xsd:complexType name="OrderedTextType">
<xsd:annotation>
<xsd:documentation>Type used when both the languageCodelanguage and sequenceNumber are needed.sequence number should be specified</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="com:LocalizedTextType">
<xsd:attribute ref="com:sequenceNumber"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>