<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:com="http://www.wipo.int/standards/XMLSchema/Common/1" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/1" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.0">
<xsd:annotation>
		<xsd:documentation>
Last update: 2012-07-13
Contact Point: xml.standards@wipo.int
ReleaseNotesURL:
</xsd:documentation>
	</xsd:annotation>
<xsd:include schemaLocation="DocumentType-V1-0.xsd"/>
<xsd:element name="RecordDocumentBag" type="com:RecordDocumentBagType">
<xsd:annotation>
<xsd:documentation>Collection of the documents attached to the record</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RecordDocument" type="com:DocumentType">
<xsd:annotation>
<xsd:documentation>Data regarding a document attached to the record</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="RecordDocumentBagType">
<xsd:sequence>
<xsd:element ref="com:RecordDocument" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
