<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Goran (ismobile) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:coord="http://www.ismobile.com/coordinator/2006/operations/cii/create_syncdata/" targetNamespace="http://www.ismobile.com/coordinator/2006/operations/cii/create_syncdata/" elementFormDefault="qualified">
	<xs:attribute name="target" type="xs:string"/>
	<xs:element name="ns" type="xs:string" nillable="false">
		<xs:annotation>
			<xs:documentation>Namespace</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="name" type="xs:string" nillable="false">
		<xs:annotation>
			<xs:documentation>Name of the service object</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="companyid" type="xs:string" nillable="false">
		<xs:annotation>
			<xs:documentation>Id of company/team which the service object belongs to</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="syncdata" type="xs:anyType" nillable="false">
		<xs:annotation>
			<xs:documentation>Custom specific data</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="data">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:syncdata"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="create">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:companyid"/>
				<xs:element ref="coord:name"/>
				<xs:element ref="coord:ns"/>
				<xs:element ref="coord:data"/>
			</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:annotation>
			<xs:documentation>Coordinator message Id</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="operation">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:header" minOccurs="0"/>
				<xs:element ref="coord:create"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
