<?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" targetNamespace="http://www.wipo.int/standards/XMLSchema/Common/0" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.11">
	<xsd:annotation>
		<xsd:documentation>
		 Last update: 2012-03-07
		 Contact Point: xml.standards@wipo.int
		 ReleaseNotesURL:
	</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="CitedNPLType-V0-11.xsd"/>
	<xsd:include schemaLocation="../Basic/DateType-V0-1.xsd"/>
	<xsd:element name="CitedConferenceProceedingsArticle" type="com:CitedConferenceProceedingsArticleType">
		<xsd:annotation>
			<xsd:documentation>Article published in a conference proceedings</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceStartDate" type="com:DateType">
		<xsd:annotation>
			<xsd:documentation>Start date of conference</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceEndDate" type="com:DateType">
		<xsd:annotation>
			<xsd:documentation>End date of conference.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Free format of conference information which may include conference title, date, number, place, etc</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceTitleText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Title of conference</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceNumber" type="xsd:positiveInteger">
		<xsd:annotation>
			<xsd:documentation>Edition number of conference. The conferences held periodically keep track of this sequence number which is unique for each edition. </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferencePlace" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Place where the conference was held.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="EditorshipDesignationText" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>Information about editorship of conference proceedings article</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="ConferenceDate" type="com:DateType">
		<xsd:annotation>
			<xsd:documentation>Date when the conference was held.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="CitedConferenceProceedingsArticleType">
		<xsd:complexContent>
			<xsd:extension base="com:CitedNPLType">
				<xsd:choice>
					<xsd:element ref="com:ConferenceText"/>
					<xsd:sequence>
						<xsd:element ref="com:ConferenceTitleText"/>
						<xsd:element ref="com:ConferenceNumber"/>
						<xsd:element ref="com:ConferencePlace" minOccurs="0"/>
						<xsd:element ref="com:EditorshipDesignationText" minOccurs="0"/>
						<xsd:choice>
							<xsd:element ref="com:ConferenceDate"/>
							<xsd:sequence>
								<xsd:element ref="com:ConferenceStartDate"/>
								<xsd:element ref="com:ConferenceEndDate"/>
							</xsd:sequence>
						</xsd:choice>
					</xsd:sequence>
				</xsd:choice>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
</xsd:schema>
