<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:domain="urn:icsy:venice:types:domain" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:icsy:venice:types:igreen" xmlns:basic="urn:icsy:venice:types:basic" targetNamespace="urn:icsy:venice:types:igreen">
	<import namespace="urn:icsy:venice:types:domain" schemaLocation="http://www.v-grid.info/types/domain.xsd"/>
	<import namespace="urn:icsy:venice:types:basic" schemaLocation="http://www.v-grid.info/types/basic.xsd"/>
	<complexType name="IGreenMessage" abstract="true">
		<annotation>
			<documentation>An igreen message.</documentation>
		</annotation>
		<sequence>
			<element name="timestamp" type="dateTime">
				<annotation>
					<documentation>Timestamp of the message.</documentation>
				</annotation>
			</element>
			<element name="uuid" type="basic:UUID">
				<annotation>
					<documentation>Message ID.</documentation>
				</annotation>
			</element>
			<element name="from" type="anyURI">
				<annotation>
					<documentation>The source of the message.</documentation>
				</annotation>
			</element>
			<element name="subject" type="basic:String1024">
				<annotation>
					<documentation>A brief subject of the message.</documentation>
				</annotation>
			</element>
			<element name="text" type="basic:String">
				<annotation>
					<documentation>The actual payload of the message.</documentation>
				</annotation>
			</element>
		</sequence>
	</complexType>
	<element name="IGreenMessage" type="tns:IGreenMessage">
		<annotation>
			<documentation>An igreen message.</documentation>
		</annotation>
	</element>
</schema>

