<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:com="http://www.wipo.int/standards/XMLSchema/ST96/Common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" elementFormDefault="qualified" attributeFormDefault="qualified" version="V2_0">
<xsd:include schemaLocation = "B.xsd" />
<xsd:include schemaLocation = "I.xsd" />
<xsd:include schemaLocation = "O.xsd" />
<xsd:include schemaLocation = "S.xsd" />
<xsd:include schemaLocation = "U.xsd" />
<xsd:include schemaLocation = "Sub.xsd" />
<xsd:include schemaLocation = "Sup.xsd" />
<xsd:include schemaLocation = "SmallCapital.xsd" />
<xsd:include schemaLocation = "authorIdentifier.xsd" />
<xsd:include schemaLocation = "changeDateTime.xsd" />
<xsd:complexType name="DelType" mixed="true">
		<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="com:B"/>
<xsd:element ref="com:I"/>
<xsd:element ref="com:O"/>
<xsd:element ref="com:S"/>
<xsd:element ref="com:U"/>
<xsd:element ref="com:Sub"/>
<xsd:element ref="com:Sup"/>
<xsd:element ref="com:SmallCapital"/>
		</xsd:choice>
<xsd:attribute ref="com:authorIdentifier"/>
<xsd:attribute ref="com:changeDateTime"/>
	</xsd:complexType>
</xsd:schema>
