schema location: | libretto.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | libretto |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | versione L1_1dataIntervento L1_1tipoIntervento impianto | ||
annotation |
|
||
source | <xs:element name="libretto"> <xs:annotation> <xs:documentation> Il presente modello XSD rappresenta una schematizzazione del DM10febb2014-Allegato_I (libretto di impianto). i campi sono denominati laddove esiste un riferimento con il libretto con un codice numerico indicante la scheda e il punto corrispondente al libretto (es L1_1 rappresenta il punto 1 della scheda 1) per ogni unità immobiliare è previsto un solo libretto e per ogni libretto sono possibili N impianti. Questa versione è stata realizzata appositamente per supportare la fase di transizione tra il catasto degli impianti termici della Regione Puglia e il sistema ENEA. </xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation>Dati che sono univoci per il libretto, ovvero il punto 1.1 con il codice del catasto impianti termici, la data ed il tipo di installazione, nonchè gli N impianti che lo compongono. Il tag VersioneCorrente è richiesto per validare gli XML inviati, obbligatoriamente deve essere uguale al valore fissato. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.05"/> </xs:complexType> </xs:element> <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> <xs:element name="L1_1tipoIntervento" type="intervento" minOccurs="0"/> <xs:element name="impianto" type="impianto" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.05"/> </xs:complexType> </xs:element> |
type | xs:decimal | ||||
properties |
|
||||
source | <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.05"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | intervento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_1tipoIntervento" type="intervento" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | impianto | ||||||
properties |
|
||||||
children | scheda_1_dati_identificativi_impianto scheda_2_trattamento_acqua scheda_3_terzo_responsabile scheda_4_generatori scheda_5_sistemi_regolazione_contabilizzazione scheda_6_sistema_distribuzione scheda_7_emissione scheda_8_sistema_accumulo scheda_9_altriComponenti scheda_10_ventilazione scheda_11_1_VerificaGruppiTermici scheda_11_2_VerificaGruppiFrigo scheda_11_3_VerificaScambiatoreCalore scheda_11_4_VerificaCogeneratoriTrigeneratori scheda_12_interventi_CEE scheda_13_ispezione_autorita scheda_14_consumi_esercizi | ||||||
source | <xs:element name="impianto" type="impianto" minOccurs="1" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L2_3AddolcimentoDurezzaTotaleH2O" type="decimale1" minOccurs="0"/> <xs:element name="L2_3flagCondizChimico" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L2_3flagFiltrazione" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_3AddolcimentoDurezzaTotaleH2O" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L2_3flagCondizChimico" type="xs:boolean" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_1flagSingolo L4_1modulareAnalisiFumiPreviste L4_1flagTubo_radiante L4_1flagGen_aria_calda | ||
used by |
|
||
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) </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L4_1flagSingolo" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L4_1modulareAnalisiFumiPreviste" type="xs:integer" minOccurs="0"/> <xs:element name="L4_1flagTubo_radiante" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L4_1flagGen_aria_calda" type="xs:boolean" fixed="true" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L4_1flagSingolo" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_1modulareAnalisiFumiPreviste" type="xs:integer" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L4_1flagTubo_radiante" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L4_1flagGen_aria_calda" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva L2_5TflagCondizChimicoBiocida L2_5TflagCondizChimicoNessunTrattamento L2_5DescrAltroCondizChimico | ||
used by |
|
||
source | <xs:complexType name="CondizChimico"> <xs:choice> <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5TflagCondizChimicoBiocida" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5TflagCondizChimicoNessunTrattamento" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5DescrAltroCondizChimico" type="xs:string" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5TflagCondizChimicoBiocida" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5TflagCondizChimicoNessunTrattamento" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L2_5DescrAltroCondizChimico" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | consumo_combustibile energia_elettrica acqua_impianto_termico prodotti_chimici_trattamento_acqua | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="consumi_esercizi"> <xs:annotation> <xs:documentation> i consumi dichiarati in scheda 14 sono suddivisi per: combustibile, energia elettrica, acqua dell'impianto termico, prodotti chimici per il trattamento, in ognuno di queste sotto-elementi ci sono i rispettivi dati </xs:documentation> </xs:annotation> <xs:choice maxOccurs="unbounded"> <xs:element name="consumo_combustibile"> <xs:complexType> <xs:sequence> <xs:element name="L14_1combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L14_1unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_1annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_1annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_1acquisti" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1scortaLetturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1scortaLetturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="energia_elettrica"> <xs:complexType> <xs:sequence> <xs:element name="L14_2annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_2annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_2letturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_2letturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_2consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="acqua_impianto_termico"> <xs:complexType> <xs:sequence> <xs:element name="L14_3unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_3annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_3annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_3letturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_3letturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_3consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="prodotti_chimici_trattamento_acqua"> <xs:complexType> <xs:sequence> <xs:element name="L14_4annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_4annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_4prodottoChimico" type="xs:string" minOccurs="0"/> <xs:element name="L14_4unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_4consumo" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_4flagCircuitoImpiantoTermico" type="xs:boolean" minOccurs="0"/> <xs:element name="L14_4flagCircuitoACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L14_4flagCircuitoAusiliari" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L14_1combustibile L14_1unitaMisura L14_1annoIn L14_1annoFin L14_1acquisti L14_1scortaLetturaIn L14_1scortaLetturaFin L14_1consumo | ||
source | <xs:element name="consumo_combustibile"> <xs:complexType> <xs:sequence> <xs:element name="L14_1combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L14_1unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_1annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_1annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_1acquisti" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1scortaLetturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1scortaLetturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_1consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_1combustibile" type="combustibile" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | unita_misura_consumo | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_1unitaMisura" type="unita_misura_consumo" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_1annoIn" type="anno" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_1annoFin" type="anno" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_1acquisti" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_1scortaLetturaIn" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_1scortaLetturaFin" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_1consumo" type="xs:decimal" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L14_2annoIn L14_2annoFin L14_2letturaIn L14_2letturaFin L14_2consumo | ||
source | <xs:element name="energia_elettrica"> <xs:complexType> <xs:sequence> <xs:element name="L14_2annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_2annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_2letturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_2letturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_2consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_2annoIn" type="anno" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_2annoFin" type="anno" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_2letturaIn" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_2letturaFin" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_2consumo" type="xs:decimal" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L14_3unitaMisura L14_3annoIn L14_3annoFin L14_3letturaIn L14_3letturaFin L14_3consumo | ||
source | <xs:element name="acqua_impianto_termico"> <xs:complexType> <xs:sequence> <xs:element name="L14_3unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_3annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_3annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_3letturaIn" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_3letturaFin" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_3consumo" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | unita_misura_consumo | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_3unitaMisura" type="unita_misura_consumo" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_3annoIn" type="anno" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_3annoFin" type="anno" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_3letturaIn" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_3letturaFin" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_3consumo" type="xs:decimal" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L14_4annoIn L14_4annoFin L14_4prodottoChimico L14_4unitaMisura L14_4consumo L14_4flagCircuitoImpiantoTermico L14_4flagCircuitoACS L14_4flagCircuitoAusiliari | ||
source | <xs:element name="prodotti_chimici_trattamento_acqua"> <xs:complexType> <xs:sequence> <xs:element name="L14_4annoIn" type="anno" minOccurs="0"/> <xs:element name="L14_4annoFin" type="anno" minOccurs="0"/> <xs:element name="L14_4prodottoChimico" type="xs:string" minOccurs="0"/> <xs:element name="L14_4unitaMisura" type="unita_misura_consumo" minOccurs="0"/> <xs:element name="L14_4consumo" type="xs:decimal" minOccurs="0"/> <xs:element name="L14_4flagCircuitoImpiantoTermico" type="xs:boolean" minOccurs="0"/> <xs:element name="L14_4flagCircuitoACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L14_4flagCircuitoAusiliari" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_4annoIn" type="anno" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | anno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_4annoFin" type="anno" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L14_4prodottoChimico" type="xs:string" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | unita_misura_consumo | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L14_4unitaMisura" type="unita_misura_consumo" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L14_4consumo" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L14_4flagCircuitoImpiantoTermico" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L14_4flagCircuitoACS" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L14_4flagCircuitoAusiliari" type="xs:boolean" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L1_2codice_catastale_comune L1_2sezione L1_2foglio L1_2mappale_particella L1_2unitaimmobiliare | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="dati_catastali"> <xs:annotation> <xs:documentation> dati catastali che identificano l'immobile servito </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L1_2codice_catastale_comune" type="codice_catastale_comune" minOccurs="0"/> <xs:element name="L1_2sezione" type="xs:string" minOccurs="0"/> <xs:element name="L1_2foglio" type="xs:string" minOccurs="0"/> <xs:element name="L1_2mappale_particella" type="xs:string" minOccurs="0"/> <xs:element name="L1_2unitaimmobiliare" type="unitaimmobiliare" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | codice_catastale_comune | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2codice_catastale_comune" type="codice_catastale_comune" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2sezione" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2foglio" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2mappale_particella" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | unitaimmobiliare | ||||||
properties |
|
||||||
children | L1_2subalterno L1_2piano L1_2palazzo L1_2scala L1_2interno L1_2DPR412 L1_2codice_ape intestazione_elettrica intestazione_termica | ||||||
source | <xs:element name="L1_2unitaimmobiliare" type="unitaimmobiliare" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
children | L1_2indirizzo L1_2civico L1_2nome_comune L1_2nome_provincia L1_2flagSingolaUnitaImmobiliare datiCatastali | ||
used by |
|
||
source | <xs:complexType name="datiImmobile"> <xs:sequence> <xs:annotation> <xs:documentation>In assenza del codice libretto, inserire il codice dell'impianto (se esiste un solo impianto). Sono presenti i dati catastali ai quali l'indirizzo fa riferimento, è possibile inserire un unico indirizzo per lo stesso immobile e molteplici dati catastali associati ad esso (es. più subalterni). Il comune e la provincia sono ristretti con appositi elenchi. Il flag “singola unità immobiliare” indica che il libretto si riferisce ad impianti montati su un edificio composto da una singola unità immobiliare e non su un edificio composto da più unità immobiliari (appartamenti, uffici, ecc) </xs:documentation> </xs:annotation> <xs:element name="L1_2indirizzo" type="xs:string"/> <xs:element name="L1_2civico" type="xs:string" minOccurs="0"/> <xs:element name="L1_2nome_comune" type="comune"/> <xs:element name="L1_2nome_provincia" type="provincia"/> <xs:element name="L1_2flagSingolaUnitaImmobiliare" type="xs:boolean" minOccurs="0"/> <xs:element name="datiCatastali" type="dati_catastali" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L1_2indirizzo" type="xs:string"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2civico" type="xs:string" minOccurs="0"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | libretto | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | comune | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="L1_2nome_comune" type="comune"/> |
diagram | ||||||||||||||||||||||
namespace | libretto | |||||||||||||||||||||
type | provincia | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xs:element name="L1_2nome_provincia" type="provincia"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_2flagSingolaUnitaImmobiliare" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | dati_catastali | ||||||
properties |
|
||||||
children | L1_2codice_catastale_comune L1_2sezione L1_2foglio L1_2mappale_particella L1_2unitaimmobiliare | ||||||
source | <xs:element name="datiCatastali" type="dati_catastali" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
children | L2_5flagFiltrazioneFiltrazioneSicurezza L2_5flagFiltrazioneFiltrazioneMasse L2_5flagFiltrazioneNessunTrattamento L2_5DescrAltroFiltrazione | ||
used by |
|
||
source | <xs:complexType name="Filtrazione"> <xs:choice> <xs:element name="L2_5flagFiltrazioneFiltrazioneSicurezza" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5flagFiltrazioneFiltrazioneMasse" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5flagFiltrazioneNessunTrattamento" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5DescrAltroFiltrazione" type="xs:string" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagFiltrazioneFiltrazioneSicurezza" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagFiltrazioneFiltrazioneMasse" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagFiltrazioneNessunTrattamento" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L2_5DescrAltroFiltrazione" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L2_5taraturaSpurgo" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_5conducibH2Oingresso" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_5taraturaSpurgo" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | scheda_1_dati_identificativi_impianto scheda_2_trattamento_acqua scheda_3_terzo_responsabile scheda_4_generatori scheda_5_sistemi_regolazione_contabilizzazione scheda_6_sistema_distribuzione scheda_7_emissione scheda_8_sistema_accumulo scheda_9_altriComponenti scheda_10_ventilazione scheda_11_1_VerificaGruppiTermici scheda_11_2_VerificaGruppiFrigo scheda_11_3_VerificaScambiatoreCalore scheda_11_4_VerificaCogeneratoriTrigeneratori scheda_12_interventi_CEE scheda_13_ispezione_autorita scheda_14_consumi_esercizi | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="impianto"> <xs:annotation> <xs:documentation> Dati relativi all'impianto termico, questo elemento è composto dai seguenti sotto-elementi: scheda_1_dati_identificativi_impianto dati relativi all'edificio/immobile e dati catastali intestazione_elettrica intestazione_termica scheda_2_trattamento_acqua scheda_3_terzo_responsabile scheda_4_generatori scheda_5_sistemi_regolazione_contabilizzazione scheda_6_sistema_distribuzione scheda_7_emissione scheda_8_sistema_accumulo scheda_9_altriComponenti scheda_10_ventilazione scheda_11_1_VerificaGruppiTermici scheda_11_2_VerificaGruppiFrigo scheda_11_3_VerificaScambiatoreCalore scheda_11_4_VerificaCogeneratoriTrigeneratori scheda_12_interventi_CEE scheda_13_ispezione_autorita scheda_14_consumi_esercizi </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="scheda_1_dati_identificativi_impianto"> <xs:annotation> <xs:documentation> Nel libretto ministeriale il flag Altro al punto 1.3 è implicito se valorizzato il campo L1_3descrAltro. Analogamente vale per i flag Altro ai punti 1.4 e 1.5 con i campi L1_4flagAltro e L1_5descrAltro. I dati identificativi relativi all'unità immobiliare sono stati spostati all'interno dell'elemento L1_2datiImmobile. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_codice_impianto" type="xs:string"> <xs:annotation> <xs:documentation>In assenza del codice impianto, inserire il codice del libretto (se esiste un solo impianto).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="L1_2datiImmobile" type="datiImmobile"/> <xs:element name="L1_2volLordoRisc" type="decimale1" minOccurs="0"/> <xs:element name="L1_2volLordoRaffr" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagProdACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileACS" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagClimaInv" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileClimaInv" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagClimaEst" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileClimaEst" type="decimale1" minOccurs="0"/> <xs:element name="L1_3descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_4flagH2O" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_4flagAria" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_4descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagGeneratCombu" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagPompaCal" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagMaccFrigo" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagTelerisc" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagTeleraffr" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagCogener" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagPannelliSol" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5superfLordaTot" type="decimale1" minOccurs="0"/> <xs:element name="L1_5flagAltraIntegraz" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5potUtile" type="decimale1" minOccurs="0"/> <xs:element name="L1_5descrAltrIntegraz" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagClimaInv" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagClimaEst" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagProdACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5descrAltroPer" type="xs:string" minOccurs="0"/> <xs:element name="L1_6responsabile" type="persona_generica" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_2_trattamento_acqua" minOccurs="0"> <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" minOccurs="0"/> <xs:element name="L2_3sez_tratt_H2O_gelo" type="tratt_H2O_gelo" minOccurs="0"/> <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS" minOccurs="0"/> <xs:element name="L2_5sez_tratt_H2O_climaEst" type="tratt_H2O_climaEst" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_3_terzo_responsabile" minOccurs="0"> <xs:annotation> <xs:documentation> ogni nomina di un terzo responsabile ha sempre almeno una data di inizio (e talvolta la fine non è definita), nonchè l'identificativo (attraverso i tag persona_generica e persona_giuridica, ci sono il codice fiscale e/o la PIVA) delle figure nominate e nominante (e il ruolo di proprietario o amministratore che esegue la nomina), sono possibili infinite nomine, il campo CCIAA è sostituito dal campo L3_nominato_REA. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="terzo_responsabile" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L3_nominante" type="persona_generica" minOccurs="0"/> <xs:element name="L3_nominato" type="persona_giuridica" minOccurs="0"/> <xs:element name="L3_nominato_REA" type="REA" minOccurs="0"/> <xs:element name="L3_data_inizio_nomina" type="data" minOccurs="0"/> <xs:element name="L3_data_fine_nomina" type="data" minOccurs="0"/> <xs:element name="L3_ruolo_nominante" type="ruolo_nominante" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_4_generatori"> <xs:annotation> <xs:documentation> I singoli generatori vanno inseriti come nodo interno a questo elemento. Ci possono essere N generatori, ognuno diviso per tipologia: gruppotermico_caldaie GT gruppofrigo GF scambiatore SC cogeneratore CG solaretermico ST altrigeneratori AG ognuno di questi può essere sostituito nelle relative sezioni (es. sezGT, sezGF...) senza però che cambi il numero del gruppo (es. GT1, GT2,...). nel caso ci siano bruciatori BR o scambiatori di calore SC collegati al gruppo termico, la sezione relativa ai loro dati e al numero progressivo che li identifica si trova nel rowGT cui sono collegati </xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="gruppotermico_caldaie"> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="xs:integer"/> <xs:element name="rowGT" type="rowGT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="gruppofrigo"> <xs:complexType> <xs:sequence> <xs:element name="L4_4numGF" type="xs:integer"/> <xs:element name="rowGF" type="rowGF" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scambiatore"> <xs:complexType> <xs:sequence> <xs:element name="L4_5numSC" type="xs:integer"/> <xs:element name="rowSC" type="rowSC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="cogeneratore"> <xs:complexType> <xs:sequence> <xs:element name="L4_6numCG" type="xs:integer"/> <xs:element name="rowCG" type="rowCG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="solaretermico"> <xs:complexType> <xs:sequence> <xs:element name="L4_7numCS" type="xs:integer"/> <xs:element name="rowCS" type="rowCS" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="altrigeneratori"> <xs:complexType> <xs:sequence> <xs:element name="L4_8numAG" type="xs:integer"/> <xs:element name="rowAG" type="rowAG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="scheda_5_sistemi_regolazione_contabilizzazione" minOccurs="0"> <xs:annotation> <xs:documentation> Nei sistemi di regolazione e contabilizzazione si prevede che un singolo sistema di regolazione indipendente o una singola valvola possano essere sostituiti, per cui viene attribuito un numero progressivo al sistema (SR o VR) automaticamente. La scheda 5 è stata suddivisa nei sottoparagrafi, ognuno dei quali è opzionali. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:element name="L5_1valvoleRegolazione" type="rowVR" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_1flagRegInverter" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_3descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_4" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" 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:choice minOccurs="0" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true" minOccurs="0"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_4descrSistemaSost" type="xs:string" minOccurs="0"/> </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" minOccurs="0"> <xs:annotation> <xs:documentation> Nei sistemi di distribuzione si prevede l'eventuale sostituzione di vasi di espansione VE e pompe di circolazione PC, viene attribuito ad ognuno un numero progressivo dal sistema e i dati sono riportati nella sezione rowVE e rowPC (che possono ripetersi) </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L6_1flagVerticale" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1flagOrizzontale" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1flagCanaliAria" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L6_2flagCoibentSI" type="xs:boolean" minOccurs="0"/> <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="xs:integer" minOccurs="0"/> <xs:element name="rowVE" type="rowVE" minOccurs="0" 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="xs:integer" minOccurs="0"/> <xs:element name="rowPC" type="rowPC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_7_emissione" minOccurs="0"> <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" minOccurs="0"/> <xs:element name="L7_flagTermoConvett" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagVentilConvett" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagPannelRadianti" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagBocchette" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagStrisce" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagTravi" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagAltro" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_8_sistema_accumulo" minOccurs="0"> <xs:annotation> <xs:documentation> sistemi di accumulo se non incorporati nel gruppo termico. la scheda prevede la sostituzione del singolo gruppo di accumulo numerato progressivamente, mentre i dati sono riportati in rowAC </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="xs:integer" minOccurs="0"/> <xs:element name="rowAC" type="rowAC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_9_altriComponenti" minOccurs="0"> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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" minOccurs="0"> <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="xs:integer" minOccurs="0"/> <xs:element name="rowVM" type="rowVM" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_11_1_VerificaGruppiTermici" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su gruppi termici/caldaie </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaGruppiTermici" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_1numGT" type="xs:integer" minOccurs="0"/> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_11_2_VerificaGruppiFrigo" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su gruppi frigoriferi/pompe di calore </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaGruppiFrigo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_2numGF" type="xs:integer" minOccurs="0"/> <xs:element name="row11_2" type="row11_2" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_11_3_VerificaScambiatoreCalore" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su scambiatori di calore della sottostazione di teleriscaldamento/teleraffreddamento </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaScambiatoreCalore" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_3numSC" type="xs:integer" minOccurs="0"/> <xs:element name="row11_3" type="row11_3" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_11_4_VerificaCogeneratoriTrigeneratori" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su cogeneratori/trigeneratori </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaCogeneratoriTrigeneratori" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_4numCG" type="xs:integer" minOccurs="0"/> <xs:element name="row11_4" type="row11_4" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_12_interventi_CEE" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA) </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="interventi_CEE" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L12ditta" type="persona_giuridica" minOccurs="0"/> <xs:element name="L12data_rapporto" type="data" minOccurs="0"/> <xs:element name="L12flagRaccomandazioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12flagPrescrizioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12REA" type="REA" minOccurs="0"/> <xs:element name="L12tipo_RCEE" type="RCEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_13_ispezione_autorita" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA in caso ci siano raccomandazioni e/o prescrizioni il rispettivo attributo assume valore "true" </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ispezione_autorita" type="ispezione" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scheda_14_consumi_esercizi" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA in caso ci siano raccomandazioni e/o prescrizioni il rispettivo attributo assume valore "true" </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="consumi_esercizi" type="consumi_esercizi" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L1_codice_impianto L1_2datiImmobile L1_2volLordoRisc L1_2volLordoRaffr L1_3flagProdACS L1_3potUtileACS L1_3flagClimaInv L1_3potUtileClimaInv L1_3flagClimaEst L1_3potUtileClimaEst L1_3descrAltro L1_4flagH2O L1_4flagAria L1_4descrAltro L1_5flagGeneratCombu L1_5flagPompaCal L1_5flagMaccFrigo L1_5flagTelerisc L1_5flagTeleraffr L1_5flagCogener L1_5descrAltro L1_5flagPannelliSol L1_5superfLordaTot L1_5flagAltraIntegraz L1_5potUtile L1_5descrAltrIntegraz L1_5flagClimaInv L1_5flagClimaEst L1_5flagProdACS L1_5descrAltroPer L1_6responsabile | ||
annotation |
|
||
source | <xs:element name="scheda_1_dati_identificativi_impianto"> <xs:annotation> <xs:documentation> Nel libretto ministeriale il flag Altro al punto 1.3 è implicito se valorizzato il campo L1_3descrAltro. Analogamente vale per i flag Altro ai punti 1.4 e 1.5 con i campi L1_4flagAltro e L1_5descrAltro. I dati identificativi relativi all'unità immobiliare sono stati spostati all'interno dell'elemento L1_2datiImmobile. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_codice_impianto" type="xs:string"> <xs:annotation> <xs:documentation>In assenza del codice impianto, inserire il codice del libretto (se esiste un solo impianto).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="L1_2datiImmobile" type="datiImmobile"/> <xs:element name="L1_2volLordoRisc" type="decimale1" minOccurs="0"/> <xs:element name="L1_2volLordoRaffr" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagProdACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileACS" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagClimaInv" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileClimaInv" type="decimale1" minOccurs="0"/> <xs:element name="L1_3flagClimaEst" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_3potUtileClimaEst" type="decimale1" minOccurs="0"/> <xs:element name="L1_3descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_4flagH2O" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_4flagAria" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_4descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagGeneratCombu" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagPompaCal" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagMaccFrigo" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagTelerisc" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagTeleraffr" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagCogener" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5descrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagPannelliSol" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5superfLordaTot" type="decimale1" minOccurs="0"/> <xs:element name="L1_5flagAltraIntegraz" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5potUtile" type="decimale1" minOccurs="0"/> <xs:element name="L1_5descrAltrIntegraz" type="xs:string" minOccurs="0"/> <xs:element name="L1_5flagClimaInv" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagClimaEst" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5flagProdACS" type="xs:boolean" minOccurs="0"/> <xs:element name="L1_5descrAltroPer" type="xs:string" minOccurs="0"/> <xs:element name="L1_6responsabile" type="persona_generica" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="L1_codice_impianto" type="xs:string"> <xs:annotation> <xs:documentation>In assenza del codice impianto, inserire il codice del libretto (se esiste un solo impianto).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | libretto | ||
type | datiImmobile | ||
properties |
|
||
children | L1_2indirizzo L1_2civico L1_2nome_comune L1_2nome_provincia L1_2flagSingolaUnitaImmobiliare datiCatastali | ||
source | <xs:element name="L1_2datiImmobile" type="datiImmobile"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_2volLordoRisc" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_2volLordoRaffr" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_3flagProdACS" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_3potUtileACS" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_3flagClimaInv" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_3potUtileClimaInv" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_3flagClimaEst" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_3potUtileClimaEst" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_3descrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_4flagH2O" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_4flagAria" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_4descrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagGeneratCombu" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagPompaCal" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagMaccFrigo" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagTelerisc" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagTeleraffr" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagCogener" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_5descrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagPannelliSol" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_5superfLordaTot" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagAltraIntegraz" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L1_5potUtile" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_5descrAltrIntegraz" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagClimaInv" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagClimaEst" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L1_5flagProdACS" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_5descrAltroPer" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_generica | ||||||
properties |
|
||||||
children | persona_fisica persona_giuridica | ||||||
source | <xs:element name="L1_6responsabile" type="persona_generica" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <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" minOccurs="0"/> <xs:element name="L2_3sez_tratt_H2O_gelo" type="tratt_H2O_gelo" minOccurs="0"/> <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS" minOccurs="0"/> <xs:element name="L2_5sez_tratt_H2O_climaEst" type="tratt_H2O_climaEst" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_1contenutoH2OimpClima" type="decimale1"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_2durezzaTotaleH2O" type="decimale1"/> |
diagram | |||||||
namespace | libretto | ||||||
type | tratt_H2O | ||||||
properties |
|
||||||
children | L2_3flagTrattamentoAssente L2_3altro_trattH2O | ||||||
source | <xs:element name="L2_3sez_tratt_H2O" type="tratt_H2O" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | tratt_H2O_ACS | ||||||
properties |
|
||||||
children | L2_4flagAssenteACS altro_tratt_ACS | ||||||
source | <xs:element name="L2_4sez_tratt_H2O_ACS" type="tratt_H2O_ACS" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | terzo_responsabile | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_3_terzo_responsabile" minOccurs="0"> <xs:annotation> <xs:documentation> ogni nomina di un terzo responsabile ha sempre almeno una data di inizio (e talvolta la fine non è definita), nonchè l'identificativo (attraverso i tag persona_generica e persona_giuridica, ci sono il codice fiscale e/o la PIVA) delle figure nominate e nominante (e il ruolo di proprietario o amministratore che esegue la nomina), sono possibili infinite nomine, il campo CCIAA è sostituito dal campo L3_nominato_REA. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="terzo_responsabile" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L3_nominante" type="persona_generica" minOccurs="0"/> <xs:element name="L3_nominato" type="persona_giuridica" minOccurs="0"/> <xs:element name="L3_nominato_REA" type="REA" minOccurs="0"/> <xs:element name="L3_data_inizio_nomina" type="data" minOccurs="0"/> <xs:element name="L3_data_fine_nomina" type="data" minOccurs="0"/> <xs:element name="L3_ruolo_nominante" type="ruolo_nominante" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L3_nominante L3_nominato L3_nominato_REA L3_data_inizio_nomina L3_data_fine_nomina L3_ruolo_nominante | ||||||
source | <xs:element name="terzo_responsabile" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L3_nominante" type="persona_generica" minOccurs="0"/> <xs:element name="L3_nominato" type="persona_giuridica" minOccurs="0"/> <xs:element name="L3_nominato_REA" type="REA" minOccurs="0"/> <xs:element name="L3_data_inizio_nomina" type="data" minOccurs="0"/> <xs:element name="L3_data_fine_nomina" type="data" minOccurs="0"/> <xs:element name="L3_ruolo_nominante" type="ruolo_nominante" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_generica | ||||||
properties |
|
||||||
children | persona_fisica persona_giuridica | ||||||
source | <xs:element name="L3_nominante" type="persona_generica" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_giuridica | ||||||
properties |
|
||||||
children | ragione_sociale partita_IVA | ||||||
source | <xs:element name="L3_nominato" type="persona_giuridica" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | REA | ||||||
properties |
|
||||||
children | Sigla_Localita_Impresa numero_REA | ||||||
source | <xs:element name="L3_nominato_REA" type="REA" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L3_data_inizio_nomina" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L3_data_fine_nomina" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | ruolo_nominante | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L3_ruolo_nominante" type="ruolo_nominante" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | gruppotermico_caldaie gruppofrigo scambiatore cogeneratore solaretermico altrigeneratori | ||
annotation |
|
||
source | <xs:element name="scheda_4_generatori"> <xs:annotation> <xs:documentation> I singoli generatori vanno inseriti come nodo interno a questo elemento. Ci possono essere N generatori, ognuno diviso per tipologia: gruppotermico_caldaie GT gruppofrigo GF scambiatore SC cogeneratore CG solaretermico ST altrigeneratori AG ognuno di questi può essere sostituito nelle relative sezioni (es. sezGT, sezGF...) senza però che cambi il numero del gruppo (es. GT1, GT2,...). nel caso ci siano bruciatori BR o scambiatori di calore SC collegati al gruppo termico, la sezione relativa ai loro dati e al numero progressivo che li identifica si trova nel rowGT cui sono collegati </xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="gruppotermico_caldaie"> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="xs:integer"/> <xs:element name="rowGT" type="rowGT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="gruppofrigo"> <xs:complexType> <xs:sequence> <xs:element name="L4_4numGF" type="xs:integer"/> <xs:element name="rowGF" type="rowGF" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="scambiatore"> <xs:complexType> <xs:sequence> <xs:element name="L4_5numSC" type="xs:integer"/> <xs:element name="rowSC" type="rowSC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="cogeneratore"> <xs:complexType> <xs:sequence> <xs:element name="L4_6numCG" type="xs:integer"/> <xs:element name="rowCG" type="rowCG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="solaretermico"> <xs:complexType> <xs:sequence> <xs:element name="L4_7numCS" type="xs:integer"/> <xs:element name="rowCS" type="rowCS" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="altrigeneratori"> <xs:complexType> <xs:sequence> <xs:element name="L4_8numAG" type="xs:integer"/> <xs:element name="rowAG" type="rowAG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_1numGT rowGT | ||
source | <xs:element name="gruppotermico_caldaie"> <xs:complexType> <xs:sequence> <xs:element name="L4_1numGT" type="xs:integer"/> <xs:element name="rowGT" type="rowGT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_1numGT" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowGT | ||||||
properties |
|
||||||
children | L4_1dataInstallazione L4_1dataDismissione L4_1fabbricante L4_1modello L4_1matricola L4_1combustibile L4_1fluidoTermoVett L4_1potTermUtileMax L4_1rendimTermUtileMax L4_1attributiGT accessori_gruppotermico_caldaie | ||||||
source | <xs:element name="rowGT" type="rowGT" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_4numGF rowGF | ||
source | <xs:element name="gruppofrigo"> <xs:complexType> <xs:sequence> <xs:element name="L4_4numGF" type="xs:integer"/> <xs:element name="rowGF" type="rowGF" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_4numGF" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowGF | ||||||
properties |
|
||||||
children | L4_4dataInstallazione L4_4dataDismissione L4_4fabbricante L4_4modello L4_4matricola L4_4flagSorgEsterna L4_4fluidoFrigo L4_4flagFluidoUtenza L4_4tipoScambioFrigo L4_4tipoLiquidoGassoso L4_4numeroCircuiti sezRaffreddamentoFrigo sezRiscaldamentoFrigo | ||||||
source | <xs:element name="rowGF" type="rowGF" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_5numSC rowSC | ||
source | <xs:element name="scambiatore"> <xs:complexType> <xs:sequence> <xs:element name="L4_5numSC" type="xs:integer"/> <xs:element name="rowSC" type="rowSC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_5numSC" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowSC | ||||||
properties |
|
||||||
children | L4_5dataInstallazione L4_5dataDismissione L4_5fabbricante L4_5modello L4_5matricola L4_5potTermNomTot | ||||||
source | <xs:element name="rowSC" type="rowSC" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_6numCG rowCG | ||
source | <xs:element name="cogeneratore"> <xs:complexType> <xs:sequence> <xs:element name="L4_6numCG" type="xs:integer"/> <xs:element name="rowCG" type="rowCG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_6numCG" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowCG | ||||||
properties |
|
||||||
children | L4_6dataInstallazione L4_6dataDismissione L4_6fabbricante L4_6modello L4_6matricola L4_6tipologia L4_6combustibile L4_6potTermNom L4_6potElettrNom L4_6tempAcquaUscitaMIN L4_6tempAcquaUscitaMAX L4_6tempFumiValleMIN L4_6tempFumiValleMAX L4_6tempAcquaIngressoMIN L4_6tempAcquaIngressoMAX L4_6tempFumiMonteMIN L4_6tempFumiMonteMAX L4_6tempAcquaMotoreMIN L4_6tempAcquaMotoreMAX L4_6emissioniMonossidoMIN L4_6emissioniMonossidoMAX | ||||||
source | <xs:element name="rowCG" type="rowCG" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_7numCS rowCS | ||
source | <xs:element name="solaretermico"> <xs:complexType> <xs:sequence> <xs:element name="L4_7numCS" type="xs:integer"/> <xs:element name="rowCS" type="rowCS" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_7numCS" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowCS | ||||||
properties |
|
||||||
children | L4_7dataInstallazione L4_7dataDismissione L4_7fabbricante L4_7numeroCollettori L4_7superfTotApertura | ||||||
source | <xs:element name="rowCS" type="rowCS" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_8numAG rowAG | ||
source | <xs:element name="altrigeneratori"> <xs:complexType> <xs:sequence> <xs:element name="L4_8numAG" type="xs:integer"/> <xs:element name="rowAG" type="rowAG" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_8numAG" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowAG | ||||||
properties |
|
||||||
children | L4_8dataInstallazione L4_8dataDismissione L4_8fabbricante L4_8modello L4_8matricola L4_8tipologia L4_8potUtile | ||||||
source | <xs:element name="rowAG" type="rowAG" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <xs:annotation> <xs:documentation> Nei sistemi di regolazione e contabilizzazione si prevede che un singolo sistema di regolazione indipendente o una singola valvola possano essere sostituiti, per cui viene attribuito un numero progressivo al sistema (SR o VR) automaticamente. La scheda 5 è stata suddivisa nei sottoparagrafi, ognuno dei quali è opzionali. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:element name="L5_1valvoleRegolazione" type="rowVR" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_1flagRegInverter" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_3descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="L5_4" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" 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:choice minOccurs="0" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true" minOccurs="0"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_4descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L5_1flagRegolazioneON" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L5_1flagSistemaRegolazioneCurvaIntegrata" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowSR | ||||||
properties |
|
||||||
children | L5_1dataInstallazioneSR L5_1dataDismissioneSR L5_1fabbricanteSR L5_1modelloSR L5_1numPuntiReg L5_1numLivTemp | ||||||
source | <xs:element name="L5_1flagSistemaRegolazioneCurvaIndipendente" type="rowSR" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_1flagRegMultiGrad" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_1flagRegInverter" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_1descrAltriSistRegPrim" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> <xs:element name="L5_2flagValvTermostSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean" minOccurs="0"/> <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipoTermostato | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_2termostato" type="tipoTermostato" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_2flagValvTermostSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_2flagValvDueVieSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_2flagValvTreVieSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_2note" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_3descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_3flagTeleLetturaSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_3flagTeleGestioneSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_3descrSistemaIniziale" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> <xs:element name="L5_3descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_3dataSostituzione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_3descrSistemaSost" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L5_4ContabilizzazioneUISI L5_4flagSistemaDiretto L5_4descrSistema L5_4SistemaSostituto | ||||||
source | <xs:element name="L5_4" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L5_4ContabilizzazioneUISI" 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:choice minOccurs="0" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true" minOccurs="0"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L5_4descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L5_4flagRiscald L5_4flagRaffresc L5_4flagACS | ||||||
annotation |
|
||||||
source | <xs:element name="L5_4ContabilizzazioneUISI" 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:choice minOccurs="0" maxOccurs="3"> <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true" minOccurs="0"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L5_4flagRiscald" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L5_4flagRaffresc" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L5_4flagACS" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L5_4flagSistemaDiretto" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_4descrSistema" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> <xs:element name="L5_4descrSistemaSost" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_4dataSostituzione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_4descrSistemaSost" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <xs:annotation> <xs:documentation> Nei sistemi di distribuzione si prevede l'eventuale sostituzione di vasi di espansione VE e pompe di circolazione PC, viene attribuito ad ognuno un numero progressivo dal sistema e i dati sono riportati nella sezione rowVE e rowPC (che possono ripetersi) </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L6_1flagVerticale" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1flagOrizzontale" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1flagCanaliAria" type="xs:boolean" minOccurs="0"/> <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> <xs:element name="L6_2flagCoibentSI" type="xs:boolean" minOccurs="0"/> <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="xs:integer" minOccurs="0"/> <xs:element name="rowVE" type="rowVE" minOccurs="0" 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="xs:integer" minOccurs="0"/> <xs:element name="rowPC" type="rowPC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_1flagVerticale" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_1flagOrizzontale" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_1flagCanaliAria" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_1DescrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_2flagCoibentSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_2note" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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="xs:integer" minOccurs="0"/> <xs:element name="rowVE" type="rowVE" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L6_3numVE" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowVE | ||||||
properties |
|
||||||
children | L6_3capacita L6_3apertochiuso | ||||||
source | <xs:element name="rowVE" type="rowVE" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
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="xs:integer" minOccurs="0"/> <xs:element name="rowPC" type="rowPC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L6_4numPC" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowPC | ||||||
properties |
|
||||||
children | L6_4dataInstallazione L6_4dataDismissione L6_4fabbricante L6_4modello L6_4flagGiriVarSI L6_4potNominale | ||||||
source | <xs:element name="rowPC" type="rowPC" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <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" minOccurs="0"/> <xs:element name="L7_flagTermoConvett" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagVentilConvett" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagPannelRadianti" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagBocchette" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagStrisce" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagTravi" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_flagAltro" type="xs:boolean" minOccurs="0"/> <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagRadiatori" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagTermoConvett" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagVentilConvett" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagPannelRadianti" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagBocchette" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagStrisce" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagTravi" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L7_flagAltro" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L7_descrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | sistema_accumulo | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_8_sistema_accumulo" minOccurs="0"> <xs:annotation> <xs:documentation> sistemi di accumulo se non incorporati nel gruppo termico. la scheda prevede la sostituzione del singolo gruppo di accumulo numerato progressivamente, mentre i dati sono riportati in rowAC </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="xs:integer" minOccurs="0"/> <xs:element name="rowAC" type="rowAC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L8_1numAC rowAC | ||||||
source | <xs:element name="sistema_accumulo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L8_1numAC" type="xs:integer" minOccurs="0"/> <xs:element name="rowAC" type="rowAC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L8_1numAC" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <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="xs:integer"/> <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L9_1numTE rowTE | ||
source | <xs:element name="L9_1_AltriComponentiTE"> <xs:complexType> <xs:sequence> <xs:element name="L9_1numTE" type="xs:integer"/> <xs:element name="rowTE" type="rowTE" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_1numTE" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||
properties |
|
||
children | L9_2numRV rowRV | ||
source | <xs:element name="L9_2_AltriComponentiRV"> <xs:complexType> <xs:sequence> <xs:element name="L9_2numRV" type="xs:integer"/> <xs:element name="rowRV" type="rowRV" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_2numRV" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||
properties |
|
||
children | L9_3numSCcal rowSCcal | ||
source | <xs:element name="L9_3_AltriComponentiSC"> <xs:complexType> <xs:sequence> <xs:element name="L9_3numSCcal" type="xs:integer"/> <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_3numSCcal" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowSCcal | ||||||
properties |
|
||||||
children | L9_3dataInstallazione L9_3dataDismissione L9_3fabbricante L9_3modello | ||||||
source | <xs:element name="rowSCcal" type="rowSCcal" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L9_4numCI rowCI | ||
source | <xs:element name="L9_4_AltriComponentiCI"> <xs:complexType> <xs:sequence> <xs:element name="L9_4numCI" type="xs:integer"/> <xs:element name="rowCI" type="rowCI" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_4numCI" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||
properties |
|
||
children | L9_5numUT rowUT | ||
source | <xs:element name="L9_5_AltriComponentiUT"> <xs:complexType> <xs:sequence> <xs:element name="L9_5numUT" type="xs:integer"/> <xs:element name="rowUT" type="rowUT" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_5numUT" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||
properties |
|
||
children | L9_6numRCcal rowRCcal | ||
source | <xs:element name="L9_6_AltriComponentiRC"> <xs:complexType> <xs:sequence> <xs:element name="L9_6numRCcal" type="xs:integer"/> <xs:element name="rowRCcal" type="rowRCcal" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L9_6numRCcal" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||||||
properties |
|
||||||
children | L10_1VentilazMeccanicaVM | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_10_ventilazione" minOccurs="0"> <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="xs:integer" minOccurs="0"/> <xs:element name="rowVM" type="rowVM" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L10_1numVM rowVM | ||||||
source | <xs:element name="L10_1VentilazMeccanicaVM" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L10_1numVM" type="xs:integer" minOccurs="0"/> <xs:element name="rowVM" type="rowVM" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L10_1numVM" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | VerificaGruppiTermici | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_11_1_VerificaGruppiTermici" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su gruppi termici/caldaie </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaGruppiTermici" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_1numGT" type="xs:integer" minOccurs="0"/> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L11_1numGT L11_1flagNormaUNI10389 L11_1altraNorma row11_1 | ||||||
source | <xs:element name="VerificaGruppiTermici" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_1numGT" type="xs:integer" minOccurs="0"/> <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> <xs:element name="row11_1" type="row11_1" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1numGT" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagNormaUNI10389" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L11_1altraNorma" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | VerificaGruppiFrigo | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_11_2_VerificaGruppiFrigo" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su gruppi frigoriferi/pompe di calore </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaGruppiFrigo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_2numGF" type="xs:integer" minOccurs="0"/> <xs:element name="row11_2" type="row11_2" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L11_2numGF row11_2 | ||||||
source | <xs:element name="VerificaGruppiFrigo" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_2numGF" type="xs:integer" minOccurs="0"/> <xs:element name="row11_2" type="row11_2" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_2numGF" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | row11_2 | ||||||
properties |
|
||||||
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 | ||||||
source | <xs:element name="row11_2" type="row11_2" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | VerificaScambiatoreCalore | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_11_3_VerificaScambiatoreCalore" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su scambiatori di calore della sottostazione di teleriscaldamento/teleraffreddamento </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaScambiatoreCalore" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_3numSC" type="xs:integer" minOccurs="0"/> <xs:element name="row11_3" type="row11_3" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L11_3numSC row11_3 | ||||||
source | <xs:element name="VerificaScambiatoreCalore" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_3numSC" type="xs:integer" minOccurs="0"/> <xs:element name="row11_3" type="row11_3" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_3numSC" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | row11_3 | ||||||
properties |
|
||||||
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 | ||||||
source | <xs:element name="row11_3" type="row11_3" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | VerificaCogeneratoriTrigeneratori | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_11_4_VerificaCogeneratoriTrigeneratori" minOccurs="0"> <xs:annotation> <xs:documentation> risultati della verifica effettuata dall'installatore e delle verifiche periodiche successive effettuate dal manutentore su cogeneratori/trigeneratori </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="VerificaCogeneratoriTrigeneratori" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_4numCG" type="xs:integer" minOccurs="0"/> <xs:element name="row11_4" type="row11_4" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L11_4numCG row11_4 | ||||||
source | <xs:element name="VerificaCogeneratoriTrigeneratori" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L11_4numCG" type="xs:integer" minOccurs="0"/> <xs:element name="row11_4" type="row11_4" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4numCG" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | row11_4 | ||||||
properties |
|
||||||
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 | ||||||
source | <xs:element name="row11_4" type="row11_4" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | interventi_CEE | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_12_interventi_CEE" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA) </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="interventi_CEE" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="L12ditta" type="persona_giuridica" minOccurs="0"/> <xs:element name="L12data_rapporto" type="data" minOccurs="0"/> <xs:element name="L12flagRaccomandazioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12flagPrescrizioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12REA" type="REA" minOccurs="0"/> <xs:element name="L12tipo_RCEE" type="RCEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> <xs:element name="L12data_rapporto" type="data" minOccurs="0"/> <xs:element name="L12flagRaccomandazioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12flagPrescrizioni" type="xs:boolean" minOccurs="0"/> <xs:element name="L12REA" type="REA" minOccurs="0"/> <xs:element name="L12tipo_RCEE" type="RCEE" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_giuridica | ||||||
properties |
|
||||||
children | ragione_sociale partita_IVA | ||||||
source | <xs:element name="L12ditta" type="persona_giuridica" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L12data_rapporto" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L12flagRaccomandazioni" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L12flagPrescrizioni" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | REA | ||||||
properties |
|
||||||
children | Sigla_Localita_Impresa numero_REA | ||||||
source | <xs:element name="L12REA" type="REA" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | RCEE | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L12tipo_RCEE" type="RCEE" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | ispezione_autorita | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_13_ispezione_autorita" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA in caso ci siano raccomandazioni e/o prescrizioni il rispettivo attributo assume valore "true" </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ispezione_autorita" type="ispezione" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | ispezione | ||||||
properties |
|
||||||
children | L13flagEsitoIspezione L13dataIspezione L13ispettore L13nomeAutoritaCompetente L13noteIspezione L13numeroRapportoProva | ||||||
source | <xs:element name="ispezione_autorita" type="ispezione" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | consumi_esercizi | ||||||
annotation |
|
||||||
source | <xs:element name="scheda_14_consumi_esercizi" minOccurs="0"> <xs:annotation> <xs:documentation> interventi di controllo efficienza energetica, la ditta incaricata è identificata a mezzo di PIVA e n°REA (che sostituisce il codice CCIAA in caso ci siano raccomandazioni e/o prescrizioni il rispettivo attributo assume valore "true" </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="consumi_esercizi" type="consumi_esercizi" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
namespace | libretto | ||||||
type | consumi_esercizi | ||||||
properties |
|
||||||
children | consumo_combustibile energia_elettrica acqua_impianto_termico prodotti_chimici_trattamento_acqua | ||||||
source | <xs:element name="consumi_esercizi" type="consumi_esercizi" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
children | L13flagEsitoIspezione L13dataIspezione L13ispettore L13nomeAutoritaCompetente L13noteIspezione L13numeroRapportoProva | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ispezione"> <xs:annotation> <xs:documentation> questo elemento contiene i dati dell'ispezione a cura dell'autorità competente o organismo esterno tale autorità viene identificata solo a mezzo della ragione sociale, mentre l'ispettore solo tramite identificativo_persona_generica dove si compila il CF l'esito positivo dell'ispezione viene indicato con esito_ipezione=1 </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L13flagEsitoIspezione" type="xs:boolean" minOccurs="0"/> <xs:element name="L13dataIspezione" type="data" minOccurs="0"/> <xs:element name="L13ispettore" type="persona_fisica" minOccurs="0"/> <xs:element name="L13nomeAutoritaCompetente" type="xs:string" minOccurs="0"/> <xs:element name="L13noteIspezione" type="xs:string" minOccurs="0"/> <xs:element name="L13numeroRapportoProva" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L13flagEsitoIspezione" type="xs:boolean" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L13dataIspezione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_fisica | ||||||
properties |
|
||||||
children | nome cognome codice_fiscale | ||||||
source | <xs:element name="L13ispettore" type="persona_fisica" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L13nomeAutoritaCompetente" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L13noteIspezione" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L13numeroRapportoProva" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | nome cognome codice_fiscale | ||
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:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="nome" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="cognome" type="xs:string" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | codice_fiscale | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="codice_fiscale" type="codice_fiscale"/> |
diagram | |||
namespace | libretto | ||
children | persona_fisica persona_giuridica | ||
used by |
|
||
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 | libretto | ||
type | persona_fisica | ||
properties |
|
||
children | nome cognome codice_fiscale | ||
source | <xs:element name="persona_fisica" type="persona_fisica"/> |
diagram | |||
namespace | libretto | ||
type | persona_giuridica | ||
properties |
|
||
children | ragione_sociale partita_IVA | ||
source | <xs:element name="persona_giuridica" type="persona_giuridica"/> |
diagram | |||
namespace | libretto | ||
children | ragione_sociale partita_IVA | ||
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:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="ragione_sociale" type="xs:string" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | partita_IVA | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="partita_IVA" type="partita_IVA"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="numero_REA" type="numero_REA" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | libretto | ||||||
type | codice_provincia | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="Sigla_Localita_Impresa" type="codice_provincia" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | numero_REA | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="numero_REA" type="numero_REA" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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, il dato dell'NOX è opzionale </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L11_1data" type="data" minOccurs="0"/> <xs:element name="L11_1moduloTermico" type="xs:integer" 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="xs:integer" minOccurs="0"/> <xs:element name="L11_1bacharach2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_1bacharach3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_1COfumiSecchi" type="xs:integer" 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="xs:integer" 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" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1data" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1moduloTermico" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1portataTermicaEffettiva" type="decimale1" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1combustibile" type="combustibile" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1tempFumi" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1tempAria" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1O2" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1CO2" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1bacharach1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1bacharach2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1bacharach3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1COfumiSecchi" type="xs:integer" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | portata | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_1portataCombustibile" type="portata" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1valorePortata" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_1COfumiSecchiSenzaAria" type="xs:integer" minOccurs="0"/> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1rendimCombustione" type="rendimento" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoIndBacharach" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoLimiteCOfumiSecchi" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L11_1rendimentoLegge" type="rendimento" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_1flagRispettoRendimentoMinimo" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_1nox" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_fisica | ||||||
properties |
|
||||||
children | nome cognome codice_fiscale | ||||||
source | <xs:element name="L11_1tecnico" type="persona_fisica" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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 | ||
used by |
|
||
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" minOccurs="0"/> <xs:element name="L11_2flagAssenzaPerdite" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_2flagRaffrescamento" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_2flagRiscaldamento" type="xs:boolean" minOccurs="0"/> <xs:element name="L11_2numCircuito" type="xs:integer" 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" minOccurs="0"/> <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" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_2data" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagAssenzaPerdite" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagRaffrescamento" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagRiscaldamento" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_2numCircuito" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2surrisc" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tSottoRaffr" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tCondens" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tEvaporaz" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tIngLatoEst" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tUscLatoEst" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tIngLatoUtenze" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tUscLatoUtenze" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tUscFluido" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tBulboUmido" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tIngFluidoSorg" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tUscFluidoSorg" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tIngFluidoMacc" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2tUscFluidoMacc" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_2potenzaAss" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagFiltriPuliti" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L11_2flagVerificaSuperata" type="xs:boolean" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_2dataRipristino" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_fisica | ||||||
properties |
|
||||||
children | nome cognome codice_fiscale | ||||||
source | <xs:element name="L11_2tecnico" type="persona_fisica" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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 | ||
used by |
|
||
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" minOccurs="0"/> <xs:element name="L11_3tempEsterna" type="decimale1" minOccurs="0"/> <xs:element name="L11_3tempMandPrimario" type="decimale1" minOccurs="0"/> <xs:element name="L11_3tempRitPrimario" type="decimale1" minOccurs="0"/> <xs:element name="L11_3tempMandSecond" type="decimale1" minOccurs="0"/> <xs:element name="L11_3tempRitSecond" type="decimale1" minOccurs="0"/> <xs:element name="L11_3portataFluidoPrim" type="decimale1" minOccurs="0"/> <xs:element name="L11_3potTermica" type="decimale1" minOccurs="0"/> <xs:element name="L11_3flagPotenzaCompatibile" type="controllo_compatibilita" minOccurs="0"/> <xs:element name="L11_3flagStatoCoibentazioni" type="controllo_compatibilita" minOccurs="0"/> <xs:element name="L11_3flagDispositiviRegolazione" type="controllo_compatibilita" minOccurs="0"/> <xs:element name="L11_3tecnico" type="persona_fisica" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3data" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3tempEsterna" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3tempMandPrimario" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3tempRitPrimario" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3tempMandSecond" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3tempRitSecond" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3portataFluidoPrim" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_3potTermica" type="decimale1" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagPotenzaCompatibile" type="controllo_compatibilita" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagStatoCoibentazioni" type="controllo_compatibilita" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | controllo_compatibilita | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_3flagDispositiviRegolazione" type="controllo_compatibilita" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_fisica | ||||||
properties |
|
||||||
children | nome cognome codice_fiscale | ||||||
source | <xs:element name="L11_3tecnico" type="persona_fisica" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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 | ||
used by |
|
||
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" minOccurs="0"/> <xs:element name="L11_4tempAriaComb" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempH2Ouscita" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempH2Oingresso" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempH2Omotore" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempFumiValle" type="decimale1" minOccurs="0"/> <xs:element name="L11_4tempFumiMonte" type="decimale1" minOccurs="0"/> <xs:element name="L11_4potElettricaMorsetti" type="decimale1" minOccurs="0"/> <xs:element name="L11_4emissioniCO" type="decimale1" minOccurs="0"/> <xs:element name="L11_4sovraFreqSoglia1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraFreqSoglia2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraFreqSoglia3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraFreqTempo1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraFreqTempo2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraFreqTempo3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqSoglia1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqSoglia2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqSoglia3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqTempo1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqTempo2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoFreqTempo3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensSoglia1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensSoglia2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensSoglia3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensTempo1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensTempo2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sovraTensTempo3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensSoglia1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensSoglia2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensSoglia3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensTempo1" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensTempo2" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4sottoTensTempo3" type="xs:integer" minOccurs="0"/> <xs:element name="L11_4tecnico" type="persona_fisica" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L11_4data" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempAriaComb" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempH2Ouscita" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempH2Oingresso" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempH2Omotore" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempFumiValle" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4tempFumiMonte" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4potElettricaMorsetti" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L11_4emissioniCO" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqSoglia1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqSoglia2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqSoglia3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqTempo1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqTempo2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraFreqTempo3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqSoglia1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqSoglia2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqSoglia3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqTempo1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqTempo2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoFreqTempo3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensSoglia1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensSoglia2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensSoglia3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensTempo1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensTempo2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sovraTensTempo3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensSoglia1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensSoglia2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensSoglia3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensTempo1" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensTempo2" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L11_4sottoTensTempo3" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | persona_fisica | ||||||
properties |
|
||||||
children | nome cognome codice_fiscale | ||||||
source | <xs:element name="L11_4tecnico" type="persona_fisica" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L8_1flagRiscald" type="xs:boolean" minOccurs="0"/> <xs:element name="L8_1flagRaffresc" type="xs:boolean" minOccurs="0"/> <xs:element name="L8_1flagCoibentSI" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L8_1dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L8_1dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L8_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L8_1modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L8_1matricola" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L8_1capacita" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L8_1flagACS" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L8_1flagRiscald" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L8_1flagRaffresc" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L8_1flagCoibentSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_8dataInstallazione L4_8dataDismissione L4_8fabbricante L4_8modello L4_8matricola L4_8tipologia L4_8potUtile | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowAG"> <xs:annotation> <xs:documentation> dati di altri generatori </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_8dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_8dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_8fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_8modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_8matricola" type="xs:string"/> <xs:element name="L4_8tipologia" type="xs:string" minOccurs="0"/> <xs:element name="L4_8potUtile" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_8dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_8dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_8fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_8modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_8matricola" type="xs:string"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_8tipologia" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_8potUtile" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L4_2dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_2fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_2modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_2matricola" type="xs:string"/> <xs:element name="L4_2tipologia" type="tipo_bruciatore" minOccurs="0"/> <xs:element name="L4_2combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L4_2portataTermMaxNom" type="xs:integer" minOccurs="0"/> <xs:element name="L4_2portataTermMinNom" type="xs:integer" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_2fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_2modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_2matricola" type="xs:string"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipo_bruciatore | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2tipologia" type="tipo_bruciatore" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_2combustibile" type="combustibile" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_2portataTermMaxNom" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_2portataTermMinNom" type="xs:integer" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_6dataInstallazione L4_6dataDismissione L4_6fabbricante L4_6modello L4_6matricola L4_6tipologia L4_6combustibile L4_6potTermNom L4_6potElettrNom L4_6tempAcquaUscitaMIN L4_6tempAcquaUscitaMAX L4_6tempFumiValleMIN L4_6tempFumiValleMAX L4_6tempAcquaIngressoMIN L4_6tempAcquaIngressoMAX L4_6tempFumiMonteMIN L4_6tempFumiMonteMAX L4_6tempAcquaMotoreMIN L4_6tempAcquaMotoreMAX L4_6emissioniMonossidoMIN L4_6emissioniMonossidoMAX | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowCG"> <xs:annotation> <xs:documentation> dati del cogeneratore/trigeneratore </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_6dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_6dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_6fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_6modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_6matricola" type="xs:string"/> <xs:element name="L4_6tipologia" type="tipoCogeneratore" minOccurs="0"/> <xs:element name="L4_6combustibile" type="combustibile"/> <xs:element name="L4_6potTermNom" type="xs:decimal" minOccurs="0"/> <xs:element name="L4_6potElettrNom" type="xs:decimal" minOccurs="0"/> <xs:element name="L4_6tempAcquaUscitaMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempAcquaUscitaMAX" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempFumiValleMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempFumiValleMAX" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempAcquaIngressoMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempAcquaIngressoMAX" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempFumiMonteMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempFumiMonteMAX" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempAcquaMotoreMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6tempAcquaMotoreMAX" type="decimale1" minOccurs="0"/> <xs:element name="L4_6emissioniMonossidoMIN" type="decimale1" minOccurs="0"/> <xs:element name="L4_6emissioniMonossidoMAX" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_6dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_6dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_6fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_6modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_6matricola" type="xs:string"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipoCogeneratore | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_6tipologia" type="tipoCogeneratore" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_6combustibile" type="combustibile"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L4_6potTermNom" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L4_6potElettrNom" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaUscitaMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaUscitaMAX" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempFumiValleMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempFumiValleMAX" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaIngressoMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaIngressoMAX" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempFumiMonteMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempFumiMonteMAX" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaMotoreMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6tempAcquaMotoreMAX" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6emissioniMonossidoMIN" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_6emissioniMonossidoMAX" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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 | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_4dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_4dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_4lungCircuito" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_4superfScamb" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_4profInstallaz" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_7dataInstallazione L4_7dataDismissione L4_7fabbricante L4_7numeroCollettori L4_7superfTotApertura | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowCS"> <xs:annotation> <xs:documentation> dati del solare termico </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_7dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_7dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_7fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_7numeroCollettori" type="xs:integer" minOccurs="0"/> <xs:element name="L4_7superfTotApertura" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_7dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_7dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_7fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_7numeroCollettori" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_7superfTotApertura" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_4dataInstallazione L4_4dataDismissione L4_4fabbricante L4_4modello L4_4matricola L4_4flagSorgEsterna L4_4fluidoFrigo L4_4flagFluidoUtenza L4_4tipoScambioFrigo L4_4tipoLiquidoGassoso L4_4numeroCircuiti sezRaffreddamentoFrigo sezRiscaldamentoFrigo | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowGF"> <xs:annotation> <xs:documentation> dati del gruppo frigo/pompa di calore, la sorgente esterna e il fluido lato utenza (L4_4flagSorgEsterna - L4_4flagFluidoUtenza ) valgono "true" se aria, vale "false" se acqua nel caso il assorbimento a fiamma diretta con combustibile va indicato se il combustibile è liquido o gassoso </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_4dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_4dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_4fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_4modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_4matricola" type="xs:string"/> <xs:element name="L4_4flagSorgEsterna" type="xs:boolean" minOccurs="0"/> <xs:element name="L4_4fluidoFrigo" type="fluido_frigorigeno" minOccurs="0"/> <xs:element name="L4_4flagFluidoUtenza" type="xs:boolean" minOccurs="0"/> <xs:element name="L4_4tipoScambioFrigo" minOccurs="0"> <xs:complexType> <xs:choice> <xs:element name="L4_4flagAssorbimentoRecCalore" type="xs:boolean" fixed="true"/> <xs:element name="L4_4FiammaDirettaLiquidoGassoso" type="xs:boolean" fixed="true"/> <xs:element name="L4_4CicliCompressione" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="L4_4tipoLiquidoGassoso" type="combustibilefiammadiretta" minOccurs="0"/> <xs:element name="L4_4numeroCircuiti" type="xs:integer" minOccurs="0"/> <xs:element name="sezRaffreddamentoFrigo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L4_4raffrescam" type="efficienzaFrigo" minOccurs="0"/> <xs:element name="L4_4potFrigoNom" type="decimale1" minOccurs="0"/> <xs:element name="L4_4potFrigoAssorb" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sezRiscaldamentoFrigo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L4_4riscaldam" type="efficienzaFrigo" minOccurs="0"/> <xs:element name="L4_4potTermNom" type="decimale1" minOccurs="0"/> <xs:element name="L4_4potTermAssorb" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_4dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_4dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_4fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_4modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_4matricola" type="xs:string"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L4_4flagSorgEsterna" type="xs:boolean" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | fluido_frigorigeno | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_4fluidoFrigo" type="fluido_frigorigeno" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L4_4flagFluidoUtenza" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L4_4flagAssorbimentoRecCalore L4_4FiammaDirettaLiquidoGassoso L4_4CicliCompressione | ||||||
source | <xs:element name="L4_4tipoScambioFrigo" minOccurs="0"> <xs:complexType> <xs:choice> <xs:element name="L4_4flagAssorbimentoRecCalore" type="xs:boolean" fixed="true"/> <xs:element name="L4_4FiammaDirettaLiquidoGassoso" type="xs:boolean" fixed="true"/> <xs:element name="L4_4CicliCompressione" type="xs:boolean" fixed="true"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||
namespace | libretto | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_4flagAssorbimentoRecCalore" type="xs:boolean" fixed="true"/> |
diagram | |||||
namespace | libretto | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_4FiammaDirettaLiquidoGassoso" type="xs:boolean" fixed="true"/> |
diagram | |||||
namespace | libretto | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L4_4CicliCompressione" type="xs:boolean" fixed="true"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibilefiammadiretta | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_4tipoLiquidoGassoso" type="combustibilefiammadiretta" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_4numeroCircuiti" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L4_4raffrescam L4_4potFrigoNom L4_4potFrigoAssorb | ||||||
source | <xs:element name="sezRaffreddamentoFrigo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L4_4raffrescam" type="efficienzaFrigo" minOccurs="0"/> <xs:element name="L4_4potFrigoNom" type="decimale1" minOccurs="0"/> <xs:element name="L4_4potFrigoAssorb" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | efficienzaFrigo | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L4_4raffrescam" type="efficienzaFrigo" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_4potFrigoNom" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_4potFrigoAssorb" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L4_4riscaldam L4_4potTermNom L4_4potTermAssorb | ||||||
source | <xs:element name="sezRiscaldamentoFrigo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="L4_4riscaldam" type="efficienzaFrigo" minOccurs="0"/> <xs:element name="L4_4potTermNom" type="decimale1" minOccurs="0"/> <xs:element name="L4_4potTermAssorb" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | efficienzaFrigo | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L4_4riscaldam" type="efficienzaFrigo" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_4potTermNom" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_4potTermAssorb" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_1dataInstallazione L4_1dataDismissione L4_1fabbricante L4_1modello L4_1matricola L4_1combustibile L4_1fluidoTermoVett L4_1potTermUtileMax L4_1rendimTermUtileMax L4_1attributiGT accessori_gruppotermico_caldaie | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowGT"> <xs:annotation> <xs:documentation> dati relativi al generatore termico o caldaia, nell'elemento accessori_gruppotermico_caldaie c'è la possibilità di inserire i bruciatori e scambiatori con le rispettive sostituzioni </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_1dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_1dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_1fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_1modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_1matricola" type="xs:string"/> <xs:element name="L4_1combustibile" type="combustibile" minOccurs="0"/> <xs:element name="L4_1fluidoTermoVett" type="fluidoTermoVett" minOccurs="0"/> <xs:element name="L4_1potTermUtileMax" type="decimale1" minOccurs="0"/> <xs:element name="L4_1rendimTermUtileMax" type="rendimento" minOccurs="0"/> <xs:element name="L4_1attributiGT" type="attributiGT" minOccurs="0"/> <xs:element name="accessori_gruppotermico_caldaie" minOccurs="0"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="sezBR"> <xs:complexType> <xs:sequence> <xs:element name="L4_2numBR" type="xs:integer"/> <xs:element name="rowBR" type="rowBR" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sezRC"> <xs:complexType> <xs:sequence> <xs:element name="L4_3numRC" type="xs:integer"/> <xs:element name="rowRC" type="rowRC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_1modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_1matricola" type="xs:string"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | combustibile | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1combustibile" type="combustibile" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | fluidoTermoVett | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_1fluidoTermoVett" type="fluidoTermoVett" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_1potTermUtileMax" type="decimale1" minOccurs="0"/> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L4_1rendimTermUtileMax" type="rendimento" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | attributiGT | ||||||
properties |
|
||||||
children | L4_1flagSingolo L4_1modulareAnalisiFumiPreviste L4_1flagTubo_radiante L4_1flagGen_aria_calda | ||||||
source | <xs:element name="L4_1attributiGT" type="attributiGT" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | sezBR sezRC | ||||||
source | <xs:element name="accessori_gruppotermico_caldaie" minOccurs="0"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="sezBR"> <xs:complexType> <xs:sequence> <xs:element name="L4_2numBR" type="xs:integer"/> <xs:element name="rowBR" type="rowBR" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="sezRC"> <xs:complexType> <xs:sequence> <xs:element name="L4_3numRC" type="xs:integer"/> <xs:element name="rowRC" type="rowRC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_2numBR rowBR | ||
source | <xs:element name="sezBR"> <xs:complexType> <xs:sequence> <xs:element name="L4_2numBR" type="xs:integer"/> <xs:element name="rowBR" type="rowBR" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_2numBR" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
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" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
properties |
|
||
children | L4_3numRC rowRC | ||
source | <xs:element name="sezRC"> <xs:complexType> <xs:sequence> <xs:element name="L4_3numRC" type="xs:integer"/> <xs:element name="rowRC" type="rowRC" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L4_3numRC" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | rowRC | ||||||
properties |
|
||||||
children | L4_3dataInstallazione L4_3dataDismissione L4_3fabbricante L4_3modello L4_3matricola L4_3potTermNomTot | ||||||
source | <xs:element name="rowRC" type="rowRC" maxOccurs="unbounded"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_4dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L6_4dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L6_4fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L6_4modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L6_4flagGiriVarSI" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L6_4potNominale" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L4_3dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_3fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_3modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_3matricola" type="xs:string"/> <xs:element name="L4_3potTermNomTot" type="xs:integer" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_3dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_3fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_3modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_3matricola" type="xs:string"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L4_3potTermNomTot" type="xs:integer" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L9_6potenzaVentRipresa" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6dataDismissione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipo_scambiatore | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_6tipologia" type="tipo_scambiatore" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="L9_6flagInstallatoUTAindipendente" type="xs:boolean" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6portataVentMandata" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6portataVentRipresa" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6potenzaVentMandata" type="xs:decimal" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:decimal | ||||||
properties |
|
||||||
source | <xs:element name="L9_6potenzaVentRipresa" type="xs:decimal" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L9_2numVentilatori" type="xs:integer" minOccurs="0"/> <xs:element name="L9_2tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_2fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_2modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_2matricola" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L9_2numVentilatori" type="xs:integer" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipo_ventilatori | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_2tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L4_5dataInstallazione L4_5dataDismissione L4_5fabbricante L4_5modello L4_5matricola L4_5potTermNomTot | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="rowSC"> <xs:annotation> <xs:documentation> dati dello scambiatore di calore per teleriscaldamento o teleraffrescamento </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L4_5dataInstallazione" type="data" minOccurs="0"/> <xs:element name="L4_5dataDismissione" type="data" minOccurs="0"/> <xs:element name="L4_5fabbricante" type="fabbricante" minOccurs="0"/> <xs:element name="L4_5modello" type="xs:string" minOccurs="0"/> <xs:element name="L4_5matricola" type="xs:string"/> <xs:element name="L4_5potTermNomTot" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_5dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L4_5dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L4_5fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L4_5modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L4_5matricola" type="xs:string"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L4_5potTermNomTot" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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 | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_3dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_3dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_3fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_3modello" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L5_1dataDismissioneSR" type="data" minOccurs="0"/> <xs:element name="L5_1fabbricanteSR" type="fabbricante" minOccurs="0"/> <xs:element name="L5_1modelloSR" type="xs:string" minOccurs="0"/> <xs:element name="L5_1numPuntiReg" type="xs:integer" minOccurs="0"/> <xs:element name="L5_1numLivTemp" type="xs:integer" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataInstallazioneSR" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataDismissioneSR" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L5_1fabbricanteSR" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_1modelloSR" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L5_1numPuntiReg" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L5_1numLivTemp" type="xs:integer" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L9_1capacitaNominale" type="decimale1" minOccurs="0"/> <xs:element name="L9_1numVentilatori" type="xs:integer" minOccurs="0"/> <xs:element name="L9_1tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_1modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_1matricola" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_1capacitaNominale" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L9_1numVentilatori" type="xs:integer" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | tipo_ventilatori | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_1tipoVentilatori" type="tipo_ventilatori" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L9_5potenzaVentRipresa" type="decimale1" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_5dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L9_5dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L9_5fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_5modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L9_5matricola" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_5portataVentMandata" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_5portataVentRipresa" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_5potenzaVentMandata" type="decimale1" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L9_5potenzaVentRipresa" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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 | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L6_3capacita" type="decimale1"/> |
diagram | |||
namespace | libretto | ||
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 | libretto | ||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="L6_3flagVasoAperto" type="xs:boolean" fixed="true"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L6_3pressioneVasoChiuso" type="decimale1"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <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" minOccurs="0"/> <xs:element name="L10_1maxPortataAria" type="decimale1" minOccurs="0"/> <xs:element name="L10_1rendimentoRecupero" type="rendimento" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L10_1dataInstallazione" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L10_1dataDismissione" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L10_1fabbricante" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L10_1modello" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L10_1maxPortataAria" type="decimale1" minOccurs="0"/> |
diagram | |||||||||||||
namespace | libretto | ||||||||||||
type | rendimento | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:element name="L10_1rendimentoRecupero" type="rendimento" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L5_1dataDismissioneVR" type="data" minOccurs="0"/> <xs:element name="L5_1fabbricanteVR" type="fabbricante" minOccurs="0"/> <xs:element name="L5_1modelloVR" type="xs:string" minOccurs="0"/> <xs:element name="L5_1numVie" type="xs:integer" minOccurs="0"/> <xs:element name="L5_1servomotore" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataInstallazioneVR" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L5_1dataDismissioneVR" type="data" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | fabbricante | ||||||
properties |
|
||||||
source | <xs:element name="L5_1fabbricanteVR" type="fabbricante" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_1modelloVR" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:integer | ||||||
properties |
|
||||||
source | <xs:element name="L5_1numVie" type="xs:integer" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L5_1servomotore" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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" minOccurs="0"/> <xs:element name="L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L10_1flagFlussoDoppioRecuperoTermodinamico" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L10_1descrAltro" type="xs:string" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L10_1flagSolaEstrazione" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L10_1flagFlussoDoppioRecuperoScambiatoreFlussiIncrociati" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L10_1flagFlussoDoppioRecuperoTermodinamico" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L10_1descrAltro" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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_tratt. 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" minOccurs="0"/> <xs:element name="L2_3altro_trattH2O" type="altro_trattH2O" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_3flagTrattamentoAssente" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | altro_trattH2O | ||||||
properties |
|
||||||
children | L2_3flagFiltrazione L2_3AddolcimentoDurezzaTotaleH2O L2_3flagCondizChimico | ||||||
source | <xs:element name="L2_3altro_trattH2O" type="altro_trattH2O" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L2_4flagAssenteACS altro_tratt_ACS | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O_ACS"> <xs:annotation> <xs:documentation> Il trattamento dell'acqua calda sanitaria può essere assente o se presente vanno riempiti gli elementi di altro_tratt. 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" minOccurs="0"/> <xs:element name="altro_tratt_ACS" minOccurs="0"> <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 | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_4flagAssenteACS" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L2_4flagFiltrazioneACS L2_4flagCondizChimicoACS L2_4AddolcimentoDurezzaTotaleH2OACS | ||||||
source | <xs:element name="altro_tratt_ACS" minOccurs="0"> <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 | libretto | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_4flagFiltrazioneACS" type="xs:boolean"/> |
diagram | |||
namespace | libretto | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:element name="L2_4flagCondizChimicoACS" type="xs:boolean"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_4AddolcimentoDurezzaTotaleH2OACS" type="decimale1" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L2_5flagAssente L2_5altro_tratt_H2O_climaEst | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="tratt_H2O_climaEst"> <xs:annotation> <xs:documentation> Il trattamento dell'acqua per l'impianto di climatizzazione estivo può essere assente o se presente vanno riempiti gli elementi di altro_tratt. </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L2_5flagAssente" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5altro_tratt_H2O_climaEst" minOccurs="0"> <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 | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagAssente" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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" minOccurs="0"> <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 | libretto | |||||||||
type | tipo_circuito_raffreddamento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L2_5circuito_raffreddamento" type="tipo_circuito_raffreddamento" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | origine_H2O_alimento | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L2_5origine_H2O_alimento" type="origine_H2O_alimento" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
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 | libretto | ||||||
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 | libretto | ||
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. </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 | libretto | ||||||
type | Filtrazione | ||||||
properties |
|
||||||
children | L2_5flagFiltrazioneFiltrazioneSicurezza L2_5flagFiltrazioneFiltrazioneMasse L2_5flagFiltrazioneNessunTrattamento L2_5DescrAltroFiltrazione | ||||||
source | <xs:element name="L2_5Filtrazione" type="Filtrazione" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | TrattamentoH2O | ||||||
properties |
|
||||||
children | L2_5flagTrattamentoAddolcimento L2_5flagTrattamentoOsmosiInversa L2_5flagTrattamentoDemineralizzazione L2_5flagNessunTrattamentH2O L2_5DescrAltroTrattamentoH2O | ||||||
source | <xs:element name="L2_5TrattamentoH2O" type="TrattamentoH2O" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | CondizChimico | ||||||
properties |
|
||||||
children | L2_5TflagCondizChimicoPrevalenteAzioneAntincrostante L2_5TflagCondizChimicoPrevalenteAzioneAnticorrosiva L2_5TflagCondizChimicoAzioneAntincrostanteAnticorrosiva L2_5TflagCondizChimicoBiocida L2_5TflagCondizChimicoNessunTrattamento L2_5DescrAltroCondizChimico | ||||||
source | <xs:element name="L2_5CondizChimico" type="CondizChimico" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
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 può essere assente o se presente vanno riempiti gli elementi seguenti </xs:documentation> </xs:annotation> <xs:choice> <xs:element name="L2_3flagAssenteProtGelo" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_3flagGlicoleEtilenico" minOccurs="0"> <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" minOccurs="0"> <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 | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_3flagAssenteProtGelo" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L2_3percConcentrazEtilenico L2_3PHconcentrazEtilenico | ||||||
source | <xs:element name="L2_3flagGlicoleEtilenico" minOccurs="0"> <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 | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_3percConcentrazEtilenico" type="decimale1"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_3PHconcentrazEtilenico" type="decimale1"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L2_3percConcentrazPropilenico L2_3PHconcentrazPropilenico | ||||||
source | <xs:element name="L2_3flagGlicolePropilenico" minOccurs="0"> <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 | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_3percConcentrazPropilenico" type="decimale1"/> |
diagram | |||||||
namespace | libretto | ||||||
type | decimale1 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="L2_3PHconcentrazPropilenico" type="decimale1"/> |
diagram | |||
namespace | libretto | ||
children | L2_5flagTrattamentoAddolcimento L2_5flagTrattamentoOsmosiInversa L2_5flagTrattamentoDemineralizzazione L2_5flagNessunTrattamentH2O L2_5DescrAltroTrattamentoH2O | ||
used by |
|
||
source | <xs:complexType name="TrattamentoH2O"> <xs:choice> <xs:element name="L2_5flagTrattamentoAddolcimento" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5flagTrattamentoOsmosiInversa" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5flagTrattamentoDemineralizzazione" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5flagNessunTrattamentH2O" type="xs:boolean" fixed="true" minOccurs="0"/> <xs:element name="L2_5DescrAltroTrattamentoH2O" type="xs:string" minOccurs="0"/> </xs:choice> </xs:complexType> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagTrattamentoAddolcimento" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagTrattamentoOsmosiInversa" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagTrattamentoDemineralizzazione" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||||
namespace | libretto | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
source | <xs:element name="L2_5flagNessunTrattamentH2O" type="xs:boolean" fixed="true" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L2_5DescrAltroTrattamentoH2O" type="xs:string" minOccurs="0"/> |
diagram | |||
namespace | libretto | ||
children | L1_2subalterno L1_2piano L1_2palazzo L1_2scala L1_2interno L1_2DPR412 L1_2codice_ape intestazione_elettrica intestazione_termica | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="unitaimmobiliare"> <xs:annotation> <xs:documentation>Contiene i dati relativi alle singole unita immobiliari. L1_2DPR412 rappresenta la categoria immobiliare (E.1, E.2,...).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="L1_2subalterno" type="xs:integer"/> <xs:element name="L1_2piano" type="xs:string" minOccurs="0"/> <xs:element name="L1_2palazzo" type="xs:string" minOccurs="0"/> <xs:element name="L1_2scala" type="xs:string" minOccurs="0"/> <xs:element name="L1_2interno" type="xs:string" minOccurs="0"/> <xs:element name="L1_2DPR412" type="dpr412"/> <xs:element name="L1_2codice_ape" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="intestazione_elettrica" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intestatari della fornitura elettrica, possono esserci più intestatari sullo stesso impianto (quando nel libretto viene annotato lo storico, quindi hanno date di inizio e fine contratto) l'intestatario è identificato solo a mezzo del codice fiscale e/o PIVA (e n°REA) possono anche esserci più POD, nel caso un intestatario abbia più POD a suo nome ripetere tutto l'elemento intestazione_elettrica </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_2data_inizio_POD" type="data" minOccurs="0"/> <xs:element name="L1_2data_fine_POD" type="data" minOccurs="0"/> <xs:element name="L1_2POD" type="POD" minOccurs="0"/> <xs:element name="L1_2Codice_Fiscale_Persona_Generica_POD" type="codice_fiscale" minOccurs="0"/> <xs:element name="L1_2Partita_Iva_POD" type="partita_IVA" minOccurs="0"/> <xs:element name="L1_2REA_POD" type="REA" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="intestazione_termica" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intestatari della fornitura termica, possono esserci più intestatari sullo stesso impianto per via della data di inizio e fine contratto l'intestatario è identificato solo a mezzo del codice fiscale e/o PIVA (e n°REA) possono anche esserci più PDR, nel caso un intestatario abbia più PDR a suo nome ripetere tutto l'elemento intestazione_termica </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_2data_inizio_PDR" type="data" minOccurs="0"/> <xs:element name="L1_2data_fine_PDR" type="data" minOccurs="0"/> <xs:element name="L1_2PDR" type="PDR" minOccurs="0"/> <xs:element name="L1_2Codice_Fiscale_Persona_Generica_PDR" type="codice_fiscale" minOccurs="0"/> <xs:element name="L1_2Partita_Iva_PDR" type="partita_IVA" minOccurs="0"/> <xs:element name="L1_2REA_PDR" type="REA" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | libretto | ||
type | xs:integer | ||
properties |
|
||
source | <xs:element name="L1_2subalterno" type="xs:integer"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2piano" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2palazzo" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2scala" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2interno" type="xs:string" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | dpr412 | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2DPR412" type="dpr412"/> |
diagram | |||||||
namespace | libretto | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="L1_2codice_ape" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L1_2data_inizio_POD L1_2data_fine_POD L1_2POD L1_2Codice_Fiscale_Persona_Generica_POD L1_2Partita_Iva_POD L1_2REA_POD | ||||||
annotation |
|
||||||
source | <xs:element name="intestazione_elettrica" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intestatari della fornitura elettrica, possono esserci più intestatari sullo stesso impianto (quando nel libretto viene annotato lo storico, quindi hanno date di inizio e fine contratto) l'intestatario è identificato solo a mezzo del codice fiscale e/o PIVA (e n°REA) possono anche esserci più POD, nel caso un intestatario abbia più POD a suo nome ripetere tutto l'elemento intestazione_elettrica </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_2data_inizio_POD" type="data" minOccurs="0"/> <xs:element name="L1_2data_fine_POD" type="data" minOccurs="0"/> <xs:element name="L1_2POD" type="POD" minOccurs="0"/> <xs:element name="L1_2Codice_Fiscale_Persona_Generica_POD" type="codice_fiscale" minOccurs="0"/> <xs:element name="L1_2Partita_Iva_POD" type="partita_IVA" minOccurs="0"/> <xs:element name="L1_2REA_POD" type="REA" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2data_inizio_POD" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2data_fine_POD" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | POD | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2POD" type="POD" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | codice_fiscale | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2Codice_Fiscale_Persona_Generica_POD" type="codice_fiscale" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | partita_IVA | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2Partita_Iva_POD" type="partita_IVA" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | REA | ||||||
properties |
|
||||||
children | Sigla_Localita_Impresa numero_REA | ||||||
source | <xs:element name="L1_2REA_POD" type="REA" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
properties |
|
||||||
children | L1_2data_inizio_PDR L1_2data_fine_PDR L1_2PDR L1_2Codice_Fiscale_Persona_Generica_PDR L1_2Partita_Iva_PDR L1_2REA_PDR | ||||||
annotation |
|
||||||
source | <xs:element name="intestazione_termica" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> intestatari della fornitura termica, possono esserci più intestatari sullo stesso impianto per via della data di inizio e fine contratto l'intestatario è identificato solo a mezzo del codice fiscale e/o PIVA (e n°REA) possono anche esserci più PDR, nel caso un intestatario abbia più PDR a suo nome ripetere tutto l'elemento intestazione_termica </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="L1_2data_inizio_PDR" type="data" minOccurs="0"/> <xs:element name="L1_2data_fine_PDR" type="data" minOccurs="0"/> <xs:element name="L1_2PDR" type="PDR" minOccurs="0"/> <xs:element name="L1_2Codice_Fiscale_Persona_Generica_PDR" type="codice_fiscale" minOccurs="0"/> <xs:element name="L1_2Partita_Iva_PDR" type="partita_IVA" minOccurs="0"/> <xs:element name="L1_2REA_PDR" type="REA" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2data_inizio_PDR" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2data_fine_PDR" type="data" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | PDR | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2PDR" type="PDR" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | codice_fiscale | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2Codice_Fiscale_Persona_Generica_PDR" type="codice_fiscale" minOccurs="0"/> |
diagram | ||||||||||
namespace | libretto | |||||||||
type | partita_IVA | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_2Partita_Iva_PDR" type="partita_IVA" minOccurs="0"/> |
diagram | |||||||
namespace | libretto | ||||||
type | REA | ||||||
properties |
|
||||||
children | Sigla_Localita_Impresa numero_REA | ||||||
source | <xs:element name="L1_2REA_PDR" type="REA" minOccurs="0"/> |
namespace | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by | ||||||||||
facets |
|
|||||||||
source | <xs:simpleType name="anno"> <xs:restriction base="xs:integer"> <xs:minExclusive value="1900"/> <xs:maxExclusive value="2100"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="codice_catastale_comune"> <xs:restriction base="xs:string"> <xs:length value="4"/> <xs:pattern value="[a-zA-Z]{1}[0-9]{3}"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
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 | libretto | ||||||
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 | libretto | |||||||||
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 </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="24"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 | libretto | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="comune"> <xs:restriction base="xs:string"> <xs:enumeration value="Accadia"/> <xs:enumeration value="Acquaviva delle Fonti"/> <xs:enumeration value="Adelfia"/> <xs:enumeration value="Alberobello"/> <xs:enumeration value="Alberona"/> <xs:enumeration value="Alessano"/> <xs:enumeration value="Alezio"/> <xs:enumeration value="Alliste"/> <xs:enumeration value="Altamura"/> <xs:enumeration value="Andrano"/> <xs:enumeration value="Andria"/> <xs:enumeration value="Anzano di Puglia"/> <xs:enumeration value="Apricena"/> <xs:enumeration value="Aradeo"/> <xs:enumeration value="Arnesano"/> <xs:enumeration value="Ascoli Satriano"/> <xs:enumeration value="Avetrana"/> <xs:enumeration value="Bagnolo del Salento"/> <xs:enumeration value="Bari"/> <xs:enumeration value="Barletta"/> <xs:enumeration value="Biccari"/> <xs:enumeration value="Binetto"/> <xs:enumeration value="Bisceglie"/> <xs:enumeration value="Bitetto"/> <xs:enumeration value="Bitonto"/> <xs:enumeration value="Bitritto"/> <xs:enumeration value="Botrugno"/> <xs:enumeration value="Bovino"/> <xs:enumeration value="Brindisi"/> <xs:enumeration value="Cagnano Varano"/> <xs:enumeration value="Calimera"/> <xs:enumeration value="Campi Salentina"/> <xs:enumeration value="Candela"/> <xs:enumeration value="Cannole"/> <xs:enumeration value="Canosa di Puglia"/> <xs:enumeration value="Caprarica di Lecce"/> <xs:enumeration value="Capurso"/> <xs:enumeration value="Carapelle"/> <xs:enumeration value="Carlantino"/> <xs:enumeration value="Carmiano"/> <xs:enumeration value="Carosino"/> <xs:enumeration value="Carovigno"/> <xs:enumeration value="Carpignano Salentino"/> <xs:enumeration value="Carpino"/> <xs:enumeration value="Casalnuovo Monterotaro"/> <xs:enumeration value="Casalvecchio di Puglia"/> <xs:enumeration value="Casamassima"/> <xs:enumeration value="Casarano"/> <xs:enumeration value="Cassano delle Murge"/> <xs:enumeration value="Castellana Grotte"/> <xs:enumeration value="Castellaneta"/> <xs:enumeration value="Castelluccio dei Sauri"/> <xs:enumeration value="Castelluccio Valmaggiore"/> <xs:enumeration value="Castelnuovo della Daunia"/> <xs:enumeration value="Castri di Lecce"/> <xs:enumeration value="Castrignano de' Greci"/> <xs:enumeration value="Castrignano del Capo"/> <xs:enumeration value="Castro"/> <xs:enumeration value="Cavallino"/> <xs:enumeration value="Ceglie Messapica"/> <xs:enumeration value="Celenza Valfortore"/> <xs:enumeration value="Cellamare"/> <xs:enumeration value="Celle di San Vito"/> <xs:enumeration value="Cellino San Marco"/> <xs:enumeration value="Cerignola"/> <xs:enumeration value="Chieuti"/> <xs:enumeration value="Cisternino"/> <xs:enumeration value="Collepasso"/> <xs:enumeration value="Conversano"/> <xs:enumeration value="Copertino"/> <xs:enumeration value="Corato"/> <xs:enumeration value="Corigliano d'Otranto"/> <xs:enumeration value="Corsano"/> <xs:enumeration value="Crispiano"/> <xs:enumeration value="Cursi"/> <xs:enumeration value="Cutrofiano"/> <xs:enumeration value="Deliceto"/> <xs:enumeration value="Diso"/> <xs:enumeration value="Erchie"/> <xs:enumeration value="Faeto"/> <xs:enumeration value="Faggiano"/> <xs:enumeration value="Fasano"/> <xs:enumeration value="Foggia"/> <xs:enumeration value="Fragagnano"/> <xs:enumeration value="Francavilla Fontana"/> <xs:enumeration value="Gagliano del Capo"/> <xs:enumeration value="Galatina"/> <xs:enumeration value="Galatone"/> <xs:enumeration value="Gallipoli"/> <xs:enumeration value="Ginosa"/> <xs:enumeration value="Gioia del Colle"/> <xs:enumeration value="Giovinazzo"/> <xs:enumeration value="Giuggianello"/> <xs:enumeration value="Giurdignano"/> <xs:enumeration value="Gravina in Puglia"/> <xs:enumeration value="Grottaglie"/> <xs:enumeration value="Grumo Appula"/> <xs:enumeration value="Guagnano"/> <xs:enumeration value="Ischitella"/> <xs:enumeration value="Isole Tremiti"/> <xs:enumeration value="Laterza"/> <xs:enumeration value="Latiano"/> <xs:enumeration value="Lecce"/> <xs:enumeration value="Leporano"/> <xs:enumeration value="Lequile"/> <xs:enumeration value="Lesina"/> <xs:enumeration value="Leverano"/> <xs:enumeration value="Lizzanello"/> <xs:enumeration value="Lizzano"/> <xs:enumeration value="Locorotondo"/> <xs:enumeration value="Lucera"/> <xs:enumeration value="Maglie"/> <xs:enumeration value="Manduria"/> <xs:enumeration value="Manfredonia"/> <xs:enumeration value="Margherita di Savoia"/> <xs:enumeration value="Martano"/> <xs:enumeration value="Martignano"/> <xs:enumeration value="Martina Franca"/> <xs:enumeration value="Maruggio"/> <xs:enumeration value="Massafra"/> <xs:enumeration value="Matino"/> <xs:enumeration value="Mattinata"/> <xs:enumeration value="Melendugno"/> <xs:enumeration value="Melissano"/> <xs:enumeration value="Melpignano"/> <xs:enumeration value="Mesagne"/> <xs:enumeration value="Miggiano"/> <xs:enumeration value="Minervino di Lecce"/> <xs:enumeration value="Minervino Murge"/> <xs:enumeration value="Modugno"/> <xs:enumeration value="Mola di Bari"/> <xs:enumeration value="Molfetta"/> <xs:enumeration value="Monopoli"/> <xs:enumeration value="Monteiasi"/> <xs:enumeration value="Monteleone di Puglia"/> <xs:enumeration value="Montemesola"/> <xs:enumeration value="Monteparano"/> <xs:enumeration value="Monteroni di Lecce"/> <xs:enumeration value="Montesano Salentino"/> <xs:enumeration value="Monte Sant'Angelo"/> <xs:enumeration value="Morciano di Leuca"/> <xs:enumeration value="Motta Montecorvino"/> <xs:enumeration value="Mottola"/> <xs:enumeration value="Muro Leccese"/> <xs:enumeration value="Nardò"/> <xs:enumeration value="Neviano"/> <xs:enumeration value="Noci"/> <xs:enumeration value="Nociglia"/> <xs:enumeration value="Noicattaro"/> <xs:enumeration value="Novoli"/> <xs:enumeration value="Ordona"/> <xs:enumeration value="Oria"/> <xs:enumeration value="Orsara di Puglia"/> <xs:enumeration value="Orta Nova"/> <xs:enumeration value="Ortelle"/> <xs:enumeration value="Ostuni"/> <xs:enumeration value="Otranto"/> <xs:enumeration value="Palagianello"/> <xs:enumeration value="Palagiano"/> <xs:enumeration value="Palmariggi"/> <xs:enumeration value="Palo del Colle"/> <xs:enumeration value="Panni"/> <xs:enumeration value="Parabita"/> <xs:enumeration value="Patù"/> <xs:enumeration value="Peschici"/> <xs:enumeration value="Pietramontecorvino"/> <xs:enumeration value="Poggiardo"/> <xs:enumeration value="Poggio Imperiale"/> <xs:enumeration value="Poggiorsini"/> <xs:enumeration value="Polignano a Mare"/> <xs:enumeration value="Porto Cesareo"/> <xs:enumeration value="Presicce-Acquarica"/> <xs:enumeration value="Pulsano"/> <xs:enumeration value="Putignano"/> <xs:enumeration value="Racale"/> <xs:enumeration value="Rignano Garganico"/> <xs:enumeration value="Roccaforzata"/> <xs:enumeration value="Rocchetta Sant'Antonio"/> <xs:enumeration value="Rodi Garganico"/> <xs:enumeration value="Roseto Valfortore"/> <xs:enumeration value="Ruffano"/> <xs:enumeration value="Rutigliano"/> <xs:enumeration value="Ruvo di Puglia"/> <xs:enumeration value="Salice Salentino"/> <xs:enumeration value="Salve"/> <xs:enumeration value="Sammichele di Bari"/> <xs:enumeration value="Sanarica"/> <xs:enumeration value="San Cassiano"/> <xs:enumeration value="San Cesario di Lecce"/> <xs:enumeration value="San Donaci"/> <xs:enumeration value="San Donato di Lecce"/> <xs:enumeration value="San Ferdinando di Puglia"/> <xs:enumeration value="San Giorgio Ionico"/> <xs:enumeration value="San Giovanni Rotondo"/> <xs:enumeration value="San Marco in Lamis"/> <xs:enumeration value="San Marco la Catola"/> <xs:enumeration value="San Marzano di San Giuseppe"/> <xs:enumeration value="San Michele Salentino"/> <xs:enumeration value="Sannicandro di Bari"/> <xs:enumeration value="San Nicandro Garganico"/> <xs:enumeration value="Sannicola"/> <xs:enumeration value="San Pancrazio Salentino"/> <xs:enumeration value="San Paolo di Civitate"/> <xs:enumeration value="San Pietro in Lama"/> <xs:enumeration value="San Pietro Vernotico"/> <xs:enumeration value="San Severo"/> <xs:enumeration value="Santa Cesarea Terme"/> <xs:enumeration value="Sant'Agata di Puglia"/> <xs:enumeration value="Santeramo in Colle"/> <xs:enumeration value="San Vito dei Normanni"/> <xs:enumeration value="Sava"/> <xs:enumeration value="Scorrano"/> <xs:enumeration value="Seclì"/> <xs:enumeration value="Serracapriola"/> <xs:enumeration value="Sogliano Cavour"/> <xs:enumeration value="Soleto"/> <xs:enumeration value="Specchia"/> <xs:enumeration value="Spinazzola"/> <xs:enumeration value="Spongano"/> <xs:enumeration value="Squinzano"/> <xs:enumeration value="Statte"/> <xs:enumeration value="Sternatia"/> <xs:enumeration value="Stornara"/> <xs:enumeration value="Stornarella"/> <xs:enumeration value="Supersano"/> <xs:enumeration value="Surano"/> <xs:enumeration value="Surbo"/> <xs:enumeration value="Taranto"/> <xs:enumeration value="Taurisano"/> <xs:enumeration value="Taviano"/> <xs:enumeration value="Terlizzi"/> <xs:enumeration value="Tiggiano"/> <xs:enumeration value="Torchiarolo"/> <xs:enumeration value="Toritto"/> <xs:enumeration value="Torremaggiore"/> <xs:enumeration value="Torre Santa Susanna"/> <xs:enumeration value="Torricella"/> <xs:enumeration value="Trani"/> <xs:enumeration value="Trepuzzi"/> <xs:enumeration value="Tricase"/> <xs:enumeration value="Triggiano"/> <xs:enumeration value="Trinitapoli"/> <xs:enumeration value="Troia"/> <xs:enumeration value="Tuglie"/> <xs:enumeration value="Turi"/> <xs:enumeration value="Ugento"/> <xs:enumeration value="Uggiano la Chiesa"/> <xs:enumeration value="Valenzano"/> <xs:enumeration value="Veglie"/> <xs:enumeration value="Vernole"/> <xs:enumeration value="Vico del Gargano"/> <xs:enumeration value="Vieste"/> <xs:enumeration value="Villa Castelli"/> <xs:enumeration value="Volturara Appula"/> <xs:enumeration value="Volturino"/> <xs:enumeration value="Zapponeta"/> <xs:enumeration value="Zollino"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | ||||||
type | restriction of xs:decimal | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="decimale1"> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="1"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 | libretto | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
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 | libretto | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="email"> <xs:restriction base="xs:string"> <xs:pattern value="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | ||
type | xs:string | ||
properties |
|
||
used by |
|
||
source | <xs:simpleType name="fabbricante"> <xs:restriction base="xs:string"/> </xs:simpleType> |
namespace | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 </xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | ||||||
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 | libretto | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="numero_registro_imprese"> <xs:restriction base="xs:string"> <xs:length value="6"/> <xs:pattern value="[0-9]{6}"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="PDR"> <xs:restriction base="xs:string"> <xs:length value="14"/> <xs:pattern value="[0-9]{14}"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="POD"> <xs:restriction base="xs:string"> <xs:length value="15"/> <xs:pattern value="[a-zA-Z]{2}[0-9]{3}[a-zA-Z]{1}[0-9]{9}"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | |||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xs:simpleType name="provincia"> <xs:restriction base="xs:string"> <xs:enumeration value="BA"/> <xs:enumeration value="BT"/> <xs:enumeration value="BR"/> <xs:enumeration value="FG"/> <xs:enumeration value="LE"/> <xs:enumeration value="TA"/> </xs:restriction> </xs:simpleType> |
namespace | libretto | |||||||||
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 | libretto | ||||||||||||
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 | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
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 | libretto | |||||||||
type | restriction of xs:integer | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
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> |