<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://vgwort.de/2.2/MessageService/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://vgwort.de/2.2/MessageService" targetNamespace="http://vgwort.de/2.2/MessageService">
  <wsdl:types xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vgw="http://vgwort.de/2.2/MessageService/xsd" elementFormDefault="qualified" targetNamespace="http://vgwort.de/2.2/MessageService/xsd">

	<!-- MESSAGE DEFINITIONS -->

	<xsd:element name="newMessageRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Creates a new message.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="parties" type="vgw:Parties" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
				<xsd:element name="messagetext" type="vgw:MessageText" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
				<xsd:element name="webranges" type="vgw:Webranges" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:attribute name="privateidentificationid" type="vgw:pixelIDType" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The private identification code of the count pixel. If the pixel does not exist in the system,
						it will be created as long as the pixel follows the standard for a publisher owned pixel (vgzm....) or is a doi.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="reproductionRight" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="distributionRight" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="publicAccessRight" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="otherRightsOfPublicReproduction" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="rightsGrantedConfirmation" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="withoutOwnParticipation" type="xsd:boolean" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="newMessageResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default success response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:okMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="newMessageFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="addWebrangeRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Adds the specified publication places to the specified counting pixel.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="webrange" type="vgw:Webrange" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:attribute name="privateidentificationid" type="vgw:pixelIDType" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="addWebrangeResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default success response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:okMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="addWebrangeFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="qualityControlRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				A no argument request.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="qualityControlResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				The quality control values.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="12" minOccurs="0" name="qualityControlValues" type="vgw:QualityControlValues" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:attribute name="orderedPixelTillToday" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The number of ordered pixel up to today.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="startedPixelTillToday" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The number of counted pixel up to today.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="startedPixelTillTodayFree" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The number of counted pixel freely accessible up to today.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="startedPixelTillTodayPaid" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The number of counted pixel behind paywall up to today.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="qualityControlFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>


	<xsd:element name="checkAuthorRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Checks for a matching pair of VG WORT card number and surname.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:attribute name="cardNumber" type="vgw:cardNumberType" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="firstName" type="vgw:string_2-40" use="optional" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:attribute name="surName" type="vgw:string_2-255" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="checkAuthorResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Returns true, if a matching pair could be found.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:attribute name="valid" type="xsd:boolean" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="checkAuthorFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="researchMetisMessagesRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Defines a paging search filter.
				Only messages submitted within the last 36 months are available for research.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:all xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element minOccurs="0" name="dateFrom" type="xsd:date" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The date from which messages are searched.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="dateTo" type="xsd:date" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The date up to messages are searched.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="title" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="firstName" type="vgw:string_1-60" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The title of the document.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="surName" type="vgw:string_1-60" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="cardNumber" type="vgw:cardNumberType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							A valid VG WORT card number of an author or translator.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:all>
			<xsd:attribute name="offset" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The offset of the returned result set.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="researchMetisMessagesResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="unbounded" name="ResearchedMetisMessage" type="vgw:ResearchedMetisMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:attribute name="offset" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The offset.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
			<xsd:attribute name="amount" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The total amount of messages matching the filter criteria.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:attribute>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="researchMetisMessagesFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="getPixelsWithoutInvolvedMessageRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				A no argument request.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="getPixelsWithoutInvolvedMessageResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Returns a list for all messages for pixels having its access limit reached, without involved
				messages.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="unbounded" name="PixelWithoutInvolvedMessage" type="vgw:PixelWithoutInvolvedMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="getPixelsWithoutInvolvedMessageFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<!-- COMPLEX DATATYPES -->

	<xsd:complexType name="ResearchedMetisMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="messageType" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The type of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="title" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The title of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="publicidentificationid" type="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The public identification of the pixel.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="privateidentificationid" type="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The private identification of the pixel.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="createdDate" type="xsd:dateTime" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The timestamp of the creation of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="parties" type="vgw:Parties" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						All involved parties (authors, translators, agencies).
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="webranges" type="vgw:Webranges" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The publication places.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="MessageText" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				The text as PDF or clear text.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="shorttext" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The brief description or title of the text.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="text" type="vgw:Text" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The text payload.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element minOccurs="0" name="isbn" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element minOccurs="0" name="issn" type="vgw:string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element minOccurs="0" name="doi" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="QualityControlValues" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:attribute name="month" type="vgw:int_1-12" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The month of this data set.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="year" type="vgw:int_1000-9999" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The year of this data set.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="orderedPixel" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of ordered pixel up to this month.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="startedPixel" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of counted pixel up to this month.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="startedPixelFree" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of counted pixel freely accessible up to this month.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="startedPixelPaid" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of counted pixel behind paywall up to this month.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccess" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel which may reach the access limit.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccessFree" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel freely accessible which may reach the access limit.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccessPaid" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel behind paywall which may reach the access limit.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccessNoMessage" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel which may reach the access limit but have no corresponding message.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccessNoMessageFree" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel freely accessible which may reach the access limit but have no corresponding
					message.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="minAccessNoMessagePaid" type="vgw:int_0-MAX" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					The number of pixel behind paywall which may reach the access limit but have no corresponding
					message.
				</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:complexType>

	<xsd:complexType name="Text" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="pdf" type="vgw:base64BinaryMax15MB" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The text payload as PDF, base64 encoded, max 15MB.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="plainText" type="vgw:base64BinaryMax15MB" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The text payload in clear text (without HTML or other formatting tags), base 64 encoded, max
						15MB.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="epub" type="vgw:base64BinaryMax15MB" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The text payload as ePub, base64 encoded, max 15MB.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:choice>
	</xsd:complexType>

	<xsd:complexType name="Parties" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				The authors / translator / agencies of the text. At least one author or translator must be
				specified.
				A text may have several authors or translators.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="authors" type="vgw:Authors" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
				<xsd:element minOccurs="0" name="translators" type="vgw:Translators" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
				<xsd:element maxOccurs="1" minOccurs="0" name="publishers" type="vgw:Publishers" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="translators" type="vgw:Translators" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
		</xsd:choice>
	</xsd:complexType>

	<xsd:complexType name="Authors" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="200" minOccurs="1" name="author" type="vgw:Involved" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
		</xsd:choice>
	</xsd:complexType>

	<xsd:complexType name="Translators" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="200" minOccurs="1" name="translator" type="vgw:Involved" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
		</xsd:choice>
	</xsd:complexType>
	
	<xsd:complexType name="Publishers" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="publisher" type="vgw:InvolvedPublisher" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>			
			</xsd:sequence>
		</xsd:choice>
	</xsd:complexType>
	
	<xsd:complexType name="InvolvedPublisher" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="name" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element minOccurs="0" name="cardNumber" type="vgw:cardNumberType" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="Involved" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:choice xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="firstName" type="vgw:string_2-40" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The first name.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="surName" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The surname.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="cardNumber" type="vgw:cardNumberType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							A valid VG WORT card number.
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element minOccurs="0" name="identificationCodes" type="vgw:IdentificationCodes" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:element name="code" type="vgw:codeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						Designates if this involved person is author or translator.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:choice>
	</xsd:complexType>

	<xsd:complexType name="Webranges" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element maxOccurs="unbounded" minOccurs="1" name="webrange" type="vgw:Webrange" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="Webrange" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				The place of publication where the text can be accessed.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element maxOccurs="unbounded" minOccurs="1" name="url" type="vgw:urlType" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="errorcode" type="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element name="errormsg" type="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="okMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:attribute name="status" type="vgw:okType" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
	</xsd:complexType>

	<xsd:complexType name="PixelWithoutInvolvedMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Messages that reached the access limit but have unconfirmed participants.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="privateId" type="vgw:pixelIDType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The private identification code of the count pixel of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="publicId" type="vgw:pixelIDType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The public identification code of the count pixel of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="createdDate" type="xsd:dateTime" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The timestamp of the creation of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="title" type="vgw:string_2-40" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
						The title of the message.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element maxOccurs="unbounded" minOccurs="1" name="Participant" type="vgw:Participant" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:element name="updateMessageParticipantRequest" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Update Message Participant
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="participants" type="vgw:participants" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:sequence>
			<xsd:attribute name="privateidentificationid" type="vgw:pixelIDType" use="required" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="updateMessageParticipantResponse" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default success response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:okMessage" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:complexType name="participants" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element maxOccurs="unbounded" minOccurs="1" name="participant" type="vgw:participantWithCardNumber" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="Participant" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element minOccurs="0" name="firstName" type="vgw:string_2-40" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element minOccurs="0" name="surName" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element minOccurs="0" name="code" type="vgw:codeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>
	
	<xsd:complexType name="participantWithCardNumber" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element maxOccurs="1" minOccurs="1" name="firstName" type="vgw:string_2-40" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element maxOccurs="1" minOccurs="1" name="surName" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:element maxOccurs="1" minOccurs="1" name="cardNumber" type="vgw:cardNumberType" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:element name="updateMessageParticipantFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				Default error response.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:complexContent xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:extension base="vgw:tomFault" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:complexType name="IdentificationCodes" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence maxOccurs="unbounded" minOccurs="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element name="identificationCode" type="vgw:IdentificationCode" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							Identification codes for Autors like ISNI, ORCID, etc..
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>

	<xsd:complexType name="IdentificationCode" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:sequence xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:element maxOccurs="1" minOccurs="1" name="codeType" type="vgw:identificationCodeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The type of the identification code: ISNI, ORCID, GNDID, IPI.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element maxOccurs="1" minOccurs="1" name="code" type="vgw:string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
							The value of the identification code.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>

	<!-- SIMPLE DATATYPES -->
	<xsd:simpleType name="okType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:token" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:enumeration value="OK" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="identificationCodeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:enumeration value="ISNI" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:enumeration value="ORCID" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:enumeration value="GNDID" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:enumeration value="IPI" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="pixelIDType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="100" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="cardNumberType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="10" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxInclusive value="9999999" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="codeType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="vgw:string_2-4" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:pattern value="[A-Za-z]+" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_2-40" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="40" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_1-100" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:token" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="100" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_1-MAX" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="urlType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="250" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:pattern value="(http|https)://?(([0-9a-z_!~*'().&amp;=+$%\-]+: )?[0-9a-z_!~*'().&amp;=+$%\-]+@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-z_!~*'()\-]+\.)*([0-9a-zöäü][0-9a-z\-öäü]{0,61})?[0-9a-zöäü]\.[a-z]{2,63})(:[0-9]{1,4})?((/?)|(/[-!0-9a-zöäüA-ZÖÄÜ~\._?].+)+/?)" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_2-255" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:maxLength value="255" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:minLength value="2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_1-60" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="60" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="string_1-5" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:maxLength value="5" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_1-9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:maxLength value="9" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_1-249" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:maxLength value="249" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="string_2-4" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="4" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="dateString" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:string" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:pattern value="[0-9]{2}\.[0-9]{2}\.[0-9]{4}" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="base64BinaryMax15MB" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:base64Binary" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="125829120" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="int_1-99" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxInclusive value="99" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="int_1-MAX" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="int_1-12" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxInclusive value="12" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="int_1000-9999" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="1000" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxInclusive value="9999" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="int_0-MAX" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:restriction base="xsd:int" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minInclusive value="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

	<xsd:simpleType name="countryType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:documentation xmlns:xsd="http://www.w3.org/2001/XMLSchema">Based on two-letter ISO-3166 ALPHA-2 country codes.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:minLength value="2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
			<xsd:maxLength value="2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
		</xsd:restriction>
	</xsd:simpleType>

</xsd:schema>
  </wsdl:types>
  <wsdl:message name="qualityControlFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:qualityControlFault" name="qualityControlFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="researchMetisMessagesRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:researchMetisMessagesRequest" name="researchMetisMessagesRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="newMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:newMessageResponse" name="newMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="updateMessageParticipantResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:updateMessageParticipantResponse" name="updateMessageParticipantResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="qualityControlRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:qualityControlRequest" name="qualityControlRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="qualityControlResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:qualityControlResponse" name="qualityControlResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getPixelsWithoutInvolvedMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:getPixelsWithoutInvolvedMessageRequest" name="getPixelsWithoutInvolvedMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="newMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:newMessageRequest" name="newMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="checkAuthorFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:checkAuthorFault" name="checkAuthorFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="addWebrangeFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:addWebrangeFault" name="addWebrangeFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="addWebrangeResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:addWebrangeResponse" name="addWebrangeResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="checkAuthorRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:checkAuthorRequest" name="checkAuthorRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="newMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:newMessageFault" name="newMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getPixelsWithoutInvolvedMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:getPixelsWithoutInvolvedMessageResponse" name="getPixelsWithoutInvolvedMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="checkAuthorResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:checkAuthorResponse" name="checkAuthorResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="updateMessageParticipantRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:updateMessageParticipantRequest" name="updateMessageParticipantRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="addWebrangeRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:addWebrangeRequest" name="addWebrangeRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="researchMetisMessagesResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:researchMetisMessagesResponse" name="researchMetisMessagesResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getPixelsWithoutInvolvedMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:getPixelsWithoutInvolvedMessageFault" name="getPixelsWithoutInvolvedMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="updateMessageParticipantFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:updateMessageParticipantFault" name="updateMessageParticipantFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="researchMetisMessagesFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:part element="sch:researchMetisMessagesFault" name="researchMetisMessagesFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="Message" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:operation name="qualityControl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:qualityControlRequest" name="qualityControlRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:qualityControlResponse" name="qualityControlResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:qualityControlFault" name="qualityControlFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="researchMetisMessages" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:researchMetisMessagesRequest" name="researchMetisMessagesRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:researchMetisMessagesResponse" name="researchMetisMessagesResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:researchMetisMessagesFault" name="researchMetisMessagesFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="newMessage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:newMessageRequest" name="newMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:newMessageResponse" name="newMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:newMessageFault" name="newMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="updateMessageParticipant" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:updateMessageParticipantRequest" name="updateMessageParticipantRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:updateMessageParticipantResponse" name="updateMessageParticipantResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:updateMessageParticipantFault" name="updateMessageParticipantFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getPixelsWithoutInvolvedMessage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:getPixelsWithoutInvolvedMessageRequest" name="getPixelsWithoutInvolvedMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:getPixelsWithoutInvolvedMessageResponse" name="getPixelsWithoutInvolvedMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:getPixelsWithoutInvolvedMessageFault" name="getPixelsWithoutInvolvedMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="checkAuthor" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:checkAuthorRequest" name="checkAuthorRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:checkAuthorResponse" name="checkAuthorResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:checkAuthorFault" name="checkAuthorFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="addWebrange" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:addWebrangeRequest" name="addWebrangeRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:input>
      <wsdl:output message="tns:addWebrangeResponse" name="addWebrangeResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:output>
      <wsdl:fault message="tns:addWebrangeFault" name="addWebrangeFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    </wsdl:fault>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MessageSoap11" type="tns:Message" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
    <wsdl:operation name="qualityControl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="qualityControlRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="qualityControlResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="qualityControlFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="qualityControlFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="researchMetisMessages" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="researchMetisMessagesRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="researchMetisMessagesResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="researchMetisMessagesFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="researchMetisMessagesFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="newMessage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="newMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="newMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="newMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="newMessageFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="updateMessageParticipant" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="updateMessageParticipantRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="updateMessageParticipantResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="updateMessageParticipantFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="updateMessageParticipantFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="getPixelsWithoutInvolvedMessage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="getPixelsWithoutInvolvedMessageRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="getPixelsWithoutInvolvedMessageResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="getPixelsWithoutInvolvedMessageFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="getPixelsWithoutInvolvedMessageFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="checkAuthor" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="checkAuthorRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="checkAuthorResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="checkAuthorFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="checkAuthorFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
    <wsdl:operation name="addWebrange" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      <wsdl:input name="addWebrangeRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:input>
      <wsdl:output name="addWebrangeResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:output>
      <wsdl:fault name="addWebrangeFault" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
        <soap:fault name="addWebrangeFault" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="MessageService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:port binding="tns:MessageSoap11" name="MessageSoap11" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <soap:address location="https://tom.vgwort.de:443/services/2.2/MessageService" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>