Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC) Allegato A Formato GML-XML

Size: px
Start display at page:

Download "Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC) Allegato A Formato GML-XML"

Transcription

1 Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC) Allegato A Formato GML-XML In attuazione della deliberazione del Consiglio Regionale 28 maggio 2003, n. 484 "Atto di indirizzo e coordinamento tecnico per l'attuazione della L.R. 24 marzo 2000, n. 20, art. A-27 Strumenti cartografici digitali e modalità di coordinamento ed integrazione delle informazioni a supporto della pianificazione" Elaborato Aprile 2009

2 Realizzazione a cura di : Regione Emilia-Romagna Direzione Generale Programmazione territoriale e negoziata, intese. Relazioni europee e relazioni internazionali. Direzione Generale Organizzazione, personale, sistemi informativi e telematica.- Servizio Sviluppo amministrazione digitale e sistemi informativi geografici. Supporto tecnico: Semenda S.r.l. Pagina 2

3 Indice 1. Premessa Schemi GML dei livelli cartografici Schema GML del livello cartografico S_AGA_PL Schema GML del livello cartografico S_ASS_PL Schema GML del livello cartografico S_DOT_LI Schema GML del livello cartografico S_DOT_PL Schema GML del livello cartografico S_DOT_PT Schema GML del livello cartografico S_MOB_LI Schema GML del livello cartografico S_MOB_PL Schema GML del livello cartografico S_MOB_PT Schema GML del livello cartografico S_RNS_LI Schema GML del livello cartografico S_RNS_PL Schema GML del livello cartografico S_RNS_PT Schema GML del livello cartografico S_TER_PL Schema GML del livello cartografico S_TPA_LI Schema GML del livello cartografico S_TPA_PL Schema GML del livello cartografico S_TPA_PT Schema GML del livello cartografico S_TSC_LI Schema GML del livello cartografico S_TSC_PL Schema GML del livello cartografico S_TSC_PT Schema GML del livello cartografico S_ZRI_PL Schemi XML delle tabelle Schema XML della tabella S_AGA_AS Schema XML della tabella S_AMB_AS Schema XML della tabella S_AMBDOT Schema XML della tabella S_DOT_AS Schema XML della tabella S_MOB_AS Schema XML della tabella S_RNS_AS Schema XML della tabella S_TER_AS Schema XML della tabella S_TPA_AS Schema XML della tabella S_TPATPP Schema XML della tabella S_TSC_AS Schema XML della tabella S_ZRI_AS Schema XML della tabella U_AMM_ET 30 Pagina 3

4 1. Premessa Il presente documento tecnico costituisce l Allegato A al Modello dati regionale d interscambio del Piano Strutturale Comunale (PSC), e definisce lo schema (XSD) dei file di scambio dei contenuti del Piano Strutturale Comunale; si tratta del formato GML per i dati geometrici (livelli cartografici) e del formato XML per i dati descrittivi (tabelle). Di seguito sono elencati tutti gli schema in formato GML di tutte le entità geometriche (livelli cartografici) e tutti gli schema XML di tutte le entità descrittive (tabelle). Le caratteristiche logico-concettuali delle entità trattate sono descritte nel documento complementare Modello dati di base del Piano Strutturale Comunale (PSC). Pagina 4

5 2. Schemi GML dei livelli cartografici 2.1. Schema GML del livello cartografico S_AGA_PL <element name="s_aga_pl" type="fme:s_aga_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_aga_pltype"> <element name="aga_psc"> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> 2.2. Schema GML del livello cartografico S_ASS_PL <element name="s_ass_pl" type="fme:s_ass_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_ass_pltype"> <element name="tipo"> <enumeration value="a"/> <enumeration value="d"/> Pagina 5

6 <enumeration value="i"/> <element name="amb_psc" minoccurs="0"> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> 2.3. Schema GML del livello cartografico S_DOT_LI <element name="s_dot_li" type="fme:s_dot_litype" substitutiongroup="gml:_feature"/> <complextype name="s_dot_litype"> <element name="dot_psc"> <element name="dot_pub"> <element name="tipo_dot"> <enumeration value="s"/> <enumeration value="c"/> <enumeration value="l"/> <element name="stato"> Pagina 6

7 <enumeration value="2"/> <element ref="gml:curveproperty" minoccurs="0"/> <element ref="gml:multicurveproperty" minoccurs="0"/> 2.4. Schema GML del livello cartografico S_DOT_PL <element name="s_dot_pl" type="fme:s_dot_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_dot_pltype"> <element name="dot_psc"> <element name="dot_pub"> <element name="tipo_dot"> <enumeration value="s"/> <enumeration value="c"/> <enumeration value="l"/> <element name="stato"> <enumeration value="2"/> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Pagina 7

8 2.5. Schema GML del livello cartografico S_DOT_PT <element name="s_dot_pt" type="fme:s_dot_pttype" substitutiongroup="gml:_feature"/> <complextype name="s_dot_pttype"> <element name="dot_psc"> <element name="dot_pub"> <element name="tipo_dot"> <enumeration value="s"/> <enumeration value="c"/> <enumeration value="l"/> <element name="stato"> <enumeration value="2"/> <element ref="gml:pointproperty" minoccurs="0"/> <element ref="gml:multipointproperty" minoccurs="0"/> Pagina 8

9 2.6. Schema GML del livello cartografico S_MOB_LI <element name="s_mob_li" type="fme:s_mob_litype" substitutiongroup="gml:_feature"/> <complextype name="s_mob_litype"> <element name="mob_psc"> <element name="stato"> <enumeration value="2"/> <element ref="gml:curveproperty" minoccurs="0"/> <element ref="gml:multicurveproperty" minoccurs="0"/> 2.7. Schema GML del livello cartografico S_MOB_PL <element name="s_mob_pl" type="fme:s_mob_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_mob_pltype"> <element name="mob_psc"> Pagina 9

10 <element name="stato"> <enumeration value="2"/> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> 2.8. Schema GML del livello cartografico S_MOB_PT <element name="s_mob_pt" type="fme:s_mob_pttype" substitutiongroup="gml:_feature"/> <complextype name="s_mob_pttype"> <element name="mob_psc"> <element name="stato"> <enumeration value="2"/> <element ref="gml:pointproperty" minoccurs="0"/> <element ref="gml:multipointproperty" minoccurs="0"/> Pagina 10

11 2.9. Schema GML del livello cartografico S_RNS_LI <element name="s_rns_li" type="fme:s_rns_litype" substitutiongroup="gml:_feature"/> <complextype name="s_rns_litype"> <element name="rns_psc"> <element name="ptpr_29"> <element name="vin_idg"> <element ref="gml:curveproperty" minoccurs="0"/> <element ref="gml:multicurveproperty" minoccurs="0"/> Schema GML del livello cartografico S_RNS_PL <schema targetnamespace=" xmlns=" xmlns:gml=" xmlns:xlink=" xmlns:fme=" elementformdefault="qualified"> <element name="s_rns_pl" type="fme:s_rns_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_rns_pltype"> Pagina 11

12 <element name="rns_psc"> <element name="ptpr_29"> <element name="vin_idg"> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Schema GML del livello cartografico S_RNS_PT <element name="s_rns_pt" type="fme:s_rns_pttype" substitutiongroup="gml:_feature"/> <complextype name="s_rns_pttype"> <element name="rns_psc"> <element name="ptpr_29"> Pagina 12

13 <element name="vin_idg"> <element ref="gml:pointproperty" minoccurs="0"/> <element ref="gml:multipointproperty" minoccurs="0"/> Schema GML del livello cartografico S_TER_PL <element name="s_ter_pl" type="fme:s_ter_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_ter_pltype"> <element name="cod_ter"> <enumeration value="urb"/> <enumeration value="urn"/> <enumeration value="rur"/> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Schema GML del livello cartografico S_TPA_LI <element name="s_tpa_li" type="fme:s_tpa_litype" substitutiongroup="gml:_feature"/> Pagina 13

14 <complextype name="s_tpa_litype"> <element name="tpa_psc"> <element name="vin_42"> <element ref="gml:curveproperty" minoccurs="0"/> <element ref="gml:multicurveproperty" minoccurs="0"/> Schema GML del livello cartografico S_TPA_PL <element name="s_tpa_pl" type="fme:s_tpa_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_tpa_pltype"> <element name="tpa_psc"> <element name="vin_42"> Pagina 14

15 <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Schema GML del livello cartografico S_TPA_PT <element name="s_tpa_pt" type="fme:s_tpa_pttype" substitutiongroup="gml:_feature"/> <complextype name="s_tpa_pttype"> <element name="tpa_psc"> <element name="vin_42"> <element ref="gml:pointproperty" minoccurs="0"/> <element ref="gml:multipointproperty" minoccurs="0"/> Schema GML del livello cartografico S_TSC_LI <element name="s_tsc_li" type="fme:s_tsc_litype" substitutiongroup="gml:_feature"/> <complextype name="s_tsc_litype"> Pagina 15

16 <element name="tsc_psc"> <element name="vin_42"> <element ref="gml:curveproperty" minoccurs="0"/> <element ref="gml:multicurveproperty" minoccurs="0"/> Schema GML del livello cartografico S_TSC_PL <element name="s_tsc_pl" type="fme:s_tsc_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_tsc_pltype"> <element name="tsc_psc"> <element name="vin_42"> Pagina 16

17 <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Schema GML del livello cartografico S_TSC_PT <element name="s_tsc_pt" type="fme:s_tsc_pttype" substitutiongroup="gml:_feature"/> <complextype name="s_tsc_pttype"> <element name="tsc_psc"> <element name="vin_42"> <element ref="gml:pointproperty" minoccurs="0"/> <element ref="gml:multipointproperty" minoccurs="0"/> Schema GML del livello cartografico S_ZRI_PL <element name="s_zri_pl" type="fme:s_zri_pltype" substitutiongroup="gml:_feature"/> <complextype name="s_zri_pltype"> Pagina 17

18 <element name="zri_psc" minoccurs="0"> <element ref="gml:surfaceproperty" minoccurs="0"/> <element ref="gml:multisurfaceproperty" minoccurs="0"/> Pagina 18

19 3. Schemi XML delle tabelle 3.1. Schema XML della tabella S_AGA_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="aga_psc"> <xs:maxlength value="10"/> <xs:element name="aga_des"> <xs:maxlength value="200"/> <xs:element name="aga_rer"> <xs:enumeration value="pua"/> <xs:enumeration value="ptpr_32"/> <xs:enumeration value="cav"/> <xs:enumeration value="a7_c4"/> <xs:enumeration value="atg"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> 3.2. Schema XML della tabella S_AMB_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> Pagina 19

20 <xs:length value="6"/> <xs:element name="amb_psc"> <xs:maxlength value="10"/> <xs:element name="amb_des"> <xs:maxlength value="200"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="amb_cod"> <xs:enumeration value="acs"/> <xs:enumeration value="auc"/> <xs:enumeration value="ar"/> <xs:enumeration value="ans"/> <xs:enumeration value="asp_s"/> <xs:enumeration value="asp_c"/> <xs:enumeration value="apf"/> <xs:enumeration value="avn"/> <xs:enumeration value="arp"/> <xs:enumeration value="avp"/> <xs:enumeration value="aap"/> <xs:element name="politica" minoccurs="0"> <xs:enumeration value="con"/> <xs:enumeration value="riq"/> <xs:enumeration value="nis"/> <xs:enumeration value="nie"/> <xs:element name="funzione" minoccurs="0"> <xs:enumeration value="mix_res"/> <xs:enumeration value="mix_art"/> <xs:enumeration value="mix_terz"/> <xs:enumeration value="mix_tur"/> <xs:enumeration value="sp_man"/> <xs:enumeration value="sp_misto"/> <xs:enumeration value="sp_tur"/> <xs:enumeration value="sp_comm"/> <xs:enumeration value="pf_1"/> <xs:enumeration value="pf_2"/> <xs:enumeration value="pf_3"/> <xs:enumeration value="pf_4"/> <xs:enumeration value="pf_5"/> <xs:enumeration value="pf_6"/> Pagina 20

21 <xs:enumeration value="pf_7"/> <xs:enumeration value="pf_8"/> <xs:element name="sc_res"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:element name="alloggi"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:element name="sc_nres"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:element name="st" minoccurs="0"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:element name="aea"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:element name="qu_col"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:element name="qu_eco"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:mininclusive value="0"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Pagina 21

22 3.3. Schema XML della tabella S_AMBDOT <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="amb_psc"> <xs:maxlength value="10"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="dot_cod"> <xs:enumeration value="coa"/> <xs:enumeration value="cob"/> <xs:enumeration value="coc"/> <xs:enumeration value="cod"/> <xs:enumeration value="coe"/> <xs:enumeration value="cof"/> <xs:enumeration value="cog"/> <xs:enumeration value="coh"/> <xs:enumeration value="eca"/> <xs:enumeration value="ecb"/> <xs:enumeration value="ecc"/> <xs:enumeration value="ecx"/> <xs:enumeration value="ura"/> <xs:enumeration value="urb"/> <xs:enumeration value="urc"/> <xs:enumeration value="urd"/> <xs:enumeration value="ure"/> <xs:enumeration value="urf"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Pagina 22

23 3.4. Schema XML della tabella S_DOT_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="dot_psc"> <xs:maxlength value="10"/> <xs:element name="dot_des"> <xs:maxlength value="200"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="dot_cod"> <xs:enumeration value="coa"/> <xs:enumeration value="cob"/> <xs:enumeration value="coc"/> <xs:enumeration value="cod"/> <xs:enumeration value="coe"/> <xs:enumeration value="cof"/> <xs:enumeration value="cog"/> <xs:enumeration value="coh"/> <xs:enumeration value="eca"/> <xs:enumeration value="ecb"/> <xs:enumeration value="ecc"/> <xs:enumeration value="ecx"/> <xs:enumeration value="ura"/> <xs:enumeration value="urb"/> <xs:enumeration value="urc"/> <xs:enumeration value="urd"/> <xs:enumeration value="ure"/> <xs:enumeration value="urf"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Pagina 23

24 3.5. Schema XML della tabella S_MOB_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="mob_psc"> <xs:maxlength value="10"/> <xs:element name="mob_des"> <xs:maxlength value="200"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="mob_cod"> <xs:enumeration value="ac"/> <xs:enumeration value="fi"/> <xs:enumeration value="fs"/> <xs:enumeration value="ps"/> <xs:enumeration value="va"/> <xs:enumeration value="sa"/> <xs:enumeration value="vn"/> <xs:enumeration value="vr"/> <xs:enumeration value="ve"/> <xs:enumeration value="vu"/> <xs:enumeration value="vc"/> <xs:enumeration value="cp"/> <xs:enumeration value="id"/> <xs:enumeration value="ix"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Pagina 24

25 3.6. Schema XML della tabella S_RNS_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="rns_psc"> <xs:maxlength value="10"/> <xs:element name="rns_des"> <xs:maxlength value="200"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="rns_cod"> <xs:enumeration value="ppc"/> <xs:enumeration value="rir"/> <xs:enumeration value="sism"/> <xs:enumeration value="idr"/> <xs:enumeration value="fra"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> 3.7. Schema XML della tabella S_TER_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> Pagina 25

26 <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="cod_ter"> <xs:enumeration value="rur"/> <xs:enumeration value="urb"/> <xs:enumeration value="urn"/> <xs:element name="sc_res"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:mininclusive value="0"/> <xs:element name="alloggi"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:mininclusive value="0"/> <xs:element name="sc_nres"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:mininclusive value="0"/> <xs:element name="st"> <xs:restriction base="xs:decimal"> <xs:totaldigits value="10"/> <xs:fractiondigits value="2"/> <xs:mininclusive value="0"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> 3.8. Schema XML della tabella S_TPA_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> Pagina 26

27 <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="tpa_psc"> <xs:maxlength value="10"/> <xs:element name="tpa_des"> <xs:maxlength value="200"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> 3.9. Schema XML della tabella S_TPATPP <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="tpa_psc"> <xs:maxlength value="10"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="tpa_cod"> Pagina 27

28 <xs:enumeration value="sic"/> <xs:enumeration value="zps"/> <xs:enumeration value="par"/> <xs:enumeration value="rna"/> <xs:enumeration value="pnp"/> <xs:enumeration value="are"/> <xs:enumeration value="ptpr9"/> <xs:enumeration value="ptpr10"/> <xs:enumeration value="ptpr11"/> <xs:enumeration value="ptpr12"/> <xs:enumeration value="ptpr13"/> <xs:enumeration value="ptpr14"/> <xs:enumeration value="ptpr15"/> <xs:enumeration value="ptpr17"/> <xs:enumeration value="ptpr18"/> <xs:enumeration value="ptpr19"/> <xs:enumeration value="ptpr20_1"/> <xs:enumeration value="ptpr20_2"/> <xs:enumeration value="ptpr20_3"/> <xs:enumeration value="ptpr25"/> <xs:enumeration value="ptpr28"/> <xs:enumeration value="gal_a"/> <xs:enumeration value="gal_b"/> <xs:enumeration value="gal_c"/> <xs:enumeration value="gal_d"/> <xs:enumeration value="gal_i"/> <xs:enumeration value="tse"/> <xs:enumeration value="e"/> <xs:enumeration value="ptpr21_2a"/> <xs:enumeration value="ptpr21_2b1"/> <xs:enumeration value="ptpr21_2b2"/> <xs:enumeration value="ptpr21_2c"/> <xs:enumeration value="ptpr21_2d"/> <xs:enumeration value="ptpr23_1ab"/> <xs:enumeration value="ptpr23_1c"/> <xs:enumeration value="ptpr23_1d"/> <xs:enumeration value="ptpr24_2"/> <xs:enumeration value="ais"/> <xs:enumeration value="a9_c1"/> <xs:enumeration value="a9_c2"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Schema XML della tabella S_TSC_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> Pagina 28

29 <xs:element name="tsc_psc"> <xs:maxlength value="10"/> <xs:element name="tsc_des"> <xs:maxlength value="200"/> <xs:element name="cod_prov"> <xs:length value="3"/> <xs:element name="tsc_cod"> <xs:enumeration value="ptpr21_2a"/> <xs:enumeration value="ptpr21_2b1"/> <xs:enumeration value="ptpr21_2b2"/> <xs:enumeration value="ptpr21_2c"/> <xs:enumeration value="ptpr21_2d"/> <xs:enumeration value="ptpr23_1ab"/> <xs:enumeration value="ptpr23_1c"/> <xs:enumeration value="ptpr23_1d"/> <xs:enumeration value="ptpr24_2"/> <xs:enumeration value="ais"/> <xs:enumeration value="a9_c1"/> <xs:enumeration value="a9_c2"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Schema XML della tabella S_ZRI_AS <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="zri_psc"> Pagina 29

30 <xs:maxlength value="10"/> <xs:element name="zri_des"> <xs:maxlength value="200"/> <xs:element name="zri_rer"> <xs:enumeration value="str"/> <xs:enumeration value="fer"/> <xs:enumeration value="cim"/> <xs:enumeration value="idr"/> <xs:enumeration value="gas"/> <xs:enumeration value="ele"/> <xs:enumeration value="aer"/> <xs:enumeration value="mil"/> <xs:enumeration value="alt"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Schema XML della tabella U_AMM_ET <xs:schema xmlns:xs=" elementformdefault="qualified"> <xs:element name="tabella"> <xs:element name="record" maxoccurs="unbounded"> <xs:element name="cod_istat"> <xs:length value="6"/> <xs:element name="tipo_str" default="psc"> <xs:length value="3"/> <xs:element name="str_cod" minoccurs="0"> <xs:maxlength value="20"/> <xs:element name="str_des" minoccurs="0"> Pagina 30

31 <xs:maxlength value="200"/> <xs:element name="n_del_ad"> <xs:maxlength value="50"/> <xs:element name="dt_del_ad" type="xs:date"/> <xs:element name="n_del_ap"> <xs:maxlength value="50"/> <xs:element name="dt_del_ap" type="xs:date"/> <xs:element name="dt_agg" type="xs:date"/> <xs:attribute name="nome" type="xs:string" use="required"/> </xs:schema> Pagina 31

Service Description: NIH GovTrip - NBS Web Service

Service Description: NIH GovTrip - NBS Web Service 8 July 2010 Page 1 Service Description: NIH GovTrip - NBS Web Service Version # Change Description Owner 1.0 Initial Version Jerry Zhou 1.1 Added ISC Logo and Schema Section Ian Sebright 8 July 2010 Page

More information

+ <xs:element name="productsubtype" type="xs:string" minoccurs="0"/>

+ <xs:element name=productsubtype type=xs:string minoccurs=0/> otcd.ntf.001.01.auctiondetail.. otcd.ntf.001.01.auctionresult - + otcd.ntf.001.01.automaticterminationsummary

More information

Archivio Sp. z o.o. Schema XSD opisująca typy dokumentów obsługiwane w Systemie Invo24

Archivio Sp. z o.o. Schema XSD opisująca typy dokumentów obsługiwane w Systemie Invo24 Archivio Sp. z o.o. Schema XSD opisująca typy dokumentów obsługiwane w Systemie Invo24 Wersja 1.0 Archivio Sp. z o.o. Strona 1

More information

Schema XSD opisująca typy dokumentów obsługiwane w Systemie invooclip

Schema XSD opisująca typy dokumentów obsługiwane w Systemie invooclip Krajowa Izba Rozliczeniowa S.A. Schema XSD opisująca typy dokumentów obsługiwane w Systemie invooclip Wersja 1.1

More information

Filen ex_e.xml. Her kommer koderne Det der står skrevet med fed er ændret af grp. 2.121. <?xml version="1.0"?>

Filen ex_e.xml. Her kommer koderne Det der står skrevet med fed er ændret af grp. 2.121. <?xml version=1.0?> Her kommer koderne Det der står skrevet med fed er ændret af grp. 2.121 Filen ex_e.xml Semester

More information

User manual for e-line DNB: the XML import file. User manual for e-line DNB: the XML import file

User manual for e-line DNB: the XML import file. User manual for e-line DNB: the XML import file User manual for e-line DNB: the XML import file version 1.2 dated 19 February 2015 1 1. Contents 1. Contents... 2 2. e-line DNB... 3 2.1 Submitting your reports to De Nederlandsche Bank... 3 2.3 Entering

More information

Schema Developer s Guide

Schema Developer s Guide E-Filing Page 1 of 104 INTRODUCTION...3 OVERVIEW OF E-FILING PROCESS...4 DETAILS OF THE DATA CONNECTIVITY TEST...4 INTERMEDIARY CLIENT APPLICATION TO PREPARE THE RETURNS IN XML FORMAT...4 WHY XML SCHEMA...7

More information

Tecnologie per XML. Sara Comai Politecnico di Milano. Tecnologie legate a XML

Tecnologie per XML. Sara Comai Politecnico di Milano. Tecnologie legate a XML Tecnologie per XML Sara Comai Politecnico di Milano Tecnologie legate a XML DTD XHTML: riformulazione di HTML in XML Namespaces CSS: style sheets per visualizzare documenti XML XSD: XML schema XLink: linguaggio

More information

The New System of Accounts Message structure: Cash settlement balances derivatives (demt.smc.001.01)

The New System of Accounts Message structure: Cash settlement balances derivatives (demt.smc.001.01) The New System of Accounts Message structure: Cash settlement balances derivatives (demt.smc.001.01) Document date: 01.02.2007 : This message includes a statement of financial liabilities and receivables

More information

Versione: 2.1. Interoperabilità del Sistema di Accettazione di SPT

Versione: 2.1. Interoperabilità del Sistema di Accettazione di SPT Versione: 2.1 Interoperabilità del Sistema di Accettazione di SPT INDICE 1 Definizione del tracciato di scambio... 2 1.1.1 XML SCHEMA...... 3 1 Definizione del tracciato di scambio Il documento riporta

More information

An Empirical Study on XML Schema Idiosyncrasies in Big Data Processing

An Empirical Study on XML Schema Idiosyncrasies in Big Data Processing An Empirical Study on XML Schema Idiosyncrasies in Big Data Processing Dmitry Vasilenko, Mahesh Kurapati Business Analytics, IBM, Chicago, USA {dvasilen, mkurapati}@us.ibm.com Abstract The design and maintenance

More information

ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 13714

ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 13714 ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 13714 Il Consiglio Direttivo dell Istituto Nazionale di Fisica Nucleare, riunito a Roma in data 29 maggio 2015 alla presenza di

More information

Authentication Context for the OASIS Security Assertion Markup Language (SAML) V2.0

Authentication Context for the OASIS Security Assertion Markup Language (SAML) V2.0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Authentication Context for the OASIS Security Assertion Markup Language (SAML)

More information

How To Manage A Network On A Pnet 2.5 (Net 2) (Net2) (Procedure) (Network) (Wireless) (Powerline) (Wired) (Lan 2) And (Net1) (

How To Manage A Network On A Pnet 2.5 (Net 2) (Net2) (Procedure) (Network) (Wireless) (Powerline) (Wired) (Lan 2) And (Net1) ( Il presente documento HLD definisce l architettura e le configurazioni necessarie per separare la rete di management dai servizi dati dedicati al traffico cliente, con l obiettivo di poter accedere agli

More information

Rimaniamo a Vs. disposizione per eventuali chiarimenti o ulteriori informazioni. Cordiali saluti, Angelo Musaio Michela Parodi

Rimaniamo a Vs. disposizione per eventuali chiarimenti o ulteriori informazioni. Cordiali saluti, Angelo Musaio Michela Parodi Sperando di far cosa gradita, sottoponiamo all'attenzione delle SS.LL., con invito a valutarne la diffusione, il comunicato riportato nel seguito pervenuto dalla "International Business School Americas"

More information

Gplus Adapter 8.0. for Siebel CRM. Developer s Guide

Gplus Adapter 8.0. for Siebel CRM. Developer s Guide Gplus Adapter 8.0 for Siebel CRM Developer s Guide The information contained herein is proprietary and confidential and cannot be disclosed or duplicated without the prior written consent of Genesys Telecommunications

More information

Organization Requested Amount ( ) Leading Organization Partner 1*

Organization Requested Amount ( ) Leading Organization Partner 1* Integrated research on industrial biotechnologies 2016 Budget 2016 FILL IN THE FORM FOLLOWING THE GUIDELINES AND DO NOT DELATE THEM. PLEASE USE THE FONT TREBUCHET 10PT SINGLE SPACED. PLEASE UPLOAD THE

More information

Titoli delle qualifiche

Titoli delle qualifiche Level 1: Level 1 Award in Selling lawfully and ethically (Legalità ed etica della vendita) Level 1 Award in Understanding the sales cycle (Capire il processo di vendita) Level 1 Award in Understanding

More information

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl C.S.E. Nodi Tipici Parametrizzati al 15-4-2015 14/04/2015 Copyright (c) 2015 - Castalia srl 1 Avvertenze (1) Ci sono tre sezioni in questo documento: 1. Nodi in tutte le versioni (background azzurro):

More information

[MS-FSDAP]: Forms Services Design and Activation Web Service Protocol

[MS-FSDAP]: Forms Services Design and Activation Web Service Protocol [MS-FSDAP]: Forms Services Design and Activation Web Service Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

Advanced PDF workflows with ColdFusion

Advanced PDF workflows with ColdFusion Advanced PDF workflows with ColdFusion and LiveCycle Outline About PDF Generating PDF from ColdFusion Working with PDF forms in ColdFusion Workflows with XFA forms Designing XFA forms with LC Designer

More information

Modernize your NonStop COBOL Applications with XML Thunder September 29, 2009 Mike Bonham, TIC Software John Russell, Canam Software

Modernize your NonStop COBOL Applications with XML Thunder September 29, 2009 Mike Bonham, TIC Software John Russell, Canam Software Modernize your NonStop COBOL Applications with XML Thunder September 29, 2009 Mike Bonham, TIC Software John Russell, Canam Software Agenda XML Overview XML Thunder overview Case Studies Q & A XML Standard

More information

DRAFT. Standard Definition. Extensible Event Stream. Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com

DRAFT. Standard Definition. Extensible Event Stream. Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com Extensible Event Stream Standard Definition Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com XES Version: 1.0 Revision: 1 November 25, 2009 DRAFT Introduction Event logs, as they

More information

keyon Luna SA Monitor Service Administration Guide 1 P a g e Version Autor Date Comment

keyon Luna SA Monitor Service Administration Guide 1 P a g e Version Autor Date Comment Luna SA Monitor Service Administration Guide Version Autor Date Comment 1.1 Thomas Stucky 25. July 2013 Update installation instructions. 1 P a g e Table of Contents 1 Overview... 3 1.1 What is the keyon

More information

Europass Curriculum Vitae

Europass Curriculum Vitae Europass Curriculum Vitae Personal information First name(s) / Surname(s) Address(es) Christian Sciarretta Via Di Sotto 210 65100 Pescara (PE) Telephone(s) 0871-360600 Mobile: +39 320-8346668 Fax(es) 0871-360579

More information

Allegato XML flusso richieste di produzione

Allegato XML flusso richieste di produzione Allegato XML flusso richieste di produzione -

More information

WP2 Standards for integrating key competences in life skills into vocational teaching Country report for Italy

WP2 Standards for integrating key competences in life skills into vocational teaching Country report for Italy 1. Research sample Centri di Servizi per il Volontariato di Modena e Reggio Emilia Regione Toscana - Cultura e Educazione, Area Coordinamento MUS-E - associazione onlus per la prevenzione nel disagio scolastico

More information

Agency to System Infrastructure Provider Interface Specification

Agency to System Infrastructure Provider Interface Specification Agency to System Infrastructure Provider Interface Specification Version 1.0.0 November 8, 2006 FINAL Document History Status Release Date Comment Audience Draft 0.1.0 08/31/06 Posted for public review

More information

Comparison of Fully Software and Hardware Accelerated XML Processing

Comparison of Fully Software and Hardware Accelerated XML Processing Charles University in Prague Faculty of Mathematics and Physics Master Thesis Tomáš Knap Comparison of Fully Software and Hardware Accelerated XML Processing Department of Software Engineering Supervisor:

More information

Metal Working S.r.l. is an innovative company with a clear view. From design to products manufacturing, Metal Working takes care of every aspect of

Metal Working S.r.l. is an innovative company with a clear view. From design to products manufacturing, Metal Working takes care of every aspect of COMPANY PROFILE Metal Working S.r.l. is an innovative company with a clear view. From design to products manufacturing, Metal Working takes care of every aspect of production in its headquarter in Trentino,

More information

FLAVIO D ANNUNZIO Digital for Business

FLAVIO D ANNUNZIO Digital for Business ITALIAN ORPHAN DRUGS DAY Venerdì 13 febbraio 2015 Sala conferenze Digital for Business - Sesto San Giovanni (MI) FLAVIO D ANNUNZIO Digital for Business www.digitalforacademy.com Find the Patients, Drive

More information

Process Mining. Luigi Pontieri Istituto di Calcolo e Reti ad Alte Prestazioni ICAR-CNR Via Bucci 41c, Rende (CS) pontieri@icar.cnr.

Process Mining. Luigi Pontieri Istituto di Calcolo e Reti ad Alte Prestazioni ICAR-CNR Via Bucci 41c, Rende (CS) pontieri@icar.cnr. Process Mining Luigi Pontieri Istituto di Calcolo e Reti ad Alte Prestazioni ICAR-CNR Via Bucci 41c, Rende (CS) pontieri@icar.cnr.it Argomenti Caratteristiche generali delle tecniche di Process Mining

More information

INFORMAZIONI GENERALI / GENERAL INFORMATION

INFORMAZIONI GENERALI / GENERAL INFORMATION INFORMAZIONI GENERALI / GENERAL INFORMATION LE FLANGE DELLA SOCIETà INTERTUBI SONO FORNITE IN ACCORDO ALLE SEGUENTI NORME: INTERTUBI S FLANGES ARE PROVIDED IN ACCORDING WITH THE FOLLOWINGS STANDARDS Norma

More information

Security for industrial automation and control systems: Patch compatibility information

Security for industrial automation and control systems: Patch compatibility information Security for industrial automation and control systems: Patch compatibility information A Progress Report for Review and Comment From ISA99 Work Group 6 (Patch Management) The material in this report has

More information

«Software Open Source come fattore abilitante dei Progetti per le Smart Cities»

«Software Open Source come fattore abilitante dei Progetti per le Smart Cities» «Software Open Source come fattore abilitante dei Progetti per le Smart Cities» Le esperienze nell Electronic Ticketing, nel Wireless Sensor Networks, nei Telematic Services & Location Based Systems Enrico

More information

22/11/2015-08:08:30 Pag. 1/10

22/11/2015-08:08:30 Pag. 1/10 22/11/2015-08:08:30 Pag. 1/10 CODICE: TITOLO: MOC20462 Administering Microsoft SQL Server Databases DURATA: 5 PREZZO: LINGUA: MODALITA': 1.600,00 iva esclusa Italiano Classroom CERTIFICAZIONI ASSOCIATE:

More information

Fondazione Giangiacomo Feltrinelli -PAPERS- Urs Kälin. (Schweizerisches Sozialarchiv, Zürich)

Fondazione Giangiacomo Feltrinelli -PAPERS- Urs Kälin. (Schweizerisches Sozialarchiv, Zürich) Fondazione Giangiacomo Feltrinelli -PAPERS- GLI ARCHIVI DEL PRESENTE DAL DOCUMENTO TRADIZIONALE AL DOCUMENTO DIGITALE. FONTI PER UNA STORIA DEI MOVIMENTI SOCIALI CONTEMPORANEI MILANO 2-3 DICEMBRE 2004

More information

Organization Requested Amount ( ) Leading Organization Partner 1*

Organization Requested Amount ( ) Leading Organization Partner 1* Budget form 2016 FILL IN THE FORM FOLLOWING THE GUIDELINES AND DO NOT DELETE THEM. PLEASE USE THE FONT TREBUCHET 10PT, SINGLE-SPACED. PLEASE UPLOAD AS A PDF FILE. Si precisa che, per facilitare l inserimento

More information

Argos Web Service Interface Specification

Argos Web Service Interface Specification ARGOS Reference: Nomenclature: CLS-DT-NT-10-165 ARG-IF-22-1427-CLS Issue: 1. 4 Date: Mar. 19, 13 CLS-DT-NT-10-165 ARG-IF-22-1427-CLS V 1.4 Mar. 19, 13 i.1 Chronology Issues: Issue: Date: Reason for change:

More information

ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 12977 DELIBERA

ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 12977 DELIBERA ISTITUTO NAZIONALE DI FISICA NUCLEARE CONSIGLIO DIRETTIVO DELIBERAZIONE N. 12977 Il Consiglio Direttivo dell Istituto Nazionale di Fisica Nucleare, riunito a Roma in data 29 novembre 2013 alla presenza

More information

UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008

UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008 UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008 01. Preface page 1 02. Homework description 1 03. Homework Requirements and Evaluation

More information

The New Luxury World: l identità digitale nel lusso fa la differenza

The New Luxury World: l identità digitale nel lusso fa la differenza The New Luxury World: l identità digitale nel lusso fa la differenza Massimo Fubini Founder & CEO di ContactLab 7 Luxury Summit, Il Sole 24ORE, 10 giugno 2015 It may not be modified, organized or reutilized

More information

Il Valoredegli#OpenData

Il Valoredegli#OpenData Il Valoredegli#OpenData Forum PA, ROMA, 27 Maggio 2015 Prof. Paolo Nesi DISIT Lab Distributed Data Intelligence and Technologies Lab Lab Dipartimento di Ingegneria dell Informazione, DINFO Università degli

More information

Compliance Modeling. Formal Descriptors and Tools. , Falko Kötter 2. Report 2014/02 March 28, 2014

Compliance Modeling. Formal Descriptors and Tools. , Falko Kötter 2. Report 2014/02 March 28, 2014 Universität Stuttgart Fakultät Informatik, Elektrotechnik und Informationstechnik Compliance Modeling Formal Descriptors and Tools Christoph Fehling 1, Falko Kötter 2, Frank Leymann 1 Report 2014/02 March

More information

Main settling opportunities and infrastructures of the Province of Rovigo. www.investinpolesine.it

Main settling opportunities and infrastructures of the Province of Rovigo. www.investinpolesine.it Main settling opportunities and infrastructures of the Province of Rovigo Freight traffic and logistic in Polesine International Intermodal Rail Transport Flows (UIRR & ICF) in Europe in TEU/year (Veneto

More information

Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region

Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region Implementation of Recent Metadata Directives and Guidelines in Public Administration: the Experience of Sardinia Region Luisa Manigas, Michele Beneventi, Luca Corvetto, Rita Vinelli and Marco Melis Region

More information

A project to create an infrastructure for exchanging and integrating regional cadastral information.

A project to create an infrastructure for exchanging and integrating regional cadastral information. A project to create an infrastructure for exchanging and integrating regional cadastral information. Giovanni Ciardi Regione Emilia-Romagna http://www.sigmater.it/ Alghero, 30th June 2005 Agenda Introduction

More information

ALLEGATO A. Specifiche tecniche per la trasmissione telematica Modello 730/2015

ALLEGATO A. Specifiche tecniche per la trasmissione telematica Modello 730/2015 ALLEGATO A Specifiche tecniche per la trasmissione telematica Modello 730/2015 INDICE 1 AVVERTENZE GENERALI... 3 2 BREVI CENNI SUL LINGUAGGIO XML... 3 3 CONTENUTO DELLA FORNITURA... 5 3.1 GENERALITÀ...

More information

Appendix 1 Technical Requirements

Appendix 1 Technical Requirements 1 av 13 Appendix 1 Technical Requirements Version 2.4.7 Technical requirements for membership in the Skolfederation The Skolfederation has, like many other federation initiatives, the goal to use the following

More information

Percorso Mcsa Managing and Mainting Windows 8

Percorso Mcsa Managing and Mainting Windows 8 Percorso Mcsa Managing and Mainting Windows 8 Descrizione In questo corso, gli studenti imparano a progettare l'installazione, la configurazione e la manutenzione di Windows 8. Due caratteristiche uniche

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-EDCSOM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

L ordine perfet to. In perfect order. Attuatore elettrico a stelo per apertura e chiusura di finestre a sporgere, a lamelle, pale frangisole e cupole

L ordine perfet to. In perfect order. Attuatore elettrico a stelo per apertura e chiusura di finestre a sporgere, a lamelle, pale frangisole e cupole Attuatore elettrico a stelo per apertura e chiusura di a sporgere, a lamelle, pale frangisole e cupole Spindle actuator for opening and closing tophung outward, skylights, solar shading and domes Aperture

More information

Deliberazione n.6/2013. Audit su Annual Progress Report del CERN. SEZIONE DI CONTROLLO PER GLI AFFARI COMUNITARI ED INTERNAZIONALI

Deliberazione n.6/2013. Audit su Annual Progress Report del CERN. SEZIONE DI CONTROLLO PER GLI AFFARI COMUNITARI ED INTERNAZIONALI Deliberazione n.6/2013. Audit su Annual Progress Report del CERN. SEZIONE DI CONTROLLO PER GLI AFFARI COMUNITARI ED INTERNAZIONALI IL COLLEGIO PER L ATTIVITA DI CONTROLLO SUL CERN composto dai Magistrati:

More information

XEP-0337: Event Logging over XMPP

XEP-0337: Event Logging over XMPP XEP-0337: Event Logging over XMPP Peter Waher mailto:peterwaher@hotmail.com xmpp:peter.waher@jabber.org http://www.linkedin.com/in/peterwaher 2015-11-09 Version 0.2 Status Type Short Name Experimental

More information

CARATTERISTICHE TECNICHE CARATTERISTICHE TECNICHE TECHNICAL CHARACTERISTICS

CARATTERISTICHE TECNICHE CARATTERISTICHE TECNICHE TECHNICAL CHARACTERISTICS CARATTERISTICHE TECNICHE CARATTERISTICHE TECNICHE TECHNICAL CHARACTERISTICS CARATTERISTICHE TECNICHE TECHNICAL CHARACTERISTICS 388 CARATTERISTICHE TECNICHE GRES TECNICO TECHNICAL PORCELAIN TILES TECHNICAL

More information

TO THE MEDIA REPRESENTATIVE The accreditation procedure to the 2015 WSK Series has started.

TO THE MEDIA REPRESENTATIVE The accreditation procedure to the 2015 WSK Series has started. TO THE MEDIA REPRESENTATIVE The accreditation procedure to the 2015 WSK Series has started. The accreditation request must arrive by January 15 th 2015. To request the accreditation to the single event,

More information

Design and Implementation of a Feedback Systems Web Laboratory Prototype

Design and Implementation of a Feedback Systems Web Laboratory Prototype Design and Implementation of a Feedback Systems Web Laboratory Prototype Gerardo Viedma Núñez AUP Final Report MIT EECS May 25, 2004 Supervisor: Dr. Kent Lundberg Contents 1 Introduction 5 1.1 Overview..................................

More information

EFSOC Framework Overview and Infrastructure Services

EFSOC Framework Overview and Infrastructure Services EFSOC Framework Overview and Infrastructure Services Infolab Technical Report Series INFOLAB-TR-13 Kees Leune Id: infraserv.tex,v 1.12 2003/10/23 10:36:08 kees Exp 1 Contents 1 Introduction 4 1.1 Notational

More information

Curriculum Vitae. Valter Crescenzi. February 2012

Curriculum Vitae. Valter Crescenzi. February 2012 Curriculum Vitae Valter Crescenzi February 2012 Contact Info Valter Crescenzi Via della Vasca Navale, 79 I-00146 Rome, Italy Tel. +39 06 5733 3535 e mail: crescenz@dia.uniroma3.it Current Position: Assistant

More information

manuale officina golf 5 : The User's Guide

manuale officina golf 5 : The User's Guide manuale officina golf 5 : The User's Guide manuale officina golf 5 actually features a great offer for his or her customers by offering users unlimited access and downloads. MANUALE OFFICINA GOLF 5 You

More information

Poste Italiane ICT Measurement

Poste Italiane ICT Measurement Poste Italiane ICT Measurement Paolo Baldelli DCPT Process and Technologies Central Department Poste Italiane S.p.A. 1 Direzione Centrale Processi e Tecnologie Agenda! Poste Italiane : the Company and

More information

[MS-QoE]: Quality of Experience Monitoring Server Protocol Specification

[MS-QoE]: Quality of Experience Monitoring Server Protocol Specification [MS-QoE]: Quality of Experience Monitoring Server Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

More information

0810611987.07.06.1988 and 0810611988-04.09.1988 Servizio Addestramento e Formazione Professionale della Provincia Autonoma di Trento -

0810611987.07.06.1988 and 0810611988-04.09.1988 Servizio Addestramento e Formazione Professionale della Provincia Autonoma di Trento - EUROPEAN CURRICULUM VITAE PERSONAL INFORMATION Name LUCIANO GALETTI WORK EXPERIENCE 0810611987.07.06.1988 and 0810611988-04.09.1988 Servizio Addestramento e Formazione Professionale della Provincia Autonoma

More information

Gara Europea a procedura aperta per l affidamento dei servizi di gestione e

Gara Europea a procedura aperta per l affidamento dei servizi di gestione e Allegato 1 Gara Europea a procedura aperta per l affidamento dei servizi di gestione e monitoraggio del sistema informatico dell Autorità Nazionale Anticorruzione L elenco completo degli applicativi da

More information

comscore Day Press Conference Milan, 19 th November 2015

comscore Day Press Conference Milan, 19 th November 2015 comscore Day Press Conference Milan, 19 th November 2015 For info about the proprietary technology used in comscore products, refer to http://comscore.com/about_comscore/patents vce in Italy Today: The

More information

CURRICULUM VITAE. WORK EXPERIENCE (Academic) EDUCATIONAL QUALIFICATIONS. Maria Giovanna Confetto

CURRICULUM VITAE. WORK EXPERIENCE (Academic) EDUCATIONAL QUALIFICATIONS. Maria Giovanna Confetto CURRICULUM VITAE Maria Giovanna Confetto WORK EXPERIENCE (Academic) Current Researcher and Lecturer in Marketing and Communication position Department of Communication Sciences, Faculty of Humanities University

More information

DMP ESB Stanlab Interface vejledning i anvendelse.

DMP ESB Stanlab Interface vejledning i anvendelse. DMP ESB Stanlab Interface vejledning i anvendelse. Dette interface anvendes til enten at kalde PULS eller JUPITER stanlab Interfaces. Via interface kaldes enten PULS eller JUPITER. Som styrekode anvendes

More information

The Direct Project. Implementation Guide for Direct Project Trust Bundle Distribution. Version 1.0 14 March 2013

The Direct Project. Implementation Guide for Direct Project Trust Bundle Distribution. Version 1.0 14 March 2013 The Direct Project Implementation Guide for Direct Project Trust Bundle Distribution Version 1.0 14 March 2013 Version 1.0, 14 March 2013 Page 1 of 14 Contents Change Control... 3 Status of this Guide...

More information

Materiale a supporto per il lettore:

Materiale a supporto per il lettore: Materiale a supporto per il lettore: Questo documento raccoglie tutti i principali link presenti all interno del libro per facilitare la consultazione on-line dei documenti. La riproduzione dei materiali

More information

Session Initiation Protocol (SIP) Registration Extensions

Session Initiation Protocol (SIP) Registration Extensions [MS-SIPREGE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

PEPPOL Deliverable D1.1 Requirements for Use of Signatures in Public Procurement Processes Part 5: XKMS v2 Interface Specification

PEPPOL Deliverable D1.1 Requirements for Use of Signatures in Public Procurement Processes Part 5: XKMS v2 Interface Specification PEPPOL Deliverable D1.1 Requirements for Use of Signatures in Public Procurement Processes Part 5: XKMS v2 Interface Specification Profiling and Extensions Specification Version 1.2 PEPPOL WP1 2009-04-30

More information

SALES KIT. Guida agli strumenti di vendita Voyages-sncf.eu e processo di accreditamento. Documento riservato. Proprietà di VSC Groupe

SALES KIT. Guida agli strumenti di vendita Voyages-sncf.eu e processo di accreditamento. Documento riservato. Proprietà di VSC Groupe SALES KIT IT Guida agli strumenti di vendita Voyages-sncf.eu e processo di accreditamento. Documento riservato. Proprietà di VSC Groupe SOMMARIO WEB SERVICES: DI CHE COSA SI TRATTA? WEB SERVICES: EURONET

More information

WEBLAB - SCHEDA DOCUMENTO N 230

WEBLAB - SCHEDA DOCUMENTO N 230 WEBLAB - SCHEDA DOCUMENTO N 230 TIPO DI DOCUMENTO: NEWS TITOLO: Meeting GL UNI CEN TC 348 Facility Management SOTTOTITOLO: AUTORE: Cognome Nome (max. 3 tra virgole) / Ente / AA VV: Terotec AUTORE (A CURA

More information

CAS Protocol 3.0 specification

CAS Protocol 3.0 specification CAS Protocol 3.0 specification Contents CAS Protocol 3.0 Specification 5 Authors, Version 5 1. Introduction 5 1.1. Conventions & Definitions.................... 5 1.2 Reference Implementation....................

More information

A technician s views on the digital signature in Italy

A technician s views on the digital signature in Italy Article A technician s views on the digital signature in Italy ING. FRANCO RUGGIERI Italians, like most of the civil law countries citizens, enjoy the best and the worst of having a great number of laws,

More information

Other reports in this series. National Cyber Security Organisation in Czech Republic. National Cyber Security Organisation in Estonia

Other reports in this series. National Cyber Security Organisation in Czech Republic. National Cyber Security Organisation in Estonia This publication is a product of the NATO Cooperative Cyber Defence Centre of Excellence (the Centre). It does not necessarily reflect the policy or the opinion of the Centre, NATO, any agency or any government.

More information

CUSCINETTI E SUPPORTI

CUSCINETTI E SUPPORTI CUSCIETTI E SUORTI _00_00 CUSCIETTI SU SUORTI A FAGIA QUARA BEARIGS O SQUARE FAGE SUORTS IAMETRO ABERO - SHAFT IAMETER 40 mm 50 mm 60 mm 70 mm 80 mm 90 mm 100 mm IMESIOI IGOMBRO - OVERA IMESIOS iametro

More information

Programma corso di formazione J2EE

Programma corso di formazione J2EE Programma corso di formazione J2EE Parte 1 Web Standard Introduction to Web Application Technologies Describe web applications Describe Java Platform, Enterprise Edition 5 (Java EE 5) Describe Java servlet

More information

DATE DOCUMENT CONTACT MAIL PHONE. 9th February 2015 Appendix 3A1 Peter Holst HerzbergPeter Holst Herzberg phol@vd.dk

DATE DOCUMENT CONTACT MAIL PHONE. 9th February 2015 Appendix 3A1 Peter Holst HerzbergPeter Holst Herzberg phol@vd.dk DATE DOCUMENT CONTACT MAIL PHONE 9th February 2015 Appendix 3A1 Peter Holst HerzbergPeter Holst Herzberg phol@vd.dk NEW TRAFFIC MAP APPENDIX 3A1: INTERFACES TO OTHER IT-SYSTEMS - DOCUMENTATION Niels Juels

More information

[MS-QoE]: Quality of Experience Monitoring Server Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QoE]: Quality of Experience Monitoring Server Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QoE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

COPIA TRATTA DA GURITEL GAZZETTA UFFICIALE ON-LINE

COPIA TRATTA DA GURITEL GAZZETTA UFFICIALE ON-LINE Supplemento ordinario alla Gazzetta Ufficiale,, n. 288 del 12 dicembre 2006 - Serie generale Spediz. abb. post. 45% - art. 2, comma 20/b Legge 23-12-1996, n. 662 - Filiale di Roma SI PUBBLICA TUTTI PARTE

More information

MANUALE ACOUSTIMASS 5 III SERIE

MANUALE ACOUSTIMASS 5 III SERIE MANUALE ACOUSTIMASS 5 III SERIE If you need to use a destination search and find the correct manuals for the products, you can go to this website that gives many manuale acoustimass 5 iii serie. You can

More information

The LEGAME COVALENTE An Integrated Health Information System

The LEGAME COVALENTE An Integrated Health Information System The LEGAME COVALENTE An Integrated Health Information System Maria Teresa Nespeca 1, Alessandro Novelli, Aldo Franco Dragoni 2 1 Università Azienda Sanitaria Unica Regionale Marche, Zona Territoriale 13

More information

extmdb Estensione di gvsig per l'accesso ai dati in formato GeoMedia MDB

extmdb Estensione di gvsig per l'accesso ai dati in formato GeoMedia MDB ai dati in formato GeoMedia MDB Stefano Orlando (orste@libero.it) Independent GIS & IT Security Consultant GeoMedia è un marchio registrato di Intergraph Corporation Copyright (C) 2009 Stefano Orlando.

More information

LED Power. Power Supplies for constant current HI-POWER LEDs 350/700mA Alimentatori per LED in corrente costante HI-POWER 350/700mA 82206/700

LED Power. Power Supplies for constant current HI-POWER LEDs 350/700mA Alimentatori per LED in corrente costante HI-POWER 350/700mA 82206/700 LED Power The power supplies and accessories showed in this section are designed to achieve the best lighting and long lasting performances for LED fixtures. A particular attention has been dedicated to

More information

How To Write A Type Definition In Xhtml 1.2.2

How To Write A Type Definition In Xhtml 1.2.2 BASI DI DATI II 2 modulo Parte III: Schemi per XML Prof. Riccardo Torlone Università Roma Tre Outline The purpose of using schemas The schema languages DTD and XML Schema Regular expressions a commonly

More information

ICT PSP: regole e consigli per la partecipazione

ICT PSP: regole e consigli per la partecipazione ICT PSP: regole e consigli per la partecipazione Iacopo De Angelis NCP ICT PSP APRE APRE Chi è Centro di ricerca no-profit, creato nel 1990 con il patrocinio del Ministero della Ricerca e della Commissione

More information

think outside the box

think outside the box think outside the box ATTUALE, ESOTICO, COSMOPOLITA. Bali EVOCA IL FASCINO E LE SUGGESTIONI DI PAESI LONTANI IN CHIAVE CONTEMPORANEA. Bali SI ISPIRA ALLA PREGIATA LAVORAZIONE DEL LEGNO DI BANANO DI CUI

More information

The Management Centre for Interoperability, Cooperation and Access Infrastructure Services (CG-SICA) part 1

The Management Centre for Interoperability, Cooperation and Access Infrastructure Services (CG-SICA) part 1 The Management Centre for Interoperability, Cooperation and Access Infrastructure Services (CG-SICA) part 1 Workshop on ICT Service Oriented Network Architectures University of Rome La Sapienza, May 5

More information

The New Luxury World: l identità digitale nel lusso fa la differenza

The New Luxury World: l identità digitale nel lusso fa la differenza The New Luxury World: l identità digitale nel lusso fa la differenza Massimo Fubini Founder & CEO di ContactLab 7 Luxury Summit, Il Sole 24ORE, 10 giugno 2015 It may not be modified, organized or reutilized

More information

The Italian Securities Market - A Guide For Beginners

The Italian Securities Market - A Guide For Beginners G-SIBs Indicatori quantitativi dati al 31 Dicembre 2014 2 >> G-SIBs Indicatori di rilevanza sistemica Disclosure di tutte le variabili che concorrono a determinare i 13 indicatori di rilevanza sistemica

More information

The CNIPA Case Study - A Review

The CNIPA Case Study - A Review c n i p a E LECTRONIC R ESOURCE P RESERVATION AND A CCESS N ETWORK www.erpanet.org ERPANET Electronic Resource Preservation and Access Network is an activity funded by the European Commission under its

More information

Catalogo Corsi 2013/2014

Catalogo Corsi 2013/2014 Catalogo Corsi 2013/2014 Area Brand Titolo gg Aula gg 1 to 1 Grafica Ottimizzazioni immagini per schermo 1 1 Grafica Adobe After Effect CS5 base 3 3 Grafica Adobe After Effect CS6 base 3 3 Grafica Adobe

More information

Curriculum Vitae Marika Arena

Curriculum Vitae Marika Arena Curriculum Vitae Marika Arena General information Birthplace and Date: December, 9th, 1979 Gallarate, Varese (Italy) Address: Dipartimento di Ingegneria Gestionale Politecnico di Milano Piazza Leonardo

More information

Certificati e Certification Authority

Certificati e Certification Authority UNIVERSITA DEGLI STUDI DI PARMA Dipartimento di Ingegneria dell Informazione Crittografia applicata: X.509 e PGP Certificati e Certification Authority Luca Veltri (mail.to: luca.veltri@.veltri@unipr.it)

More information

Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0

Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0 Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0 Qualche anno fa ho sviluppato un' applicazione in VB6 per l' ottimizzazione

More information