<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:aggprat="http://insiel.webservices.protocollo.pubblici.saga.it/protocollo/schemixsd/aggiornaPratica" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:tgen="http://insiel.webservices.protocollo.pubblici.saga.it/protocollo/schemixsd/tipiGenerali" 
targetNamespace="http://insiel.webservices.protocollo.pubblici.saga.it/protocollo/schemixsd/aggiornaPratica" 
elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://insiel.webservices.protocollo.pubblici.saga.it/protocollo/schemixsd/tipiGenerali" schemaLocation="tipiGenerali.xsd"/>
	<xs:element name="AggiornamentoPraticaResponse">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="errore" type="tgen:Errore" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="esito" type="xs:boolean" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="AggiornamentoPraticaRequest">
		<xs:complexType>
			<xs:all>
				<xs:element name="utente" type="tgen:Utente"/>
				<xs:element name="pratica" type="tgen:PraticaRequest"/>
				<xs:element name="data" type="xs:date" minOccurs="0"/>
				<xs:element name="note" type="aggprat:NoteAgg" minOccurs="0"/>
				<xs:element name="oggetto" type="tgen:oggetto" minOccurs="0"/>
				<xs:element name="codiceTipoPratica" type="xs:string" minOccurs="0"/>
				<xs:element name="uffici" type="aggprat:UfficiAggPrat" minOccurs="0"/>
				<xs:element name="praticaAc" type="tgen:PraticaDataAc" nillable="false" minOccurs="0"/>
				<xs:element name="dataChiusura" minOccurs="0">
					<xs:complexType>
						<xs:simpleContent>
							<xs:extension base="xs:date">
								<xs:attribute name="isNull" type="xs:boolean"/>
							</xs:extension>
						</xs:simpleContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="stato" type="tgen:stato" minOccurs="0"/>
			</xs:all>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="UfficiAggPrat">
		<xs:sequence>
			<xs:element name="ufficio" type="aggprat:UfficioAggPrat" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="_virtual" type="xs:boolean" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="statoParziale" type="xs:boolean"/>
	</xs:complexType>	
	<xs:complexType name="UfficioAggPrat">
		<xs:complexContent>
			<xs:extension base="tgen:UfficioPrat">
				<xs:attribute name="elimina" type="xs:boolean"/>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="NoteAgg">
		<xs:simpleContent>
			<xs:extension base="xs:string">
				<xs:attribute name="isNull" type="xs:boolean"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
</xs:schema>