<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:coord="http://www.ismobile.com/coordinator/2006/operations/cii/delete_syncdata/" targetNamespace="http://www.ismobile.com/coordinator/2006/operations/cii/delete_syncdata/" elementFormDefault="qualified">
	<xs:attribute name="target" type="xs:string"/>
	<xs:element name="ns" type="xs:string" nillable="false"/>
	<xs:element name="name" type="xs:string" nillable="false"/>
	<xs:element name="companyid" type="xs:string" nillable="false"/>
	<xs:element name="delete">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:companyid"/>
				<xs:element ref="coord:name"/>				
				<xs:element ref="coord:ns"/>
			</xs:sequence>
			<xs:attribute ref="coord:target" use="required" fixed="syncdata"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="header">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:messageid"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="messageid" type="xs:string"/>
	<xs:element name="operation">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:header" minOccurs="0"/>
				<xs:element ref="coord:delete"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
