<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:tns="http://insiel.it/protocollo/schemixsd/nuovaAnagrafica" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tgen="http://insiel.it/protocollo/schemixsd/tipiGenerali" xmlns:anagrafica="http://insiel.it/protocollo/schemixsd/tipiAnagrafica" targetNamespace="http://insiel.it/protocollo/schemixsd/nuovaAnagrafica" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:import namespace="http://insiel.it/protocollo/schemixsd/tipiGenerali" schemaLocation="tipiGenerali.xsd"/> <xs:import namespace="http://insiel.it/protocollo/schemixsd/tipiAnagrafica" schemaLocation="tipiAnagrafica.xsd"/> <xs:element name="NuovaAnagraficaRequest"> <xs:complexType> <xs:sequence> <xs:element name="utente" type="tgen:Utente"/> <xs:element name="anagrafica" type="anagrafica:NuovaAnagrafica"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="NuovaAnagraficaResponse"> <xs:complexType> <xs:sequence> <xs:element name="errore" type="tgen:Errore" minOccurs="0" maxOccurs="1"/> </xs:sequence> <xs:attribute name="esito" type="xs:boolean" use="required"/> </xs:complexType> </xs:element> </xs:schema>