aperturaPratica.xsd 2.68 KB
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:aperturaPratica="http://insiel.it/protocollo/schemixsd/aperturaPratica" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:tgen="http://insiel.it/protocollo/schemixsd/tipiGenerali" 
targetNamespace="http://insiel.it/protocollo/schemixsd/aperturaPratica"
elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://insiel.it/protocollo/schemixsd/tipiGenerali" schemaLocation="tipiGenerali.xsd"/>
	<xs:element name="AperturaPraticaResponse">
		<xs:complexType>
			<xs:choice>
				<xs:element name="pratica" type="tgen:PraticaResponse"/>
				<xs:element name="errore" type="tgen:Errore"/>
			</xs:choice>
			<xs:attribute name="esito" type="xs:boolean" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="AperturaPraticaRequest">
		<xs:complexType>
			<xs:all>
				<xs:element name="utente" type="tgen:Utente"/>
				<xs:element name="codiceUfficio" type="xs:string"/>
				<xs:element name="codiceRegistro" type="tgen:Classifica"/>
				<xs:element name="oggetto" type="tgen:oggetto"/>
				<xs:element name="anno" type="tgen:anno"/>
				<xs:element name="numero" type="tgen:numero" minOccurs="0"/>
				<xs:element name="subNumero" type="tgen:subNumero" minOccurs="0"/>
				<xs:element name="numerazioneManuale" type="xs:boolean" minOccurs="0"/>
				<xs:element name="data" type="xs:date" minOccurs="0"/>
				<xs:element name="note" type="tgen:note" minOccurs="0"/>
				<xs:element name="codiceTipoPratica" type="xs:string" minOccurs="0"/>
				<xs:element name="codiceUfficioOperante" type="xs:string" minOccurs="0"/>
				<xs:element name="praticaAc" type="tgen:PraticaDataAc" minOccurs="0"/>
				<xs:element name="uffici" type="aperturaPratica:Uffici" minOccurs="0"/>
				<xs:element name="riferimentiAnagrafici" type="aperturaPratica:RiferimentiAnagrafici" minOccurs="0"/>
				<xs:element name="mnemonici" type="aperturaPratica:Mnemonici" minOccurs="0"/>
				<xs:element name="iteratti" type="xs:boolean" minOccurs="0"/>
				<xs:element name="livSegretezza" type="tgen:livelloSegretezza" minOccurs="0"/>
			</xs:all>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="RiferimentiAnagrafici">
		<xs:sequence>
			<xs:element name="riferimentoAnagrafico" type="tgen:RiferimentoAnagrafico" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Uffici">
		<xs:sequence>
			<xs:element name="ufficio" type="tgen:UfficioPrat" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Mnemonici">
		<xs:sequence>
			<xs:element name="mnemonico" type="tgen:Mnemonico" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>