schema location: | api_call_5.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | api_call_5 |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | versione API_ID L1_codice_impianto L1_1dataIntervento L1_1tipoIntervento accessorioImpianto | ||
annotation |
|
||
source | <xs:element name="api_call_5"> <xs:annotation> <xs:documentation> Il presente modello XSD consente l'inserimento o la sostituzione di una o più parti accessorie di un impianto esistente. Le parti accessorie considerate sono: Scheda 2 sistema di trattamento dell'acqua Scheda 4.2 Bruciatore collegato al generatore di calore a fiamma (scheda 4.1) Scheda 4.3 Recuperatore di calore collegato al generatore di calore a fiamma (scheda 4.1) Scheda 5 Sistema di regolazione e contabilizzazione Scheda 6 Sistema di distribuzione Scheda 7 Emissione Scheda 8 Accumulo Scheda 9 Altri componenti Scheda 10 Ventilazione </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation> Il tag VersioneCorrente è richiesto per validare gli XML inviati, obbligatoriamente deve essere uguale al valore fissato. </xs:documentation> </xs:annotation> <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> </xs:complexType> </xs:element> <xs:element name="API_ID" type="xs:integer" fixed="16"/> <xs:element name="L1_codice_impianto" type="xs:string"/> <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> <xs:element name="L1_1tipoIntervento" type="intervento" minOccurs="0"/> <xs:element name="accessorioImpianto" type="accessorioImpianto"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> </xs:complexType> </xs:element> |
type | xs:decimal | ||||
properties |
|
||||
source | <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:integer | ||||
properties |
|
||||
source | <xs:element name="API_ID" type="xs:integer" fixed="16"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L1_codice_impianto" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | intervento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_1tipoIntervento" type="intervento" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | accessorioImpianto | ||
properties |
|
||
children | scheda_2_trattamento_acqua bruciatore scambiatoreCalore scheda_5_sistemi_regolazione_contabilizzazione scheda_6_sistema_distribuzione scheda_7_emissione scheda_8_sistema_accumulo scheda_9_altriComponenti scheda_10_ventilazione | ||
source | <xs:element name="accessorioImpianto" type="accessorioImpianto"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | scheda_2_trattamento_acqua bruciatore scambiatoreCalore scheda_5_sistemi_regolazione_contabilizzazione scheda_6_sistema_distribuzione scheda_7_emissione scheda_8_sistema_accumulo scheda_9_altriComponenti scheda_10_ventilazione | ||
used by |
|
||
source | <xs:complexType name="accessorioImpianto"> <xs:choice maxOccurs="unbounded"> <xs:element name="scheda_2_trattamento_acqua"> <xs:annotation> <xs:documentation> la scheda 2 trattamento acqua è composta da 5 punti, riguardanti rispettivamente: il contenuto dell'acqua dell'impianto di climatizzazione in m3 la durezza in gradi francesi il trattamento dell'acqua Rif.UNI 8065 eventuale protezione del gelo trattamento ACS trattamento impianto climatizzazione estivo </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L2_1contenutoH2OimpClima" type="decimale1"/> <xs:element name="L2_2durezzaTotaleH2O" type="decimale1"/> <xs:element name="L2_3sez_tratt_H2O" type="tratt_H2O"/> <xs:element name="L2_3sez_tratt_H2O_gelo" type="tratt_H2O_gelo"/> <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS"/> <xs:element name="L2_5sez_tratt_H2O_climaEst" type="tratt_H2O_climaEst"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="bruciatore"> <xs:annotation> <xs:documentation> Inserimento di bruciatore (legato al gruppo termico o caldaia esistente). Questa modifica può eventualmente produrre un RCEE che va inviato in una seconda chiamata API. Mentre i dati che vanno riportati in libretto devono essere riportati in questo file attraverso la definizione degli attributi row11_1 e scheda_12_interventi_CEE (ex schede 11 e 12 del libretto ministeriale). </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="numIntero"/> <xs:element name="L4_1matricolaGT" type="xs:string"/> <xs:element name="L4_2numBR" type="numIntero"/> <xs:element name="rowBR" type="rowBR"/> <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scambiatoreCalore"> <xs:annotation> <xs:documentation> Inserimento di recuperatore / condensatore lato fumi (legato al gruppo termico o caldaia esistente). Mentre i dati che vanno riportati in libretto devono essere riportati in questo file attraverso la definizione degli attributi row11_1 e scheda_12_interventi_CEE (ex schede 11 e 12 del libretto ministeriale). </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="numIntero"/> <xs:element name="L4_1matricolaGT" type="xs:string"/> <xs:element name="L4_3numRC" type="numIntero"/> <xs:element name="rowRC" type="rowRC"/> <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_5_sistemi_regolazione_contabilizzazione"> <xs:annotation> <xs:documentation> Nel caso si voglia sostituire solamente un sistema di regolazione o una valvola di regolazione bisogna inviare tutta la scheda per intero, con tutte le sostituzioni del caso. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" maxOccurs="unbounded"/> </xs:choice> <xs:element name="L5_1valvoleRegolazione" type="rowVR" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean"/> <xs:element name="L5_1flagRegInverter" type="xs:boolean"/> <xs:element name="L5_1descrAltriSistRegPrim" type="xs:string" minOccurs="0"/> <xs:element name="L5_2" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_2termostato" type="tipoTermostato"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean"/> <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_3" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_3flagTeleLetturaSI" type="xs:boolean"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean"/> <xs:element name="L5_3descrSistemaIniziale" type="xs:string" minOccurs="0"/> <xs:element name="L5_3SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_3dataSostituzione" type="data"/> <xs:element name="L5_3descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_4" minOccurs="0"> <xs:annotation> <xs:documentation> Il flag "L5_4ContabilizzazioneUISI" segue la presenza degli attributi alternativi tra loro: L5_4flagRiscald, L5_4flagRaffresc, L5_4flagACS. Il sistema di contabilizzazione può essere sostituito e in tal caso compare L5_4SistemaSostituto. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" minOccurs="0"> <xs:complexType> <xs:choice minOccurs="1" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean"/> <xs:element name="L5_4descrSistema" type="xs:string" minOccurs="0"/> <xs:element name="L5_4SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_4dataSostituzione" type="data"/> <xs:element name="L5_4descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_6_sistema_distribuzione"> <xs:annotation> <xs:documentation> Nel caso si vuole solamente sostituire una pompa di circolazione o un vaso d'espansione bisogna inviare tutta la scheda per intero, con tutte le sostituzioni del caso. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L6_1flagVerticale" type="xs:boolean"/> <xs:element name="L6_1flagOrizzontale" type="xs:boolean"/> <xs:element name="L6_1flagCanaliAria" type="xs:boolean"/> <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L6_2flagCoibentSI" type="xs:boolean"/> <xs:element name="L6_2note" type="xs:string" minOccurs="0"/> <xs:element name="L6_3VasiEspansione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_3numVE" type="numIntero"/> <xs:element name="rowVE" type="rowVE" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L6_4PompeCircolazione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_4numPC" type="numIntero"/> <xs:element name="rowPC" type="rowPC" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_7_emissione"> <xs:annotation> <xs:documentation> gli elementi contenuti in emissione sono dei flag (anche multipli) e una descrizione nel caso di altro tipo </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L7_flagRadiatori" type="xs:boolean"/> <xs:element name="L7_flagTermoConvett" type="xs:boolean"/> <xs:element name="L7_flagVentilConvett" type="xs:boolean"/> <xs:element name="L7_flagPannelRadianti" type="xs:boolean"/> <xs:element name="L7_flagBocchette" type="xs:boolean"/> <xs:element name="L7_flagStrisce" type="xs:boolean"/> <xs:element name="L7_flagTravi" type="xs:boolean"/> <xs:element name="L7_flagAltro" type="xs:boolean"/> <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_8_sistema_accumulo"> <xs:annotation> <xs:documentation> sistemi di accumulo se non incorporati nel gruppo termico </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="sistema_accumulo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L8_1numAC" type="numIntero"/> <xs:element name="rowAC" type="rowAC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_9_altriComponenti"> <xs:annotation> <xs:documentation> altri componenti dell'impianto (es. torri evaporative TE, raffreddatori di liquido RV, scambiatore di calore intermedi SC, circuiti interrati a condensazione CI, unità di trattamento aria UT, recuperatori di calore RC), è prevista la sostituzione e per ognuno va indicato il numero progressivo che li identifica all'interno dell'impianto </xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="L9_1_AltriComponentiTE"> <xs:complexType> <xs:sequence> <xs:element name="L9_1numTE" type="numIntero"/> <xs:element name="rowTE" type="rowTE" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_2_AltriComponentiRV"> <xs:complexType> <xs:sequence> <xs:element name="L9_2numRV" type="numIntero"/> <xs:element name="rowRV" type="rowRV" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_3_AltriComponentiSC"> <xs:complexType> <xs:sequence> <xs:element name="L9_3numSCcal" type="numIntero"/> <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_4_AltriComponentiCI"> <xs:complexType> <xs:sequence> <xs:element name="L9_4numCI" type="numIntero"/> <xs:element name="rowCI" type="rowCI" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_5_AltriComponentiUT"> <xs:complexType> <xs:sequence> <xs:element name="L9_5numUT" type="numIntero"/> <xs:element name="rowUT" type="rowUT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_6_AltriComponentiRC"> <xs:complexType> <xs:sequence> <xs:element name="L9_6numRCcal" type="numIntero"/> <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="scheda_10_ventilazione"> <xs:annotation> <xs:documentation> altri componenti dell'impianto, tipo impianto di ventilazione meccanica controllata, è prevista la sostituzione </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L10_1VentilazMeccanicaVM" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L10_1numVM" type="numIntero"/> <xs:element name="rowVM" type="rowVM" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L2_1contenutoH2OimpClima L2_2durezzaTotaleH2O L2_3sez_tratt_H2O L2_3sez_tratt_H2O_gelo L2_4sez_tratt_H2O_ACS L2_5sez_tratt_H2O_climaEst | ||
annotation |
|
||
source | <xs:element name="scheda_2_trattamento_acqua"> <xs:annotation> <xs:documentation> la scheda 2 trattamento acqua è composta da 5 punti, riguardanti rispettivamente: il contenuto dell'acqua dell'impianto di climatizzazione in m3 la durezza in gradi francesi il trattamento dell'acqua Rif.UNI 8065 eventuale protezione del gelo trattamento ACS trattamento impianto climatizzazione estivo </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L2_1contenutoH2OimpClima" type="decimale1"/> <xs:element name="L2_2durezzaTotaleH2O" type="decimale1"/> <xs:element name="L2_3sez_tratt_H2O" type="tratt_H2O"/> <xs:element name="L2_3sez_tratt_H2O_gelo" type="tratt_H2O_gelo"/> <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS"/> <xs:element name="L2_5sez_tratt_H2O_climaEst" type="tratt_H2O_climaEst"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_1contenutoH2OimpClima" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_2durezzaTotaleH2O" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | tratt_H2O | ||
properties |
|
||
children | L2_3flagTrattamentoAssente L2_3altro_trattH2O | ||
source | <xs:element name="L2_3sez_tratt_H2O" type="tratt_H2O"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | tratt_H2O_gelo | ||
properties |
|
||
children | L2_3flagAssenteProtGelo L2_3flagGlicoleEtilenico L2_3flagGlicolePropilenico | ||
source | <xs:element name="L2_3sez_tratt_H2O_gelo" type="tratt_H2O_gelo"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | tratt_H2O_ACS | ||
properties |
|
||
children | L2_4flagAssenteACS altro_tratt_ACS | ||
source | <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | tratt_H2O_climaEst | ||
properties |
|
||
children | L2_5flagAssente L2_5altro_tratt_H2O_climaEst | ||
source | <xs:element name="L2_5sez_tratt_H2O_climaEst" type="tratt_H2O_climaEst"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L4_1numGT L4_1matricolaGT L4_2numBR rowBR VerificaGruppiTermici scheda_12_interventi_CEE | ||
annotation |
|
||
source | <xs:element name="bruciatore"> <xs:annotation> <xs:documentation> Inserimento di bruciatore (legato al gruppo termico o caldaia esistente). Questa modifica può eventualmente produrre un RCEE che va inviato in una seconda chiamata API. Mentre i dati che vanno riportati in libretto devono essere riportati in questo file attraverso la definizione degli attributi row11_1 e scheda_12_interventi_CEE (ex schede 11 e 12 del libretto ministeriale). </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="numIntero"/> <xs:element name="L4_1matricolaGT" type="xs:string"/> <xs:element name="L4_2numBR" type="numIntero"/> <xs:element name="rowBR" type="rowBR"/> <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1numGT" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_1matricolaGT" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2numBR" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | rowBR | ||
properties |
|
||
children | L4_2dataInstallazione L4_2dataDismissione L4_2fabbricante L4_2modello L4_2matricola L4_2tipologia L4_2combustibile L4_2portataTermMaxNom L4_2portataTermMinNom | ||
source | <xs:element name="rowBR" type="rowBR"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L11_1flagNormaUNI10389 L11_1altraNorma row11_1 | ||
source | <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | row11_1 | ||||||
properties |
|
||||||
children | L11_1data L11_1moduloTermico L11_1portataTermicaEffettiva L11_1combustibile L11_1tempFumi L11_1tempAria L11_1O2 L11_1CO2 L11_1bacharach1 L11_1bacharach2 L11_1bacharach3 L11_1COfumiSecchi L11_1portataCombustibile L11_1valorePortata L11_1COfumiSecchiSenzaAria L11_1rendimCombustione L11_1flagRispettoIndBacharach L11_1flagRispettoLimiteCOfumiSecchi L11_1rendimentoLegge L11_1flagRispettoRendimentoMinimo L11_1nox L11_1tecnico | ||||||
source | <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | scheda_12_interventi_CEE | ||||||
properties |
|
||||||
children | interventi_CEE | ||||||
source | <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L4_1numGT L4_1matricolaGT L4_3numRC rowRC VerificaGruppiTermici scheda_12_interventi_CEE | ||
annotation |
|
||
source | <xs:element name="scambiatoreCalore"> <xs:annotation> <xs:documentation> Inserimento di recuperatore / condensatore lato fumi (legato al gruppo termico o caldaia esistente). Mentre i dati che vanno riportati in libretto devono essere riportati in questo file attraverso la definizione degli attributi row11_1 e scheda_12_interventi_CEE (ex schede 11 e 12 del libretto ministeriale). </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="numIntero"/> <xs:element name="L4_1matricolaGT" type="xs:string"/> <xs:element name="L4_3numRC" type="numIntero"/> <xs:element name="rowRC" type="rowRC"/> <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1numGT" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_1matricolaGT" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3numRC" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | rowRC | ||
properties |
|
||
children | L4_3dataInstallazione L4_3dataDismissione L4_3fabbricante L4_3modello L4_3matricola L4_3potTermNomTot | ||
source | <xs:element name="rowRC" type="rowRC"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L11_1flagNormaUNI10389 L11_1altraNorma row11_1 | ||
source | <xs:element name="VerificaGruppiTermici"> <xs:complexType> <xs:sequence> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | row11_1 | ||||||
properties |
|
||||||
children | L11_1data L11_1moduloTermico L11_1portataTermicaEffettiva L11_1combustibile L11_1tempFumi L11_1tempAria L11_1O2 L11_1CO2 L11_1bacharach1 L11_1bacharach2 L11_1bacharach3 L11_1COfumiSecchi L11_1portataCombustibile L11_1valorePortata L11_1COfumiSecchiSenzaAria L11_1rendimCombustione L11_1flagRispettoIndBacharach L11_1flagRispettoLimiteCOfumiSecchi L11_1rendimentoLegge L11_1flagRispettoRendimentoMinimo L11_1nox L11_1tecnico | ||||||
source | <xs:element name="row11_1" type="row11_1" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | scheda_12_interventi_CEE | ||||||
properties |
|
||||||
children | interventi_CEE | ||||||
source | <xs:element name="scheda_12_interventi_CEE" type="scheda_12_interventi_CEE" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L5_1flagRegolazioneON L5_1flagSistemaRegolazioneCurvaIntegrata L5_1flagSistemaRegolazioneCurvaIndipendente L5_1valvoleRegolazione L5_1flagRegMultiGrad L5_1flagRegInverter L5_1descrAltriSistRegPrim L5_2 L5_3 L5_4 | ||
annotation |
|
||
source | <xs:element name="scheda_5_sistemi_regolazione_contabilizzazione"> <xs:annotation> <xs:documentation> Nel caso si voglia sostituire solamente un sistema di regolazione o una valvola di regolazione bisogna inviare tutta la scheda per intero, con tutte le sostituzioni del caso. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" maxOccurs="unbounded"/> </xs:choice> <xs:element name="L5_1valvoleRegolazione" type="rowVR" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean"/> <xs:element name="L5_1flagRegInverter" type="xs:boolean"/> <xs:element name="L5_1descrAltriSistRegPrim" type="xs:string" minOccurs="0"/> <xs:element name="L5_2" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_2termostato" type="tipoTermostato"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean"/> <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_3" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_3flagTeleLetturaSI" type="xs:boolean"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean"/> <xs:element name="L5_3descrSistemaIniziale" type="xs:string" minOccurs="0"/> <xs:element name="L5_3SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_3dataSostituzione" type="data"/> <xs:element name="L5_3descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_4" minOccurs="0"> <xs:annotation> <xs:documentation> Il flag "L5_4ContabilizzazioneUISI" segue la presenza degli attributi alternativi tra loro: L5_4flagRiscald, L5_4flagRaffresc, L5_4flagACS. Il sistema di contabilizzazione può essere sostituito e in tal caso compare L5_4SistemaSostituto. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" minOccurs="0"> <xs:complexType> <xs:choice minOccurs="1" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean"/> <xs:element name="L5_4descrSistema" type="xs:string" minOccurs="0"/> <xs:element name="L5_4SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_4dataSostituzione" type="data"/> <xs:element name="L5_4descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowSR | ||||||
properties |
|
||||||
children | L5_1dataInstallazioneSR L5_1dataDismissioneSR L5_1fabbricanteSR L5_1modelloSR L5_1numPuntiReg L5_1numLivTemp | ||||||
source | <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowVR | ||||||
properties |
|
||||||
children | L5_1dataInstallazioneVR L5_1dataDismissioneVR L5_1fabbricanteVR L5_1modelloVR L5_1numVie L5_1servomotore | ||||||
source | <xs:element name="L5_1valvoleRegolazione" type="rowVR" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_1flagRegInverter" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_1descrAltriSistRegPrim" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_2termostato L5_2flagValvTermostSI L5_2flagValvDueVieSI L5_2flagValvTreVieSI L5_2note | ||||||
source | <xs:element name="L5_2" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_2termostato" type="tipoTermostato"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean"/> <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipoTermostato | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_2termostato" type="tipoTermostato"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_2flagValvTermostSI" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_3flagTeleLetturaSI L5_3flagTeleGestioneSI L5_3descrSistemaIniziale L5_3SistemaSostituto | ||||||
source | <xs:element name="L5_3" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_3flagTeleLetturaSI" type="xs:boolean"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean"/> <xs:element name="L5_3descrSistemaIniziale" type="xs:string" minOccurs="0"/> <xs:element name="L5_3SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_3dataSostituzione" type="data"/> <xs:element name="L5_3descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_3flagTeleLetturaSI" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_3descrSistemaIniziale" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_3dataSostituzione L5_3descrSistemaSost | ||||||
source | <xs:element name="L5_3SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_3dataSostituzione" type="data"/> <xs:element name="L5_3descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_3dataSostituzione" type="data"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L5_3descrSistemaSost" type="xs:string"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_4ContabilizzazioneUISI L5_4flagSistemaDiretto L5_4descrSistema L5_4SistemaSostituto | ||||||
annotation |
|
||||||
source | <xs:element name="L5_4" minOccurs="0"> <xs:annotation> <xs:documentation> Il flag "L5_4ContabilizzazioneUISI" segue la presenza degli attributi alternativi tra loro: L5_4flagRiscald, L5_4flagRaffresc, L5_4flagACS. Il sistema di contabilizzazione può essere sostituito e in tal caso compare L5_4SistemaSostituto. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" minOccurs="0"> <xs:complexType> <xs:choice minOccurs="1" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean"/> <xs:element name="L5_4descrSistema" type="xs:string" minOccurs="0"/> <xs:element name="L5_4SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_4dataSostituzione" type="data"/> <xs:element name="L5_4descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_4flagRiscald L5_4flagRaffresc L5_4flagACS | ||||||
source | <xs:element name="L5_4ContabilizzazioneUISI" minOccurs="0"> <xs:complexType> <xs:choice minOccurs="1" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_4descrSistema" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L5_4dataSostituzione L5_4descrSistemaSost | ||||||
source | <xs:element name="L5_4SistemaSostituto" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L5_4dataSostituzione" type="data"/> <xs:element name="L5_4descrSistemaSost" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_4dataSostituzione" type="data"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L5_4descrSistemaSost" type="xs:string"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L6_1flagVerticale L6_1flagOrizzontale L6_1flagCanaliAria L6_1DescrAltro L6_2flagCoibentSI L6_2note L6_3VasiEspansione L6_4PompeCircolazione | ||
annotation |
|
||
source | <xs:element name="scheda_6_sistema_distribuzione"> <xs:annotation> <xs:documentation> Nel caso si vuole solamente sostituire una pompa di circolazione o un vaso d'espansione bisogna inviare tutta la scheda per intero, con tutte le sostituzioni del caso. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L6_1flagVerticale" type="xs:boolean"/> <xs:element name="L6_1flagOrizzontale" type="xs:boolean"/> <xs:element name="L6_1flagCanaliAria" type="xs:boolean"/> <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L6_2flagCoibentSI" type="xs:boolean"/> <xs:element name="L6_2note" type="xs:string" minOccurs="0"/> <xs:element name="L6_3VasiEspansione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_3numVE" type="numIntero"/> <xs:element name="rowVE" type="rowVE" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L6_4PompeCircolazione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_4numPC" type="numIntero"/> <xs:element name="rowPC" type="rowPC" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L6_1flagVerticale" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L6_1flagOrizzontale" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L6_1flagCanaliAria" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L6_2flagCoibentSI" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_2note" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L6_3numVE rowVE | ||||||
source | <xs:element name="L6_3VasiEspansione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_3numVE" type="numIntero"/> <xs:element name="rowVE" type="rowVE" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_3numVE" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowVE | ||||||
properties |
|
||||||
children | L6_3capacita L6_3apertochiuso | ||||||
source | <xs:element name="rowVE" type="rowVE" minOccurs="1" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L6_4numPC rowPC | ||||||
source | <xs:element name="L6_4PompeCircolazione" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L6_4numPC" type="numIntero"/> <xs:element name="rowPC" type="rowPC" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_4numPC" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowPC | ||||||
properties |
|
||||||
children | L6_4dataInstallazione L6_4dataDismissione L6_4fabbricante L6_4modello L6_4flagGiriVarSI L6_4potNominale | ||||||
source | <xs:element name="rowPC" type="rowPC" minOccurs="1" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L7_flagRadiatori L7_flagTermoConvett L7_flagVentilConvett L7_flagPannelRadianti L7_flagBocchette L7_flagStrisce L7_flagTravi L7_flagAltro L7_descrAltro | ||
annotation |
|
||
source | <xs:element name="scheda_7_emissione"> <xs:annotation> <xs:documentation> gli elementi contenuti in emissione sono dei flag (anche multipli) e una descrizione nel caso di altro tipo </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L7_flagRadiatori" type="xs:boolean"/> <xs:element name="L7_flagTermoConvett" type="xs:boolean"/> <xs:element name="L7_flagVentilConvett" type="xs:boolean"/> <xs:element name="L7_flagPannelRadianti" type="xs:boolean"/> <xs:element name="L7_flagBocchette" type="xs:boolean"/> <xs:element name="L7_flagStrisce" type="xs:boolean"/> <xs:element name="L7_flagTravi" type="xs:boolean"/> <xs:element name="L7_flagAltro" type="xs:boolean"/> <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagRadiatori" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagTermoConvett" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagVentilConvett" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagPannelRadianti" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagBocchette" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagStrisce" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagTravi" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L7_flagAltro" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | sistema_accumulo | ||
annotation |
|
||
source | <xs:element name="scheda_8_sistema_accumulo"> <xs:annotation> <xs:documentation> sistemi di accumulo se non incorporati nel gruppo termico </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="sistema_accumulo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L8_1numAC" type="numIntero"/> <xs:element name="rowAC" type="rowAC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L8_1numAC rowAC | ||||||
source | <xs:element name="sistema_accumulo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L8_1numAC" type="numIntero"/> <xs:element name="rowAC" type="rowAC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L8_1numAC" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowAC | ||||||
properties |
|
||||||
children | L8_1dataInstallazione L8_1dataDismissione L8_1fabbricante L8_1modello L8_1matricola L8_1capacita L8_1flagACS L8_1flagRiscald L8_1flagRaffresc L8_1flagCoibentSI | ||||||
source | <xs:element name="rowAC" type="rowAC" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_1_AltriComponentiTE L9_2_AltriComponentiRV L9_3_AltriComponentiSC L9_4_AltriComponentiCI L9_5_AltriComponentiUT L9_6_AltriComponentiRC | ||
annotation |
|
||
source | <xs:element name="scheda_9_altriComponenti"> <xs:annotation> <xs:documentation> altri componenti dell'impianto (es. torri evaporative TE, raffreddatori di liquido RV, scambiatore di calore intermedi SC, circuiti interrati a condensazione CI, unità di trattamento aria UT, recuperatori di calore RC), è prevista la sostituzione e per ognuno va indicato il numero progressivo che li identifica all'interno dell'impianto </xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="L9_1_AltriComponentiTE"> <xs:complexType> <xs:sequence> <xs:element name="L9_1numTE" type="numIntero"/> <xs:element name="rowTE" type="rowTE" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_2_AltriComponentiRV"> <xs:complexType> <xs:sequence> <xs:element name="L9_2numRV" type="numIntero"/> <xs:element name="rowRV" type="rowRV" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_3_AltriComponentiSC"> <xs:complexType> <xs:sequence> <xs:element name="L9_3numSCcal" type="numIntero"/> <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_4_AltriComponentiCI"> <xs:complexType> <xs:sequence> <xs:element name="L9_4numCI" type="numIntero"/> <xs:element name="rowCI" type="rowCI" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_5_AltriComponentiUT"> <xs:complexType> <xs:sequence> <xs:element name="L9_5numUT" type="numIntero"/> <xs:element name="rowUT" type="rowUT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L9_6_AltriComponentiRC"> <xs:complexType> <xs:sequence> <xs:element name="L9_6numRCcal" type="numIntero"/> <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_1numTE rowTE | ||
source | <xs:element name="L9_1_AltriComponentiTE"> <xs:complexType> <xs:sequence> <xs:element name="L9_1numTE" type="numIntero"/> <xs:element name="rowTE" type="rowTE" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1numTE" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowTE | ||||||
properties |
|
||||||
children | L9_1dataInstallazione L9_1dataDismissione L9_1fabbricante L9_1modello L9_1matricola L9_1capacitaNominale L9_1numVentilatori L9_1tipoVentilatori | ||||||
source | <xs:element name="rowTE" type="rowTE" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_2numRV rowRV | ||
source | <xs:element name="L9_2_AltriComponentiRV"> <xs:complexType> <xs:sequence> <xs:element name="L9_2numRV" type="numIntero"/> <xs:element name="rowRV" type="rowRV" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2numRV" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowRV | ||||||
properties |
|
||||||
children | L9_2dataInstallazione L9_2dataDismissione L9_2fabbricante L9_2modello L9_2matricola L9_2numVentilatori L9_2tipoVentilatori | ||||||
source | <xs:element name="rowRV" type="rowRV" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_3numSCcal rowSCcal | ||
source | <xs:element name="L9_3_AltriComponentiSC"> <xs:complexType> <xs:sequence> <xs:element name="L9_3numSCcal" type="numIntero"/> <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_3numSCcal" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowSCcal | ||||||
properties |
|
||||||
children | L9_3dataInstallazione L9_3dataDismissione L9_3fabbricante L9_3modello | ||||||
source | <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_4numCI rowCI | ||
source | <xs:element name="L9_4_AltriComponentiCI"> <xs:complexType> <xs:sequence> <xs:element name="L9_4numCI" type="numIntero"/> <xs:element name="rowCI" type="rowCI" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_4numCI" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowCI | ||||||
properties |
|
||||||
children | L9_4dataInstallazione L9_4dataDismissione L9_4lungCircuito L9_4superfScamb L9_4profInstallaz | ||||||
source | <xs:element name="rowCI" type="rowCI" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_5numUT rowUT | ||
source | <xs:element name="L9_5_AltriComponentiUT"> <xs:complexType> <xs:sequence> <xs:element name="L9_5numUT" type="numIntero"/> <xs:element name="rowUT" type="rowUT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_5numUT" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowUT | ||||||
properties |
|
||||||
children | L9_5dataInstallazione L9_5dataDismissione L9_5fabbricante L9_5modello L9_5matricola L9_5portataVentMandata L9_5portataVentRipresa L9_5potenzaVentMandata L9_5potenzaVentRipresa | ||||||
source | <xs:element name="rowUT" type="rowUT" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L9_6numRCcal rowRCcal | ||
source | <xs:element name="L9_6_AltriComponentiRC"> <xs:complexType> <xs:sequence> <xs:element name="L9_6numRCcal" type="numIntero"/> <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6numRCcal" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowRCcal | ||||||
properties |
|
||||||
children | L9_6dataInstallazione L9_6dataDismissione L9_6tipologia L9_6flagInstallatoUTAindipendente L9_6portataVentMandata L9_6portataVentRipresa L9_6potenzaVentMandata L9_6potenzaVentRipresa | ||||||
source | <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L10_1VentilazMeccanicaVM | ||
annotation |
|
||
source | <xs:element name="scheda_10_ventilazione"> <xs:annotation> <xs:documentation> altri componenti dell'impianto, tipo impianto di ventilazione meccanica controllata, è prevista la sostituzione </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L10_1VentilazMeccanicaVM" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L10_1numVM" type="numIntero"/> <xs:element name="rowVM" type="rowVM" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L10_1numVM rowVM | ||||||
source | <xs:element name="L10_1VentilazMeccanicaVM" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L10_1numVM" type="numIntero"/> <xs:element name="rowVM" type="rowVM" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L10_1numVM" type="numIntero"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | rowVM | ||||||
properties |
|
||||||
children | L10_1dataInstallazione L10_1dataDismissione L10_1fabbricante L10_1modello L10_1tipo_ventilazione_meccanica L10_1maxPortataAria L10_1rendimentoRecupero | ||||||
source | <xs:element name="rowVM" type="rowVM" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_3flagFiltrazione L2_3AddolcimentoDurezzaTotaleH2O L2_3flagCondizChimico | ||
used by |
|
||
source | <xs:complexType name="altro_trattH2O"> <xs:sequence> <xs:element name="L2_3flagFiltrazione" type="xs:boolean"/> <xs:element name="L2_3AddolcimentoDurezzaTotaleH2O" type="decimale1" minOccurs="0"/> <xs:element name="L2_3flagCondizChimico" type="xs:boolean"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_3flagFiltrazione" type="xs:boolean"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_3AddolcimentoDurezzaTotaleH2O" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_3flagCondizChimico" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L4_1flagSingolo L4_1modulareAnalisiFumiPreviste L4_1flagTubo_radiante L4_1flagGen_aria_calda | ||
annotation |
|
||
source | <xs:complexType name="attributiGT"> <xs:annotation> <xs:documentation> Il flag gruppo modulare si intende valorizzato in presenza del numero analisi fumi previste (L4_1modulareAnalisiFumiPreviste che ne indica il numero) </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L4_1flagSingolo" type="xs:boolean" fixed="true"/> <xs:element name="L4_1modulareAnalisiFumiPreviste" type="numIntero"/> <xs:element name="L4_1flagTubo_radiante" type="xs:boolean" fixed="true"/> <xs:element name="L4_1flagGen_aria_calda" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_1flagSingolo" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1modulareAnalisiFumiPreviste" type="numIntero"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_1flagTubo_radiante" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_1flagGen_aria_calda" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | nomeComune codiceIstatComune | ||
used by |
|
||
source | <xs:complexType name="comune"> <xs:sequence> <xs:element name="nomeComune" type="xs:string" minOccurs="0"/> <xs:element name="codiceIstatComune" type="codice_istat_comune"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="nomeComune" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | codice_istat_comune | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="codiceIstatComune" type="codice_istat_comune"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva L2_5TflagCondizChimicoBiocida L2_5DescrAltroCondizChimico | ||
used by |
|
||
source | <xs:complexType name="CondizChimico"> <xs:choice> <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante" type="xs:boolean" fixed="true"/> <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva" type="xs:boolean" fixed="true"/> <xs:element name="L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva" type="xs:boolean" fixed="true"/> <xs:element name="L2_5TflagCondizChimicoBiocida" type="xs:boolean" fixed="true"/> <xs:element name="L2_5DescrAltroCondizChimico" type="xs:string"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5TflagCondizChimicoBiocida" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L2_5DescrAltroCondizChimico" type="xs:string"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5flagFiltrazioneFiltrazioneSicurezza L2_5flagFiltrazioneFiltrazioneMasse L2_5DescrAltroFiltrazione | ||
used by |
|
||
source | <xs:complexType name="Filtrazione"> <xs:choice> <xs:element name="L2_5flagFiltrazioneFiltrazioneSicurezza" type="xs:boolean" fixed="true"/> <xs:element name="L2_5flagFiltrazioneFiltrazioneMasse" type="xs:boolean" fixed="true"/> <xs:element name="L2_5DescrAltroFiltrazione" type="xs:string"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagFiltrazioneFiltrazioneSicurezza" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagFiltrazioneFiltrazioneMasse" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L2_5DescrAltroFiltrazione" type="xs:string"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5conducibH2Oingresso L2_5taraturaSpurgo | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="gestione_torre_raff"> <xs:annotation> <xs:documentation> Il flag presenza sistema spurgo automatico si intende valorizzato automaticamente alla presenza dei valori L2_5conducibH2Oingresso e L2_5taraturaSpurgo. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L2_5conducibH2Oingresso" type="decimale1"/> <xs:element name="L2_5taraturaSpurgo" type="decimale1"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_5conducibH2Oingresso" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_5taraturaSpurgo" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
used by |
|
||
source | <xs:complexType name="persona_fisica"> <xs:sequence> <xs:element name="nome" type="xs:string" minOccurs="0"/> <xs:element name="cognome" type="xs:string" minOccurs="0"/> <xs:element name="codice_fiscale" type="codice_fiscale"/> <xs:element name="indirizzo" type="xs:string" minOccurs="0"/> <xs:element name="civico" type="xs:string" minOccurs="0"/> <xs:element name="comune" type="comune" minOccurs="0"/> <xs:element name="provincia" type="codice_provincia" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="nome" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="cognome" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | codice_fiscale | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="codice_fiscale" type="codice_fiscale"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="indirizzo" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="civico" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | comune | ||||||
properties |
|
||||||
children | nomeComune codiceIstatComune | ||||||
source | <xs:element name="comune" type="comune" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | codice_provincia | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="provincia" type="codice_provincia" minOccurs="0"/> |
diagram | ![]() |
namespace | api_call_5 |
children | persona_fisica persona_giuridica |
source | <xs:complexType name="persona_generica"> <xs:choice> <xs:element name="persona_fisica" type="persona_fisica"/> <xs:element name="persona_giuridica" type="persona_giuridica"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
source | <xs:element name="persona_fisica" type="persona_fisica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_giuridica | ||
properties |
|
||
children | ragione_sociale partita_IVA indirizzo civico comune provincia | ||
source | <xs:element name="persona_giuridica" type="persona_giuridica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | ragione_sociale partita_IVA indirizzo civico comune provincia | ||
used by |
|
||
source | <xs:complexType name="persona_giuridica"> <xs:sequence> <xs:element name="ragione_sociale" type="xs:string" minOccurs="0"/> <xs:element name="partita_IVA" type="partita_IVA"/> <xs:element name="indirizzo" type="xs:string" minOccurs="0"/> <xs:element name="civico" type="xs:string" minOccurs="0"/> <xs:element name="comune" type="comune" minOccurs="0"/> <xs:element name="provincia" type="codice_provincia" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="ragione_sociale" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | partita_IVA | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="partita_IVA" type="partita_IVA"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="indirizzo" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="civico" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | comune | ||||||
properties |
|
||||||
children | nomeComune codiceIstatComune | ||||||
source | <xs:element name="comune" type="comune" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | codice_provincia | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="provincia" type="codice_provincia" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | Sigla_Localita_Impresa numero_REA | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="REA"> <xs:annotation> <xs:documentation>il numero REA è composto dalla sigla di 2 caratteri riguardandi la località e un codice numerico a 6 cifre</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Sigla_Localita_Impresa" type="codice_provincia"/> <xs:element name="numero_REA" type="numero_REA"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | codice_provincia | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="Sigla_Localita_Impresa" type="codice_provincia"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | numero_REA | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="numero_REA" type="numero_REA"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L11_1data L11_1moduloTermico L11_1portataTermicaEffettiva L11_1combustibile L11_1tempFumi L11_1tempAria L11_1O2 L11_1CO2 L11_1bacharach1 L11_1bacharach2 L11_1bacharach3 L11_1COfumiSecchi L11_1portataCombustibile L11_1valorePortata L11_1COfumiSecchiSenzaAria L11_1rendimCombustione L11_1flagRispettoIndBacharach L11_1flagRispettoLimiteCOfumiSecchi L11_1rendimentoLegge L11_1flagRispettoRendimentoMinimo L11_1nox L11_1tecnico | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="row11_1"> <xs:annotation> <xs:documentation> dati della verifica tipo 1 </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L11_1data" type="data"/> <xs:element name="L11_1moduloTermico" type="numIntero" minOccurs="0"/> <xs:element name="L11_1portataTermicaEffettiva" type="decimale1" minOccurs="0"/> <xs:element name="L11_1combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L11_1tempFumi" type="decimale1" minOccurs="0"/> <xs:element name="L11_1tempAria" type="decimale1" minOccurs="0"/> <xs:element name="L11_1O2" type="decimale1" minOccurs="0"/> <xs:element name="L11_1CO2" type="decimale1" minOccurs="0"/> <xs:element name="L11_1bacharach1" type="numIntero" minOccurs="0"/> <xs:element name="L11_1bacharach2" type="numIntero" minOccurs="0"/> <xs:element name="L11_1bacharach3" type="numIntero" minOccurs="0"/> <xs:element name="L11_1COfumiSecchi" type="numIntero" minOccurs="0"/> <xs:element name="L11_1portataCombustibile" type="portata" minOccurs="0"/> <xs:element name="L11_1valorePortata" type="decimale1" minOccurs="0"/> <xs:element name="L11_1COfumiSecchiSenzaAria" type="numIntero" minOccurs="0"/> <xs:element name="L11_1rendimCombustione" type="rendimento" minOccurs="0"/> <xs:element name="L11_1flagRispettoIndBacharach" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1flagRispettoLimiteCOfumiSecchi" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1rendimentoLegge" type="rendimento" minOccurs="0"/> <xs:element name="L11_1flagRispettoRendimentoMinimo" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1nox" type="decimale1" minOccurs="0"/> <xs:element name="L11_1tecnico" type="persona_fisica"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1data" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1moduloTermico" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1portataTermicaEffettiva" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1combustibile" type="combustibile" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1tempFumi" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1tempAria" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1O2" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1CO2" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1bacharach1" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1bacharach2" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1bacharach3" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1COfumiSecchi" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | portata | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1portataCombustibile" type="portata" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1valorePortata" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1COfumiSecchiSenzaAria" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1rendimCombustione" type="rendimento" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoIndBacharach" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoLimiteCOfumiSecchi" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1rendimentoLegge" type="rendimento" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoRendimentoMinimo" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1nox" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
source | <xs:element name="L11_1tecnico" type="persona_fisica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L11_2data L11_2flagAssenzaPerdite L11_2flagRaffrescamento L11_2flagRiscaldamento L11_2numCircuito L11_2surrisc L11_2tSottoRaffr L11_2tCondens L11_2tEvaporaz L11_2tIngLatoEst L11_2tUscLatoEst L11_2tIngLatoUtenze L11_2tUscLatoUtenze L11_2tUscFluido L11_2tBulboUmido L11_2tIngFluidoSorg L11_2tUscFluidoSorg L11_2tIngFluidoMacc L11_2tUscFluidoMacc L11_2potenzaAss L11_2flagFiltriPuliti L11_2flagVerificaSuperata L11_2dataRipristino L11_2tecnico | ||
annotation |
|
||
source | <xs:complexType name="row11_2"> <xs:annotation> <xs:documentation> dati della verifica tipo 2 </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L11_2data" type="data"/> <xs:element name="L11_2flagAssenzaPerdite" type="xs:boolean"/> <xs:element name="L11_2flagRaffrescamento" type="xs:boolean"/> <xs:element name="L11_2flagRiscaldamento" type="xs:boolean"/> <xs:element name="L11_2numCircuito" type="numIntero" minOccurs="0"/> <xs:element name="L11_2surrisc" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tSottoRaffr" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tCondens" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tEvaporaz" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tIngLatoEst" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tUscLatoEst" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tIngLatoUtenze" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tUscLatoUtenze" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tUscFluido" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tBulboUmido" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tIngFluidoSorg" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tUscFluidoSorg" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tIngFluidoMacc" type="decimale1" minOccurs="0"/> <xs:element name="L11_2tUscFluidoMacc" type="decimale1" minOccurs="0"/> <xs:element name="L11_2potenzaAss" type="decimale1" minOccurs="0"/> <xs:element name="L11_2flagFiltriPuliti" type="xs:boolean"/> <xs:element name="L11_2flagVerificaSuperata" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_2dataRipristino" type="data" minOccurs="0"/> <xs:element name="L11_2tecnico" type="persona_fisica"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_2data" type="data"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_2flagAssenzaPerdite" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_2flagRaffrescamento" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_2flagRiscaldamento" type="xs:boolean"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_2numCircuito" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2surrisc" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tSottoRaffr" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tCondens" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tEvaporaz" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tIngLatoEst" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tUscLatoEst" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tIngLatoUtenze" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tUscLatoUtenze" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tUscFluido" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tBulboUmido" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tIngFluidoSorg" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tUscFluidoSorg" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tIngFluidoMacc" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2tUscFluidoMacc" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_2potenzaAss" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L11_2flagFiltriPuliti" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagVerificaSuperata" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_2dataRipristino" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
source | <xs:element name="L11_2tecnico" type="persona_fisica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L11_3data L11_3tempEsterna L11_3tempMandPrimario L11_3tempRitPrimario L11_3tempMandSecond L11_3tempRitSecond L11_3portataFluidoPrim L11_3potTermica L11_3flagPotenzaCompatibile L11_3flagStatoCoibentazioni L11_3flagDispositiviRegolazione L11_3tecnico | ||
annotation |
|
||
source | <xs:complexType name="row11_3"> <xs:annotation> <xs:documentation> dati della verifica tipo 3 </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L11_3data" type="data"/> <xs:element name="L11_3tempEsterna" type="decimale1"/> <xs:element name="L11_3tempMandPrimario" type="decimale1"/> <xs:element name="L11_3tempRitPrimario" type="decimale1"/> <xs:element name="L11_3tempMandSecond" type="decimale1"/> <xs:element name="L11_3tempRitSecond" type="decimale1"/> <xs:element name="L11_3portataFluidoPrim" type="decimale1"/> <xs:element name="L11_3potTermica" type="decimale1"/> <xs:element name="L11_3flagPotenzaCompatibile" type="controllo_compatibilita"/> <xs:element name="L11_3flagStatoCoibentazioni" type="controllo_compatibilita"/> <xs:element name="L11_3flagDispositiviRegolazione" type="controllo_compatibilita"/> <xs:element name="L11_3tecnico" type="persona_fisica"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3data" type="data"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3tempEsterna" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3tempMandPrimario" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3tempRitPrimario" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3tempMandSecond" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3tempRitSecond" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3portataFluidoPrim" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_3potTermica" type="decimale1"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagPotenzaCompatibile" type="controllo_compatibilita"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagStatoCoibentazioni" type="controllo_compatibilita"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagDispositiviRegolazione" type="controllo_compatibilita"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
source | <xs:element name="L11_3tecnico" type="persona_fisica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L11_4data L11_4tempAriaComb L11_4tempH2Ouscita L11_4tempH2Oingresso L11_4tempH2Omotore L11_4tempFumiValle L11_4tempFumiMonte L11_4potElettricaMorsetti L11_4emissioniCO L11_4sovraFreqSoglia1 L11_4sovraFreqSoglia2 L11_4sovraFreqSoglia3 L11_4sovraFreqTempo1 L11_4sovraFreqTempo2 L11_4sovraFreqTempo3 L11_4sottoFreqSoglia1 L11_4sottoFreqSoglia2 L11_4sottoFreqSoglia3 L11_4sottoFreqTempo1 L11_4sottoFreqTempo2 L11_4sottoFreqTempo3 L11_4sovraTensSoglia1 L11_4sovraTensSoglia2 L11_4sovraTensSoglia3 L11_4sovraTensTempo1 L11_4sovraTensTempo2 L11_4sovraTensTempo3 L11_4sottoTensSoglia1 L11_4sottoTensSoglia2 L11_4sottoTensSoglia3 L11_4sottoTensTempo1 L11_4sottoTensTempo2 L11_4sottoTensTempo3 L11_4tecnico | ||
annotation |
|
||
source | <xs:complexType name="row11_4"> <xs:annotation> <xs:documentation> dati della verifica tipo 4 </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L11_4data" type="data"/> <xs:element name="L11_4tempAriaComb" type="decimale1"/> <xs:element name="L11_4tempH2Ouscita" type="decimale1"/> <xs:element name="L11_4tempH2Oingresso" type="decimale1"/> <xs:element name="L11_4tempH2Omotore" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempFumiValle" type="decimale1"/> <xs:element name="L11_4tempFumiMonte" type="decimale1"/> <xs:element name="L11_4potElettricaMorsetti" type="decimale1"/> <xs:element name="L11_4emissioniCO" type="decimale1"/> <xs:element name="L11_4sovraFreqSoglia1" type="numIntero"/> <xs:element name="L11_4sovraFreqSoglia2" type="numIntero"/> <xs:element name="L11_4sovraFreqSoglia3" type="numIntero"/> <xs:element name="L11_4sovraFreqTempo1" type="numIntero"/> <xs:element name="L11_4sovraFreqTempo2" type="numIntero"/> <xs:element name="L11_4sovraFreqTempo3" type="numIntero"/> <xs:element name="L11_4sottoFreqSoglia1" type="numIntero"/> <xs:element name="L11_4sottoFreqSoglia2" type="numIntero"/> <xs:element name="L11_4sottoFreqSoglia3" type="numIntero"/> <xs:element name="L11_4sottoFreqTempo1" type="numIntero"/> <xs:element name="L11_4sottoFreqTempo2" type="numIntero"/> <xs:element name="L11_4sottoFreqTempo3" type="numIntero"/> <xs:element name="L11_4sovraTensSoglia1" type="numIntero"/> <xs:element name="L11_4sovraTensSoglia2" type="numIntero"/> <xs:element name="L11_4sovraTensSoglia3" type="numIntero"/> <xs:element name="L11_4sovraTensTempo1" type="numIntero"/> <xs:element name="L11_4sovraTensTempo2" type="numIntero"/> <xs:element name="L11_4sovraTensTempo3" type="numIntero"/> <xs:element name="L11_4sottoTensSoglia1" type="numIntero"/> <xs:element name="L11_4sottoTensSoglia2" type="numIntero"/> <xs:element name="L11_4sottoTensSoglia3" type="numIntero"/> <xs:element name="L11_4sottoTensTempo1" type="numIntero"/> <xs:element name="L11_4sottoTensTempo2" type="numIntero"/> <xs:element name="L11_4sottoTensTempo3" type="numIntero"/> <xs:element name="L11_4tecnico" type="persona_fisica"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4data" type="data"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempAriaComb" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempH2Ouscita" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempH2Oingresso" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempH2Omotore" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempFumiValle" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4tempFumiMonte" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4potElettricaMorsetti" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_4emissioniCO" type="decimale1"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqSoglia1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqSoglia2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqSoglia3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqTempo1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqTempo2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraFreqTempo3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqSoglia1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqSoglia2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqSoglia3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqTempo1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqTempo2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoFreqTempo3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensSoglia1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensSoglia2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensSoglia3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensTempo1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensTempo2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sovraTensTempo3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensSoglia1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensSoglia2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensSoglia3" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensTempo1" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensTempo2" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4sottoTensTempo3" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale indirizzo civico comune provincia | ||
source | <xs:element name="L11_4tecnico" type="persona_fisica"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L8_1dataInstallazione L8_1dataDismissione L8_1fabbricante L8_1modello L8_1matricola L8_1capacita L8_1flagACS L8_1flagRiscald L8_1flagRaffresc L8_1flagCoibentSI | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowAC"> <xs:annotation> <xs:documentation> dati del Sistema di accumulo esterno al gruppo termico. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L8_1dataInstallazione" type="data"/> <xs:element name="L8_1dataDismissione" type="data" minOccurs="0"/> <xs:element name="L8_1fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L8_1modello" type="xs:string" minOccurs="0"/> <xs:element name="L8_1matricola" type="xs:string" minOccurs="0"/> <xs:element name="L8_1capacita" type="decimale1" minOccurs="0"/> <xs:element name="L8_1flagACS" type="xs:boolean"/> <xs:element name="L8_1flagRiscald" type="xs:boolean"/> <xs:element name="L8_1flagRaffresc" type="xs:boolean"/> <xs:element name="L8_1flagCoibentSI" type="xs:boolean"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L8_1dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L8_1dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L8_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L8_1modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L8_1matricola" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L8_1capacita" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L8_1flagACS" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L8_1flagRiscald" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L8_1flagRaffresc" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L8_1flagCoibentSI" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L4_2dataInstallazione L4_2dataDismissione L4_2fabbricante L4_2modello L4_2matricola L4_2tipologia L4_2combustibile L4_2portataTermMaxNom L4_2portataTermMinNom | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowBR"> <xs:annotation> <xs:documentation> dati del bruciatore collegato al gruppo termico </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_2dataInstallazione" type="data"/> <xs:element name="L4_2dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_2fabbricante" type="fabbricante"/> <xs:element name="L4_2modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_2matricola" type="xs:string" minOccurs="0"/> <xs:element name="L4_2tipologia" type="tipo_bruciatore"/> <xs:element name="L4_2combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L4_2portataTermMaxNom" type="numIntero" minOccurs="0"/> <xs:element name="L4_2portataTermMinNom" type="numIntero" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | fabbricante | ||
properties |
|
||
source | <xs:element name="L4_2fabbricante" type="fabbricante"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_2modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_2matricola" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipo_bruciatore | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2tipologia" type="tipo_bruciatore"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2combustibile" type="combustibile" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2portataTermMaxNom" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2portataTermMinNom" type="numIntero" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_4dataInstallazione L9_4dataDismissione L9_4lungCircuito L9_4superfScamb L9_4profInstallaz | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowCI"> <xs:annotation> <xs:documentation> dati dei circuiti di raffreddamento interrati </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_4dataInstallazione" type="data"/> <xs:element name="L9_4dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_4lungCircuito" type="decimale1" minOccurs="0"/> <xs:element name="L9_4superfScamb" type="decimale1" minOccurs="0"/> <xs:element name="L9_4profInstallaz" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_4dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_4dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_4lungCircuito" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_4superfScamb" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_4profInstallaz" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L6_4dataInstallazione L6_4dataDismissione L6_4fabbricante L6_4modello L6_4flagGiriVarSI L6_4potNominale | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowPC"> <xs:annotation> <xs:documentation> dati del pompe circolazione. L6_4GiriVarSI è 1 se la pompa è a Giri Variabili SI, 0 altimenti. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L6_4dataInstallazione" type="data"/> <xs:element name="L6_4dataDismissione" type="data" minOccurs="0"/> <xs:element name="L6_4fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L6_4modello" type="xs:string" minOccurs="0"/> <xs:element name="L6_4flagGiriVarSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_4potNominale" type="decimale1"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_4dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_4dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L6_4fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_4modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_4flagGiriVarSI" type="xs:boolean" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L6_4potNominale" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L4_3dataInstallazione L4_3dataDismissione L4_3fabbricante L4_3modello L4_3matricola L4_3potTermNomTot | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowRC"> <xs:annotation> <xs:documentation> dati del Recuperatore di calore collegato al gruppo termico </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_3dataInstallazione" type="data"/> <xs:element name="L4_3dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_3fabbricante" type="fabbricante"/> <xs:element name="L4_3modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_3matricola" type="xs:string" minOccurs="0"/> <xs:element name="L4_3potTermNomTot" type="numIntero"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | fabbricante | ||
properties |
|
||
source | <xs:element name="L4_3fabbricante" type="fabbricante"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_3modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_3matricola" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3potTermNomTot" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_6dataInstallazione L9_6dataDismissione L9_6tipologia L9_6flagInstallatoUTAindipendente L9_6portataVentMandata L9_6portataVentRipresa L9_6potenzaVentMandata L9_6potenzaVentRipresa | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowRCcal"> <xs:annotation> <xs:documentation> dati dei recuperatori calore intermedi L9_6flagInstallatoUTAindipendente vale 0 se installato in UTA o VMC, 1 se indipendente </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_6dataInstallazione" type="data"/> <xs:element name="L9_6dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_6tipologia" type="tipo_scambiatore" minOccurs="0"/> <xs:element name="L9_6flagInstallatoUTAindipendente" type="xs:boolean"/> <xs:element name="L9_6portataVentMandata" type="xs:decimal" minOccurs="0"/> <xs:element name="L9_6portataVentRipresa" type="xs:decimal" minOccurs="0"/> <xs:element name="L9_6potenzaVentMandata" type="xs:decimal"/> <xs:element name="L9_6potenzaVentRipresa" type="xs:decimal"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipo_scambiatore | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6tipologia" type="tipo_scambiatore" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L9_6flagInstallatoUTAindipendente" type="xs:boolean"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6portataVentMandata" type="xs:decimal" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6portataVentRipresa" type="xs:decimal" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="L9_6potenzaVentMandata" type="xs:decimal"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:decimal | ||
properties |
|
||
source | <xs:element name="L9_6potenzaVentRipresa" type="xs:decimal"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_2dataInstallazione L9_2dataDismissione L9_2fabbricante L9_2modello L9_2matricola L9_2numVentilatori L9_2tipoVentilatori | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowRV"> <xs:annotation> <xs:documentation> dati dei raffreddatori di liquido </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_2dataInstallazione" type="data"/> <xs:element name="L9_2dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_2fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L9_2modello" type="xs:string" minOccurs="0"/> <xs:element name="L9_2matricola" type="xs:string"/> <xs:element name="L9_2numVentilatori" type="numIntero"/> <xs:element name="L9_2tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_2fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_2modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L9_2matricola" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2numVentilatori" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipo_ventilatori | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_3dataInstallazione L9_3dataDismissione L9_3fabbricante L9_3modello | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowSCcal"> <xs:annotation> <xs:documentation> dati degli scambiatori di calore </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_3dataInstallazione" type="data"/> <xs:element name="L9_3dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_3fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L9_3modello" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_3dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_3dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_3fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_3modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L5_1dataInstallazioneSR L5_1dataDismissioneSR L5_1fabbricanteSR L5_1modelloSR L5_1numPuntiReg L5_1numLivTemp | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowSR"> <xs:annotation> <xs:documentation> dati dei sistemi di regolazione </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L5_1dataInstallazioneSR" type="data"/> <xs:element name="L5_1dataDismissioneSR" type="data" minOccurs="0"/> <xs:element name="L5_1fabbricanteSR" type="fabbricante"/> <xs:element name="L5_1modelloSR" type="xs:string"/> <xs:element name="L5_1numPuntiReg" type="numIntero"/> <xs:element name="L5_1numLivTemp" type="numIntero"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataInstallazioneSR" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataDismissioneSR" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | fabbricante | ||
properties |
|
||
source | <xs:element name="L5_1fabbricanteSR" type="fabbricante"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L5_1modelloSR" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1numPuntiReg" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1numLivTemp" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_1dataInstallazione L9_1dataDismissione L9_1fabbricante L9_1modello L9_1matricola L9_1capacitaNominale L9_1numVentilatori L9_1tipoVentilatori | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowTE"> <xs:annotation> <xs:documentation> dati delle torri evaporative </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_1dataInstallazione" type="data"/> <xs:element name="L9_1dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_1fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L9_1modello" type="xs:string" minOccurs="0"/> <xs:element name="L9_1matricola" type="xs:string"/> <xs:element name="L9_1capacitaNominale" type="decimale1" minOccurs="0"/> <xs:element name="L9_1numVentilatori" type="numIntero"/> <xs:element name="L9_1tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_1modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L9_1matricola" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_1capacitaNominale" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1numVentilatori" type="numIntero"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipo_ventilatori | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L9_5dataInstallazione L9_5dataDismissione L9_5fabbricante L9_5modello L9_5matricola L9_5portataVentMandata L9_5portataVentRipresa L9_5potenzaVentMandata L9_5potenzaVentRipresa | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowUT"> <xs:annotation> <xs:documentation> dati di sistemi di trattamento dell'aria </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L9_5dataInstallazione" type="data"/> <xs:element name="L9_5dataDismissione" type="data" minOccurs="0"/> <xs:element name="L9_5fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L9_5modello" type="xs:string" minOccurs="0"/> <xs:element name="L9_5matricola" type="xs:string"/> <xs:element name="L9_5portataVentMandata" type="decimale1" minOccurs="0"/> <xs:element name="L9_5portataVentRipresa" type="decimale1" minOccurs="0"/> <xs:element name="L9_5potenzaVentMandata" type="decimale1"/> <xs:element name="L9_5potenzaVentRipresa" type="decimale1"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_5dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_5dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_5fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_5modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L9_5matricola" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_5portataVentMandata" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_5portataVentRipresa" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_5potenzaVentMandata" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L9_5potenzaVentRipresa" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L6_3capacita L6_3apertochiuso | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowVE"> <xs:annotation> <xs:documentation> dati dei vasi di espansione L6_3vaso Aperto vale 1 se il vaso è aperto, 0 se chiuso. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L6_3capacita" type="decimale1"/> <xs:element name="L6_3apertochiuso"> <xs:complexType> <xs:annotation> <xs:documentation> il vaso può essere di tipo aperto o chiuso. Nel primo caso L6_3flagVasoAperto=1, nel secondo L6_3pressioneVasoChiuso indica la pressione del vaso chiuso. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L6_3flagVasoAperto" type="xs:boolean" fixed="true"/> <xs:element name="L6_3pressioneVasoChiuso" type="decimale1"/> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L6_3capacita" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L6_3flagVasoAperto L6_3pressioneVasoChiuso | ||
source | <xs:element name="L6_3apertochiuso"> <xs:complexType> <xs:annotation> <xs:documentation> il vaso può essere di tipo aperto o chiuso. Nel primo caso L6_3flagVasoAperto=1, nel secondo L6_3pressioneVasoChiuso indica la pressione del vaso chiuso. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L6_3flagVasoAperto" type="xs:boolean" fixed="true"/> <xs:element name="L6_3pressioneVasoChiuso" type="decimale1"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L6_3flagVasoAperto" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L6_3pressioneVasoChiuso" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L10_1dataInstallazione L10_1dataDismissione L10_1fabbricante L10_1modello L10_1tipo_ventilazione_meccanica L10_1maxPortataAria L10_1rendimentoRecupero | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowVM"> <xs:annotation> <xs:documentation> dati dei sistemi di ventilazione meccanica </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L10_1dataInstallazione" type="data"/> <xs:element name="L10_1dataDismissione" type="data" minOccurs="0"/> <xs:element name="L10_1fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L10_1modello" type="xs:string" minOccurs="0"/> <xs:element name="L10_1tipo_ventilazione_meccanica" type="tipo_ventilazione_meccanica"/> <xs:element name="L10_1maxPortataAria" type="decimale1"/> <xs:element name="L10_1rendimentoRecupero" type="rendimento"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L10_1dataInstallazione" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L10_1dataDismissione" type="data" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L10_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L10_1modello" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | tipo_ventilazione_meccanica | ||
properties |
|
||
children | L10_1flagSolaEstrazione L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati L10_1flagFlussoDoppioRecuperoTermodinamico L10_1descrAltro | ||
source | <xs:element name="L10_1tipo_ventilazione_meccanica" type="tipo_ventilazione_meccanica"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L10_1maxPortataAria" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L10_1rendimentoRecupero" type="rendimento"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L5_1dataInstallazioneVR L5_1dataDismissioneVR L5_1fabbricanteVR L5_1modelloVR L5_1numVie L5_1servomotore | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowVR"> <xs:annotation> <xs:documentation> dati delle valvole di regolazione </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L5_1dataInstallazioneVR" type="data"/> <xs:element name="L5_1dataDismissioneVR" type="data" minOccurs="0"/> <xs:element name="L5_1fabbricanteVR" type="fabbricante"/> <xs:element name="L5_1modelloVR" type="xs:string"/> <xs:element name="L5_1numVie" type="numIntero"/> <xs:element name="L5_1servomotore" type="xs:string"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataInstallazioneVR" type="data"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataDismissioneVR" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | fabbricante | ||
properties |
|
||
source | <xs:element name="L5_1fabbricanteVR" type="fabbricante"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L5_1modelloVR" type="xs:string"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | numIntero | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1numVie" type="numIntero"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L5_1servomotore" type="xs:string"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | interventi_CEE | ||
used by |
|
||
source | <xs:complexType name="scheda_12_interventi_CEE"> <xs:sequence> <xs:element name="interventi_CEE" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L12ditta" type="persona_giuridica"/> <xs:element name="L12data_rapporto" type="data"/> <xs:element name="L12flagRaccomandazioni" type="xs:boolean"/> <xs:element name="L12flagPrescrizioni" type="xs:boolean"/> <xs:element name="L12REA" type="REA"/> <xs:element name="L12tipo_RCEE" type="RCEE"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
properties |
|
||||||
children | L12ditta L12data_rapporto L12flagRaccomandazioni L12flagPrescrizioni L12REA L12tipo_RCEE | ||||||
source | <xs:element name="interventi_CEE" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L12ditta" type="persona_giuridica"/> <xs:element name="L12data_rapporto" type="data"/> <xs:element name="L12flagRaccomandazioni" type="xs:boolean"/> <xs:element name="L12flagPrescrizioni" type="xs:boolean"/> <xs:element name="L12REA" type="REA"/> <xs:element name="L12tipo_RCEE" type="RCEE"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | persona_giuridica | ||
properties |
|
||
children | ragione_sociale partita_IVA indirizzo civico comune provincia | ||
source | <xs:element name="L12ditta" type="persona_giuridica"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L12data_rapporto" type="data"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L12flagRaccomandazioni" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L12flagPrescrizioni" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | REA | ||
properties |
|
||
children | Sigla_Localita_Impresa numero_REA | ||
source | <xs:element name="L12REA" type="REA"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | RCEE | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L12tipo_RCEE" type="RCEE"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L10_1flagSolaEstrazione L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati L10_1flagFlussoDoppioRecuperoTermodinamico L10_1descrAltro | ||
used by |
|
||
source | <xs:complexType name="tipo_ventilazione_meccanica"> <xs:choice> <xs:element name="L10_1flagSolaEstrazione" type="xs:boolean" fixed="true"/> <xs:element name="L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati" type="xs:boolean" fixed="true"/> <xs:element name="L10_1flagFlussoDoppioRecuperoTermodinamico" type="xs:boolean" fixed="true"/> <xs:element name="L10_1descrAltro" type="xs:string"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L10_1flagSolaEstrazione" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L10_1flagFlussoDoppioRecuperoTermodinamico" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L10_1descrAltro" type="xs:string"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_3flagTrattamentoAssente L2_3altro_trattH2O | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O"> <xs:annotation> <xs:documentation> Il trattamento dell'acqua dell'impianto di climatizzazione può essere assente o se presente vanno riempiti gli elementi di altro_trattH2O. Nel caso di trattamento di addolcimento il flag è stato omesso e va inserito il valore della durezza dell'acqua perchè obbligatoria nel caso di addolcimento. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L2_3flagTrattamentoAssente" type="xs:boolean" fixed="true"/> <xs:element name="L2_3altro_trattH2O" type="altro_trattH2O"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_3flagTrattamentoAssente" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | altro_trattH2O | ||
properties |
|
||
children | L2_3flagFiltrazione L2_3AddolcimentoDurezzaTotaleH2O L2_3flagCondizChimico | ||
source | <xs:element name="L2_3altro_trattH2O" type="altro_trattH2O"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_4flagAssenteACS altro_tratt_ACS | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O_ACS"> <xs:annotation> <xs:documentation> Nel caso di trattamento di addolcimento il flag è stato omesso e va inserito il valore della durezza dell'acqua perchè obbligatoria nel caso di addolcimento. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L2_4flagAssenteACS" type="xs:boolean" fixed="true"/> <xs:element name="altro_tratt_ACS"> <xs:complexType> <xs:sequence> <xs:element name="L2_4flagFiltrazioneACS" type="xs:boolean"/> <xs:element name="L2_4flagCondizChimicoACS" type="xs:boolean"/> <xs:element name="L2_4AddolcimentoDurezzaTotaleH2OACS" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_4flagAssenteACS" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L2_4flagFiltrazioneACS L2_4flagCondizChimicoACS L2_4AddolcimentoDurezzaTotaleH2OACS | ||
source | <xs:element name="altro_tratt_ACS"> <xs:complexType> <xs:sequence> <xs:element name="L2_4flagFiltrazioneACS" type="xs:boolean"/> <xs:element name="L2_4flagCondizChimicoACS" type="xs:boolean"/> <xs:element name="L2_4AddolcimentoDurezzaTotaleH2OACS" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_4flagFiltrazioneACS" type="xs:boolean"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_4flagCondizChimicoACS" type="xs:boolean"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_4AddolcimentoDurezzaTotaleH2OACS" type="decimale1" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5flagAssente L2_5altro_tratt_H2O_climaEst | ||
used by |
|
||
source | <xs:complexType name="tratt_H2O_climaEst"> <xs:choice> <xs:element name="L2_5flagAssente" type="xs:boolean" fixed="true"/> <xs:element name="L2_5altro_tratt_H2O_climaEst"> <xs:complexType> <xs:sequence> <xs:element name="L2_5circuito_raffreddamento" type="tipo_circuito_raffreddamento" minOccurs="0"/> <xs:element name="L2_5origine_H2O_alimento" type="origine_H2O_alimento" minOccurs="0"/> <xs:element name="L2_5tratt_H2O_esist" type="tratt_H2O_esist" minOccurs="0"/> <xs:element name="L2_5gestione_torre_raff" type="gestione_torre_raff" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagAssente" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L2_5circuito_raffreddamento L2_5origine_H2O_alimento L2_5tratt_H2O_esist L2_5gestione_torre_raff | ||
source | <xs:element name="L2_5altro_tratt_H2O_climaEst"> <xs:complexType> <xs:sequence> <xs:element name="L2_5circuito_raffreddamento" type="tipo_circuito_raffreddamento" minOccurs="0"/> <xs:element name="L2_5origine_H2O_alimento" type="origine_H2O_alimento" minOccurs="0"/> <xs:element name="L2_5tratt_H2O_esist" type="tratt_H2O_esist" minOccurs="0"/> <xs:element name="L2_5gestione_torre_raff" type="gestione_torre_raff" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | tipo_circuito_raffreddamento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L2_5circuito_raffreddamento" type="tipo_circuito_raffreddamento" minOccurs="0"/> |
diagram | ![]() |
|||||||||
namespace | api_call_5 | |||||||||
type | origine_H2O_alimento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L2_5origine_H2O_alimento" type="origine_H2O_alimento" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | tratt_H2O_esist | ||||||
properties |
|
||||||
children | L2_5Filtrazione L2_5TrattamentoH2O L2_5CondizChimico | ||||||
source | <xs:element name="L2_5tratt_H2O_esist" type="tratt_H2O_esist" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | gestione_torre_raff | ||||||
properties |
|
||||||
children | L2_5conducibH2Oingresso L2_5taraturaSpurgo | ||||||
source | <xs:element name="L2_5gestione_torre_raff" type="gestione_torre_raff" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5Filtrazione L2_5TrattamentoH2O L2_5CondizChimico | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O_esist"> <xs:annotation> <xs:documentation> I flag filtrazione, trattamento acqua e condizionamento chimico presenti nel documento pdf D.M.10/2014 sono stati omessi e si intendono valorizzati in base alla scelta di un elemento nelle liste dei rispettivi trattamenti. Il flag interno ad essi chiamato nessun trattamento è stato omesso, nel caso si intenda la combinazione filtrazione e nessun trattamento, va omesso l'intera voce filtrazione. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L2_5Filtrazione" type="Filtrazione" minOccurs="0"/> <xs:element name="L2_5TrattamentoH2O" type="TrattamentoH2O" minOccurs="0"/> <xs:element name="L2_5CondizChimico" type="CondizChimico" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | Filtrazione | ||||||
properties |
|
||||||
children | L2_5flagFiltrazioneFiltrazioneSicurezza L2_5flagFiltrazioneFiltrazioneMasse L2_5DescrAltroFiltrazione | ||||||
source | <xs:element name="L2_5Filtrazione" type="Filtrazione" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | TrattamentoH2O | ||||||
properties |
|
||||||
children | L2_5flagTrattamentoAddolcimento L2_5flagTrattamentoOsmosiInversa L2_5flagTrattamentoDemineralizzazione L2_5DescrAltroTrattamentoH2O | ||||||
source | <xs:element name="L2_5TrattamentoH2O" type="TrattamentoH2O" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | api_call_5 | ||||||
type | CondizChimico | ||||||
properties |
|
||||||
children | L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva L2_5TflagCondizChimicoBiocida L2_5DescrAltroCondizChimico | ||||||
source | <xs:element name="L2_5CondizChimico" type="CondizChimico" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_3flagAssenteProtGelo L2_3flagGlicoleEtilenico L2_3flagGlicolePropilenico | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O_gelo"> <xs:annotation> <xs:documentation> Il trattamento dell'acqua per il gelo consente di scegliere il tipo di trattamento che è alternativo tra L2_3flagAssenteProtGelo=true (significa che non c'è trattamento), L2_3flagGlicoleEtilenico e L2_3flagGlicolePropilenico. Questi ultimi due sono composti a loro volta dai due tag specifici. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L2_3flagAssenteProtGelo" type="xs:boolean" fixed="true"/> <xs:element name="L2_3flagGlicoleEtilenico"> <xs:complexType> <xs:sequence> <xs:element name="L2_3percConcentrazEtilenico" type="decimale1"/> <xs:element name="L2_3PHconcentrazEtilenico" type="decimale1"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L2_3flagGlicolePropilenico"> <xs:complexType> <xs:sequence> <xs:element name="L2_3percConcentrazPropilenico" type="decimale1"/> <xs:element name="L2_3PHconcentrazPropilenico" type="decimale1"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_3flagAssenteProtGelo" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L2_3percConcentrazEtilenico L2_3PHconcentrazEtilenico | ||
source | <xs:element name="L2_3flagGlicoleEtilenico"> <xs:complexType> <xs:sequence> <xs:element name="L2_3percConcentrazEtilenico" type="decimale1"/> <xs:element name="L2_3PHconcentrazEtilenico" type="decimale1"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_3percConcentrazEtilenico" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_3PHconcentrazEtilenico" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
properties |
|
||
children | L2_3percConcentrazPropilenico L2_3PHconcentrazPropilenico | ||
source | <xs:element name="L2_3flagGlicolePropilenico"> <xs:complexType> <xs:sequence> <xs:element name="L2_3percConcentrazPropilenico" type="decimale1"/> <xs:element name="L2_3PHconcentrazPropilenico" type="decimale1"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_3percConcentrazPropilenico" type="decimale1"/> |
diagram | ![]() |
||||||||||||
namespace | api_call_5 | ||||||||||||
type | decimale1 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L2_3PHconcentrazPropilenico" type="decimale1"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
children | L2_5flagTrattamentoAddolcimento L2_5flagTrattamentoOsmosiInversa L2_5flagTrattamentoDemineralizzazione L2_5DescrAltroTrattamentoH2O | ||
used by |
|
||
source | <xs:complexType name="TrattamentoH2O"> <xs:choice> <xs:element name="L2_5flagTrattamentoAddolcimento" type="xs:boolean" fixed="true"/> <xs:element name="L2_5flagTrattamentoOsmosiInversa" type="xs:boolean" fixed="true"/> <xs:element name="L2_5flagTrattamentoDemineralizzazione" type="xs:boolean" fixed="true"/> <xs:element name="L2_5DescrAltroTrattamentoH2O" type="xs:string"/> </xs:choice> </xs:complexType> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagTrattamentoAddolcimento" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagTrattamentoOsmosiInversa" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||||
namespace | api_call_5 | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L2_5flagTrattamentoDemineralizzazione" type="xs:boolean" fixed="true"/> |
diagram | ![]() |
||
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L2_5DescrAltroTrattamentoH2O" type="xs:string"/> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="anno"> <xs:restriction base="xs:integer"> <xs:minExclusive value="1900"/> <xs:maxExclusive value="2100"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="CAP"> <xs:restriction base="xs:string"> <xs:length value="5"/> <xs:pattern value="[0-9]{5}"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="codice_fiscale"> <xs:annotation> <xs:documentation>Definizione secondo definizione AGID</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{11}"/> <xs:pattern value="[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="codice_istat_comune"> <xs:restriction base="xs:string"> <xs:length value="6"/> <xs:pattern value="[0-9]{6}"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="codice_provincia"> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{2}"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="combustibile"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Gas naturale 2 = GNL 3 = Gasolio 4 = GPL 5 = Olio combustibile 6 = Benzina 7 = Cippato 8 = Pellet 9 = Tronchetti 10 = Bricchette 11 = Legna 12 = Aria propanata 13 = Kerosene 14 = Propano 15 = Butano 16 = Biogas 17 = Biodiesel 18 = Altra biomassa liquida 19 = Altra biomassa gassosa 20 = Altra biomassa solida 21 = Energia termica (teleriscaldamento) 22 = Energia elettrica 23 = Policombustibile (biomassa-gas/gasolio) 24 = Carbone 25 = Nessuno dei precedenti </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="25"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="combustibilefiammadiretta"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Liquido 2 = Gassosso </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="2"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="controllo_compatibilita"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Si 2 = No 3 = NC </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="decimale1"> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="1"/> <xs:minInclusive value="-2000000000"/> <xs:maxInclusive value="2000000000"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="destinazioneUso"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Climatizzazione invernale 2 = Climatizzazione estiva 3 = ACS </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="dpr412"> <xs:annotation> <xs:documentation> Definizione secondo il Decreto del Presidente della Repubblica 412/93: 1 = E.1 Edifici adibiti a residenza e assimilabili 2 = E.2 Edifici adibiti a uffici e assimilabili: pubblici o privati, indipendenti o contigui a costruzioni adibite anche ad attivita' industriali o artigianali, purche' siano da tali costruzioni scorporabili agli effetti dell'isolamento termico; 3 = E.3 Edifici adibiti a ospedali, cliniche o case di cura e assimilabili ivi compresi quelli adibiti a ricovero o cura di minori o anziani nonche' le strutture protette per l'assistenza ed il recupero dei tossico-dipendenti e di altri soggetti affidati a servizi sociali pubblici; 4 = E.4 Edifici adibiti ad attivita' ricreative, associative o di culto e assimilabili 5 = E.5 Edifici adibiti ad attivita' commerciali e assimilabili: quali negozi, magazzini di vendita all'ingrosso o al minuto,supermercati, esposizioni; 6 = E.6 Edifici adibiti ad attivita' sportive 7 = E.7 Edifici adibiti ad attivita' scolastiche a tutti i livelli e assimilabili; 8 = E.8 Edifici adibiti ad attivita' industriali ed artigianali e assimilabili. </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="efficienzaFrigo"> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> <xs:minInclusive value="1.00"/> <xs:maxInclusive value="10.00"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||
type | xs:string | ||
properties |
|
||
used by |
|
||
source | <xs:simpleType name="fabbricante"> <xs:restriction base="xs:string"/> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="fluido_frigorigeno"> <xs:annotation> <xs:documentation> I tipi sono: 1 = R12 2 = R22 3 = R32 4 = R407C 5 = R410A 6 = R422D 7 = Altro </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="fluidoTermoVett"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Aria 2 = Acqua 3 = Acqua surriscaldata 4 = Vapore 5 = Olio diatermico 6 = Nessuno dei precedenti </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="intervento"> <xs:annotation> <xs:documentation> Le tipologie di intervento sono indicate in scheda 1: 1 = nuova installazione 2 = ristrutturazione 3 = compilazione libretto esistente (digitalizzazione di libretto cartaceo) 4 = sostituzione </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="numero_REA"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{6}"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="numIntero"> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="2000000000"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="origine_H2O_alimento"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Acquedotto 2 = Pozzo 3 = Acqua superficiale </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="partita_IVA"> <xs:restriction base="xs:string"> <xs:length value="11"/> <xs:pattern value="[0-9]{11}"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="portata"> <xs:annotation> <xs:documentation> Le tipologie di intervento sono indicate in scheda 1: 1 = m3/h 2 = Kg/h </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="2"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="RCEE"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="rendimento"> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="1"/> <xs:minInclusive value="0.0"/> <xs:maxInclusive value="200.0"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="ruolo_nominante"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Proprietario 2 = Amministratore 3 = Occupante </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="sorgente"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Aria 2 = Acqua </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="2"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipo_bruciatore"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Monostadio 2 = Pluristadio 3 = Modulare </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipo_circuito_raffreddamento"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Senza recupero termico 2 = A recupero termico parziale 3 = A recupero termico totale </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipo_scambiatore"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Statico a flusso incrociato 2 = Rotativo 3 = Termodinamico 4 = Passivo 5 = Altro </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipo_ventilatori"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Assiale 2 = Centrifugo 3 = Altro </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipoCogeneratore"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Motore endotermico 2 = Turbogas 3 = Caldaia cogenerativa 4 = Altro </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="tipoTermostato"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Termostato zona on-off 2 = Termostato zona proporzionale 3 = Controllo entalpico su serranda esterna 4 = Controllo portata aria variabile per aria canalizzata </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="titolo_responsabilita"> <xs:annotation> <xs:documentation> I tipi sono: 1 = Proprietario 2 = Amministratore 3 = Occupante 4 = Terzo responsabile </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |
namespace | api_call_5 | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="unita_misura_consumo"> <xs:annotation> <xs:documentation> Le tipologie di intervento sono indicate in scheda 1: 1 = Litri 2 = Kg 3 = Quintali 4 = Tonnellate 5 = Smc 6 = kWh </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> |