<?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/0" xmlns:tmk="http://www.wipo.int/standards/XMLSchema/Trademark/0" targetNamespace="http://www.wipo.int/standards/XMLSchema/Trademark/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.5">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="BasicRegistration-V0-4.xsd"/>
	<xsd:include schemaLocation="BasicApplication-V0-3.xsd"/>
	<xsd:import namespace="http://www.wipo.int/standards/XMLSchema/Common/0" schemaLocation="../../../Common/0/Basic/RegistrationOfficeCode-V0-3.xsd"/>
	<xsd:element name="BasicRegistrationApplication" type="tmk:BasicRegistrationApplicationType">
		<xsd:annotation>
			<xsd:documentation>Data relating to the registration/ application in the office of origin</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BasicApplicationBag" type="tmk:BasicApplicationBagType">
		<xsd:annotation>
			<xsd:documentation>Collection of basic applications in the office of origin</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BasicRegistrationBag" type="tmk:BasicRegistrationBagType">
		<xsd:annotation>
			<xsd:documentation>Collection of the basic registrations in the Office of Origin</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="BasicRegistrationApplicationType">
		<xsd:sequence>
			<xsd:element ref="com:RegistrationOfficeCode"/>
			<xsd:element ref="tmk:BasicApplicationBag" minOccurs="0"/>
			<xsd:element ref="tmk:BasicRegistrationBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="BasicRegistrationBagType">
		<xsd:sequence>
			<xsd:element ref="tmk:BasicRegistration" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="BasicApplicationBagType">
		<xsd:sequence>
			<xsd:element ref="tmk:BasicApplication" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
