<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:cpy="http://www.wipo.int/standards/XMLSchema/ST96/Copyright" 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/Copyright" elementFormDefault="qualified" attributeFormDefault="qualified" version="V10_0">
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/PublisherName.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/CommentText.xsd"/>
<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/ST96/Common" schemaLocation="../Common/PublicationYear.xsd"/>
<xsd:include schemaLocation="PublishIndicator.xsd"/>
<xsd:include schemaLocation="ProducerName.xsd"/>
	<xsd:complexType name="OrphanWorkPublicationDataType">
		<xsd:sequence>
			<xsd:element ref="com:PublisherName" minOccurs="0"/>
			<xsd:element ref="cpy:ProducerName" minOccurs="0"/>
			<xsd:element ref="cpy:PublishIndicator"/>
			<xsd:element ref="com:PublicationYear" minOccurs="0"/>
			<xsd:element ref="com:CommentText"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
