ST.96 XML Schema Version Updates Details

Common

Modified Component

Common/LocalizedTextType.xsd

<xsd:schema version="V9_0" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" elementFormDefault="qualified" attributeFormDefault="qualified">
<xsd:include schemaLocation="languageCode.xsd"/>
<xsd:complexType name="LocalizedTextType">
<xsd:annotation>
<xsd:documentation>Type used when the languageCode is neededlanguage should be specified using a language code</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:languageCode"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>