<?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/cwi/create_wo/" targetNamespace="http://www.ismobile.com/coordinator/2006/operations/cwi/create_wo/" elementFormDefault="qualified">
	<xs:attribute name="target" type="xs:string"/>
	<xs:attribute name="type" type="xs:string"/>
	<xs:element name="altitude">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="real"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="assignmentworkflow" type="xs:string" nillable="false"/>
	<xs:element name="attachments">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:encoded" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="array"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="block">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:information" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="coord:block" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="name" type="xs:string" use="required"/>
			<xs:attribute name="number" type="xs:integer" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="city" type="xs:string"/>
	<xs:element name="companyid" type="xs:string" nillable="false"/>
	<xs:element name="country" type="xs:string"/>
	<xs:element name="create">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:woid"/>
				<xs:element ref="coord:companyid"/>
				<xs:element ref="coord:woworkflow"/>
				<xs:element ref="coord:wotype"/>
				<xs:element ref="coord:title"/>
				<xs:element ref="coord:description" minOccurs="0"/>
				<xs:element ref="coord:previous" minOccurs="0"/>
				<xs:element ref="coord:wogroup" minOccurs="0"/>
				<xs:element ref="coord:priority" minOccurs="0"/>
				<xs:element ref="coord:resgroup" minOccurs="0"/>
				<xs:element ref="coord:startafter"/>
				<xs:element ref="coord:endbefore"/>
				<xs:element ref="coord:promstart" minOccurs="0"/>
				<xs:element ref="coord:promend" minOccurs="0"/>
				<xs:element ref="coord:requestid" minOccurs="0"/>
				<xs:element ref="coord:reportdefs" minOccurs="0"/>
				<xs:element ref="coord:location" minOccurs="0"/>
				<xs:element ref="coord:workitem" maxOccurs="unbounded"/>
				<xs:element ref="coord:wioverlap" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="coord:note" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="coord:createassignmentdata" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="coord:mimedataref" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="coord:data" minOccurs="0"/>
				<xs:element ref="coord:attachments" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute ref="coord:target" use="required" fixed="workorder"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="script">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:attribute name="name" type="xs:NMTOKEN" use="required"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="createassignmentdata">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:companyid"  minOccurs="0"/>
				<xs:element ref="coord:resid"/>
				<xs:element ref="coord:workitemid"/>
				<xs:element ref="coord:starttime"/>
				<xs:element ref="coord:stoptime"/>
				<xs:element ref="coord:instruction" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="createdby" type="xs:string" nillable="false"/>
	<xs:element name="customXML">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:informationlist"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="data">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:customXML" minOccurs="0"/>
				<xs:element ref="coord:integration" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="description" type="xs:string"/>
	<xs:element name="duration" nillable="false">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="endbefore">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="flatnr" type="xs:string"/>
	<xs:element name="header">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:messageid"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="housenr" type="xs:string"/>
	<xs:element name="information">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:attribute name="name" type="xs:string" use="required"/>
					<xs:attribute name="value" type="xs:string" use="optional"/>
					<xs:attribute name="std" type="xs:boolean" use="optional"/>
					<xs:attribute name="id" type="xs:string" use="optional"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="informationlist">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:information" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="blocklist" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="coord:block" maxOccurs="unbounded"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="options" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="option" maxOccurs="unbounded">
								<xs:complexType>
									<xs:attribute name="name" type="xs:string" use="required"/>
									<xs:attribute name="options" type="xs:string" use="required"/>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element ref="coord:script" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="instruction" type="xs:string"/>
	<xs:element name="integration">
		<xs:complexType>
			<xs:sequence>
				<xs:any minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="latitude">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="real"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="floornr" type="xs:string"/>
	<xs:element name="location">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:locname" minOccurs="0"/>
				<xs:element ref="coord:country" minOccurs="0"/>
				<xs:element ref="coord:straddress" minOccurs="0"/>
				<xs:element ref="coord:city" minOccurs="0"/>
				<xs:element ref="coord:zipcode" minOccurs="0"/>
				<xs:element ref="coord:region" minOccurs="0"/>
				<xs:element ref="coord:latitude"/>
				<xs:element ref="coord:longitude"/>
				<xs:element ref="coord:altitude" minOccurs="0"/>
				<xs:element ref="coord:flatnr" minOccurs="0"/>
				<xs:element ref="coord:floornr" minOccurs="0"/>
				<xs:element ref="coord:housenr" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="locname" type="xs:string"/>
	<xs:element name="longitude">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="real"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="messageid" type="xs:string"/>
	<xs:element name="mimedataid" type="xs:string"/>
	<xs:element name="mimedataref">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:mimedataid"/>
				<xs:element ref="coord:mimetype"/>
				<xs:element ref="coord:name"/>
				<xs:element ref="coord:size"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="mimetype">
		<xs:simpleType>
			<xs:restriction base="xs:string"/>
		</xs:simpleType>
	</xs:element>
	<xs:element name="multipleassignments">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="bool"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="name">
		<xs:simpleType>
			<xs:restriction base="xs:string"/>
		</xs:simpleType>
	</xs:element>
	<xs:element name="note">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:noteid"/>
				<xs:element ref="coord:createdby"/>
				<xs:element ref="coord:type"/>
				<xs:element ref="coord:text"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="noteid" type="xs:string" nillable="false"/>
	<xs:element name="encoded">
		<xs:complexType>
			<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:attribute ref="coord:type" use="required" fixed="mimedata"/>
				</xs:extension>
			</xs:simpleContent>
		</xs:complexType>
	</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:element name="previous" type="xs:string"/>
	<xs:element name="priority" nillable="false">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="int"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="promend">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="promstart">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="region" type="xs:string"/>
	<xs:element name="reportdefid" type="xs:string"/>
	<xs:element name="reportdefs">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:reportdefid" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="array"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="reqskills" type="xs:string"/>
	<xs:element name="requestid" type="xs:string"/>
	<xs:element name="resgroup" type="xs:string"/>
	<xs:element name="resid" nillable="false">
		<xs:simpleType>
			<xs:restriction base="xs:string"/>
		</xs:simpleType>
	</xs:element>
	<xs:element name="servobjid" type="xs:string"/>
	<xs:element name="size">
		<xs:simpleType>
			<xs:restriction base="xs:string"/>
		</xs:simpleType>
	</xs:element>
	<xs:element name="startafter">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="starttime" nillable="false">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="stoptime" nillable="false">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="datetime"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="straddress" type="xs:string"/>
	<xs:element name="text" type="xs:string" nillable="false"/>
	<xs:element name="title" type="xs:string"/>
	<xs:element name="type" type="xs:string" nillable="false"/>
	<xs:element name="wioverlap">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:workitemid1"/>
				<xs:element ref="coord:workitemid2"/>
				<xs:element ref="coord:duration"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="wogroup" type="xs:string"/>
	<xs:element name="woid" type="xs:string" nillable="false"/>
	<xs:element name="productid" type="xs:string"/>
	<xs:element name="productname" type="xs:string"/>
	<xs:element name="status" type="xs:string"/>
	<xs:element name="wipriority" type="xs:string"/>
	<xs:element name="wigroup" type="xs:string"/>
	<xs:element name="quantity">
		<xs:complexType mixed="true">
			<xs:attribute ref="coord:type" use="required" fixed="real"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="workitem">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="coord:workitemid"/>
				<xs:element ref="coord:servobjid" minOccurs="0"/>
				<xs:element ref="coord:reqskills" minOccurs="0"/>
				<xs:element ref="coord:previous" minOccurs="0"/>
				<xs:element ref="coord:assignmentworkflow"/>
				<xs:element ref="coord:instruction" minOccurs="0"/>
				<xs:element ref="coord:duration"/>
				<xs:element ref="coord:type" minOccurs="0"/>
				<xs:element ref="coord:startafter" minOccurs="0"/>
				<xs:element ref="coord:endbefore" minOccurs="0"/>
				<xs:element ref="coord:productid" minOccurs="0"/>
				<xs:element ref="coord:productname" minOccurs="0"/>
				<xs:element ref="coord:quantity" minOccurs="0"/>
				<xs:element ref="coord:wigroup" minOccurs="0"/>
				<xs:element ref="coord:wipriority" minOccurs="0"/>
				<xs:element ref="coord:status" minOccurs="0"/>
				<xs:element ref="coord:multipleassignments" minOccurs="0"/>
				<xs:element ref="coord:reportdefs" minOccurs="0"/>
				<xs:element ref="coord:location" minOccurs="0"/>
				<xs:element ref="coord:data" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute ref="coord:type" use="required" fixed="struct"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="workitemid" type="xs:string" nillable="false"/>
	<xs:element name="workitemid1" type="xs:string" nillable="false"/>
	<xs:element name="workitemid2" type="xs:string" nillable="false"/>
	<xs:element name="wotype" type="xs:string" nillable="false"/>
	<xs:element name="woworkflow" type="xs:string" nillable="false"/>
	<xs:element name="zipcode" type="xs:string"/>
</xs:schema>
