<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="urn:icsy:venice:types:escience:CallForPapers" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:basic="urn:icsy:venice:types:basic" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:icsy:venice:types:escience:CallForPapers">
	<import namespace="urn:icsy:venice:types:basic" schemaLocation="http://www.v-grid.info/types/basic.xsd"/>
	<complexType name="CallForPapers">
		<annotation>
			<documentation>A single Call for Papers.</documentation>
		</annotation>
		<sequence>
			<element name="id" type="int" minOccurs="0"/>
			<element name="conferenceName" type="string"/>
			<element name="shortConferenceName" type="string"/>
			<element name="city" type="string"/>
			<element name="country" type="string"/>
			<element name="conferenceDate">
				<complexType>
					<all>
						<element name="start" type="date"/>
						<element name="end" type="date"/>
					</all>
				</complexType>
			</element>
			<element name="topics" type="string"/>
			<element name="deadline" type="date"/>
			<element name="url" type="string"/>
		</sequence>
	</complexType>
	<element name="CallForPapers" type="tns:CallForPapers">
		<annotation>
			<documentation>A single Call for Papers.</documentation>
		</annotation>
	</element>
	<complexType name="CallForPapersArray">
		<annotation>
			<documentation>An array of Call for Papers.</documentation>
		</annotation>
		<sequence>
			<element name="contents" type="tns:CallForPapers" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<element name="CallForPapersArray" type="tns:CallForPapersArray">
		<annotation>
			<documentation>An array of Call for Papers.</documentation>
		</annotation>
	</element>
	<complexType name="CallForPapersNotificationMessage">
		<annotation>
			<documentation>A notification message that will be sent by service.</documentation>
		</annotation>
		<complexContent>
			<extension base="basic:NotificationMessage">
				<sequence>
					<element name="cfp_id" type="int"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<element name="CallForPapersNotificationMessage" type="tns:CallForPapersNotificationMessage">
		<annotation>
			<documentation>A notification message that will be sent by service.</documentation>
		</annotation>
	</element>
</schema>

