<?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_calendar/"
	targetNamespace="http://www.ismobile.com/coordinator/2006/operations/cii/delete_calendar/"
	elementFormDefault="qualified">

	<xs:element name="operation">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:header" minOccurs="0" maxOccurs="1"/>
				<xs:element ref="coord:delete"/>
			</xs:sequence>
		</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="delete">
		<xs:complexType>
			<xs:all>
				<xs:element ref="coord:companyname" minOccurs="1" maxOccurs="1"/>
				<xs:element ref="coord:calendarname" minOccurs="1" maxOccurs="1"/>
			</xs:all>
			<xs:attribute name="target" type="xs:string" fixed="calendar" use="required"/>
			<xs:attribute name="type" type="xs:string" fixed="delete" use="required"/>
		</xs:complexType>
	</xs:element>

	<xs:element name="companyname" type="xs:string">
		<xs:annotation>
			<xs:documentation>Name of company/team to which the calendar belongs
				to</xs:documentation>
		</xs:annotation>
	</xs:element>

	<xs:element name="calendarname" type="xs:string">
		<xs:annotation>
			<xs:documentation>Name of the calendar</xs:documentation>
		</xs:annotation>
	</xs:element>

</xs:schema>
