European Commission. Inter-institutional Transmission Protocol. Protocol Description

Size: px
Start display at page:

Download "European Commission. Inter-institutional Transmission Protocol. Protocol Description"

Transcription

1 European Commission Inter-institutional Transmission Protocol Protocol Description Intended readers: all third parties (institutions, organs, offices) willing to implement the inter-institutional transmission protocol Version: Last update date: 26/06/2013 1/19

2 Document History Version Date Auteur Description des modifications /11/2012 Julien LESOUËF /06/2013 Julien LESOUËF Updated the document to the latest version of the format. Fixed workflow numbers given in some examples. Updated the document to the latest version of the format. Reference Documents N Document Description 1 e-trusex Adpapter Interface_v2.1.doc 2 CM zip _JLS_Inter-institutional Transmission_v1.0.0.zip 4 xsd (directory) 5 Inter-institutional Transmission Format - Format Description_v1.1.0.html 6 xml (directory) Documentation for the integration with an e- TrustEx adapter. Core Metadata package containing schemas, examples and documentation. Inter-institutional Transmission package containing schemas, examples and documentation. XML schemas defining the Inter-institutional Transmission format (part of the Interinstitutional Transmission package [3]). Inter-institutional Transmission Format Description (part of the Inter-institutional Transmission package [3]). XML examples of the Inter-institutional Transmission format (part of the Interinstitutional Transmission package [3]). Definitions, Acronyms and Abbreviations Term e-greffe e-trustex Bundle Definition IT system which helps the greffe to manage the decisionmaking process of the European Commission. It allows the electronic transmission of dossiers to institutions, organs, offices Trusted document exchange platform. Two IT systems can use it to exchange messages and documents between each other. In the context of e-trustex, message exchanged by two IT systems. 2/19

3 XML XSD Dossier Work Expression Manifestation Manifestation reference Text Extensible Mark-up Language. Mark-up language making it possible to encode and structure information. XML Schema Definition. Mark-up language making it possible to define an XML format. Consolidated group of works. Each work has a number, but some works can share the same number (example: an act and its annexes). Document in its generic meaning of intellectual unit of content (term referring to the FRBR standard). It is an act, an annex (to an act), a supporting document (staff working document, impact assessment) or any other type of document. Linguistic version of a work (term referring to the FRBR standard). Version of an expression in a particular format (term referring to the FRBR standard). Example: a PDF version in spanish. Reference to a text within a manifestation (attachment name, file name). If the manifestation is made up of several parts, there is a manifestation reference for every part. Actual document content referenced in a manifestation. It is the content of an MS Word document, a PDF document or any other type of manifestation. Table of contents 1 INTRODUCTION OVERALL OVERVIEW INTEGRATION WITH E-TRUSTEX E-TRUSTEX MESSAGE BUNDLE TRANSMISSION SENT THROUGH E-TRUSTEX EUROPEAN COMMISSION TRANSMISSION METADATA XML FORMAT WELL-FORMEDNESS AND VALIDATION ENVELOPE EXTENSIONS DOSSIER METADATA REFERRAL LETTER /19

4 4.6 REFERENCE TO SECONDARY LEGISLATION TRANSMISSION PROTOCOL FOR A LEGAL EVENT DOSSIER COMPLETION WORK VERSIONING WRONG ORDER OF TRANSMISSIONS /19

5 1 Introduction This document aims at describing the protocol of transmission of works and procedural information from the European Commission to the other institutions (Council, European Parliament), the Publications Office (OP), National Parliaments, Permanents Representations The proposed solution is based on the use of the e-trustex platform as mean of transport, and on a metadata description XML format. The purpose of this document is not to describe the e-trustex protocol, but only to describe how e-trustex is used for the transmission. For further details about e-trustex protocol and integration, please refer to the document [1]. This document does not explain in details the metadata description XML format. For further information about the format, please refer to the document [5] and to the documentation included in the Core Metadata package [2]. This document is part of the Inter-institutional Transmission package [3]. 5/19

6 2 Overall overview The following diagram shows how a complete dossier is sent by e-greffe to a third party: e-greffe First transmission Second transmission Final transmission Extra transmission MD Texts MD Texts MD Texts MD Texts Third party time Transaction for a complete dossier Every transmission: Contains inter-institutional transmission metadata (MD), May contain some or all texts of the dossier (Texts). For some reasons, one or several transmissions can be done for a dossier. At the third party's side, the dossier cannot be completed as long as the final transmission is not done. When it is necessary, extra transmissions may be done for a dossier that is already complete. If this is the case, these transmissions can contain new versions of texts which cancel and replace versions of texts sent with previous transmissions. 3 Integration with e-trustex 3.1 e-trustex Message Bundle The e-trustex platform defines the concept of bundle. A bundle is a message that contains multiple attachments. A message bundle is actually made of the following elements: A message bundle description, Several attachments. The message bundle description makes reference to all attachments contained in the bundle. 6/19

7 3.2 Transmission Sent Through e-trustex A transmission is sent through a single e-trustex message bundle (whatever the total size of the attachments is). The documents attached to the message bundle are: An inter-institutional transmission metadata sheet (XML), Zero, one or several texts (acts, annexes, supporting documents). The metadata sheet is identifiable by the fact that it presents the type METADATA. It makes reference to: Texts sent with the current transmission (as the e-trustex message bundle description does), All texts already sent with previous transmissions. 4 European Commission Transmission Metadata XML Format The format of the metadata is defined in XML schemas [4] ( ec-transmission-vx.y.xsd and its associated schemas). A more friendly description is also provided in the document Interinstitutional Transmission Format [5]. In addition, some complete XML examples are provided [6]. The format is based on the Core Metadata format which is defined by the Publications Office (OP) and approved by the Inter-institutional Metadata Management Committee (IMMC). This format is described in the document [3]. The inter-institutional transmission metadata sheet sent with the transmission is generated based on this format. The next sections give further details on some of the aspects of the format. The given XML examples use namespace prefixes defined as follows: <ect:ec_transmission_request xmlns:ect="urn:eu:ec:transmission:vxy" xmlns:ecext="urn:eu:ec:cm:common:extensions:vxy" xmlns:cmt=" xmlns:cm=" xmlns:xsi=" 4.1 Well-formedness and Validation Recipients are free to check that the metadata sheet produced by e-greffe is well-formed and validates against the XML schema. 7/19

8 4.2 Envelope The format defines some elements enveloping the structure of the Core Metadata schema. The root element of the metadata sheet could be: Element Description ec_transmission_request The recipient receives the transmission as an addressee under the legal basis of the act, for consultation, for information or any other reason. Actions may be required from the recipient, depending on the addressee role as specified in the addressee list available in the metadata. If the recipient of a transmission is not in the addressee list, the handling of the transmission is entirely their choice. Under the root element, an element transmission describes the current sending. Two of its sub-elements are of major importance: Element Description procedure_interinstitutional This element is only present for acts being in the context of an inter-institutional procedure. It contains the whole structure defined in the Core Metadata format. All its subelements are independent from the rest of the structure. workflow This element is always present. It describes the internal procedure carried on at the European Commission (procedure type, procedure number, adoption date). Its sub-elements do not describe items (like works and legal basis) already given in the element procedure_interinstitutional (if present). Example 1: autonomous act (no inter-institutional procedure) <cmt:transmission id="222222"> <cmt:workflow> <cmt:legal_basis_list> <!-- Règlement (CE) No 1234/2007 du Conseil --> <cmt:legal_basis> <cm:document_legal>reg/2007/1234/ec</cm:document_legal> </cmt:legal_basis> </cmt:legal_basis_list> <cmt:extension xsi:type="ecext:workflowextensiontype"> <ecext:workflow_number> <ecext:code>ph</ecext:code> <ecext:year cm:public="false">2011</ecext:year> <ecext:number cm:public="false">9895</ecext:number> </ecext:workflow_number> <ecext:adoption_date_time> t17:33:03</ecext:adoption_date_time> <ecext:greffe_manager cm:public="false"> <ecext:first_name>fatima</cn:first_name> <ecext:last_name>elyoussofi</cn:last_name> </ecext:greffe_manager> <ecext:agent_person_list> 8/19

9 <ecext:agent_person role="resp_pers">dacian CIOLOŞ</ecext:agent_person> </ecext:agent_person_list> <ecext:eea_relevance>false</ecext:eea_relevance> <ecext:codified_version>false</ecext:codified_version> <ecext:durability>d</ecext:durability> </cmt:extension> <!-- Acte : SJ Règlement d'exécution (UE) N.../.. de la Commission --> <cm:type_work>reg_impl</cm:type_work> <cm:identifier_work>c(2011)9861/1000</cm:identifier_work> </cmt:workflow> </cmt:transmission> Example 2: legislative proposal (in the context of an inter-institutional procedure) <cmt:transmission id="80389"> <cmt:workflow> <!-- Legal basis later defined in the structure procedure_interinstitutional --> <cmt:extension xsi:type="ecext:workflowextensiontype"> <ecext:workflow_number> <ecext:code>pe</ecext:code> <ecext:year cm:public="false">2010</ecext:year> <ecext:number cm:public="false">7399</ecext:number> </ecext:workflow_number> <ecext:adoption_date_time> t11:07:01</cn:adoption_date_time> <ecext:greffe_manager cm:public="false"> <ecext:first_name>maria Helena</ecext:first_name> <ecext:last_name>monteiro</ecext:last_name> </ecext:greffe_manager> <ecext:eea_relevance>false</ecext:eea_relevance> <ecext:codified_version>false</ecext:codified_version> <ecext:durability>d</ecext:durability> </cmt:extension> <!-- Act later defined in the structure procedure_interinstitutional --> <cn:work_reference ref="com(2010)624/1000"/> <!-- Lettre de saisine au Parlement européen --> <cm:type_work>letter</cm:type_work> <cm:identifier_work>sgd/2011/21079/2000</cm:identifier_work> </cmt:workflow> <cm:procedure_interinstitutional> <cm:identifier_procedure> <cm:year_procedure>2010</cm:year_procedure> <cm:number_procedure>312</cm:number_procedure> </cm:identifier_procedure> <cm:event_legal> <cm:type_event>adp_bycom</cm:type_event> <cm:type_interinstitutionalprocedure>olp</cm:type_interinstitutionalprocedure> <cm:basis_legal_procedure> <cm:document_legal>tfeu_2010</cm:document_legal> <cm:article>77</cm:article> <cm:paragraph>2</cm:paragraph> </cm:basis_legal_procedure> <!-- Act of type Proposal for a REGULATION --> <cm:type_work>prop_reg</cm:type_work> <cm:identifier_work>com(2010)624/1000</cm:identifier_work> </cm:event_legal> </cm:procedure_interinstitutional> </cmt:transmission> 9/19

10 4.3 Extensions The format takes advantage of the extension mechanism of the Core Metadata format by defining extension types which are instantiated at the appropriate extension points. Seven extension points are used: Element TransmissionExtensionType WorkflowExtensionType Description Element type defined at the transmission level. Element type defined at the workflow level. ProcedureExtensionType Element type defined at the procedure_interinstitutional level. EventExtensionType WorkExtensionType ExpressionExtensionType ManifestationExtensionType Element type defined at the event_legal level. Element type defined at the work level. Element type defined at the expression level. Element type defined at the manifestation level. The extension points are always exposed, even if there are no sub-elements to expose. Their types are defined with the attribute xsi:type. Example 1: transmission extension <cmt:transmission id="111111"> <cmt:extension xsi:type="ecext:transmissionextensiontype"> <ecext:sender cm:public="false"> <ecext:name>maria Helena MONTEIRO</ecext:name> <ecext:phone_number>92322</ecext:phone_number> </ecext:sender> </cmt:extension> </cmt:transmission> Example 2: workflow extension <cmt:workflow> <cmt:extension xsi:type="ecext:workflowextensiontype"> <ecext:workflow_number> <ecext:code>pe</ecext:code> <ecext:year cm:public="false">2010</ecext:year> <ecext:number cm:public="false">7399</ecext:number> </ecext:workflow_number> <ecext:adoption_date_time> t11:07:01</ecext:adoption_date_time> <ecext:greffe_manager cm:public="false"> <ecext:first_name>maria Helena</ecext:first_name> <ecext:last_name>monteiro</ecext:last_name> <ecext:person_details> <ecext:address>berl 05/111</ecext:address> <ecext:phone_number>92322</ecext:phone_number> <ecext: _address>maria- <ecext:language_code>fra</ecext:language_code> </ecext:person_details> </ecext:greffe_manager> 10/19

11 <ecext:eea_relevance>false</ecext:eea_relevance> <ecext:codified_version>false</ecext:codified_version> <ecext:durability>d</ecext:durability> </cmt:extension> </cmt:workflow> Example 3: procedure_interinstitutional extension <cm:procedure_interinstitutional> <cm:extension xsi:type="ecext:procedureextensiontype"> <ecext:subsidiarity_proportionality_application> <ecext:competence_type>shared</ecext:competence_type> <ecext:legal_reference> <cm:document_legal>tfeu_2010</cm:document_legal> <cm:article>4</cm:article> </ecext:legal_reference> </ecext:subsidiarity_proportionality_application> </cm:procedure_interinstitutional> Example 4: event_legal extension <cm:event_legal> <cm:extension xsi:type="ecext:eventextensiontype"> <ecext:agent_person role="resp_pers">cecilia MALMSTRÖM</ecext:agent_person> </cm:event_legal> Example 5: work extension <cm:extension xsi:type="ecext:workextensiontype"> <ecext:category>act</ecext:category> <ecext:original_language_code>eng</ecext:original_language_code> <ecext:internal_number> <ecext:code>com</ecext:code> <ecext:year>2010</ecext:year> <ecext:number>624</ecext:number> </ecext:internal_number> <ecext:sequence>1</ecext:sequence> <ecext:security_info> <ecext:sensitivity_level>normal</ecext:sensitivity_level> </ecext:security_info> <ecext:summary_title>proposition de Règlement du Parlement européen et du Conseil portant création d un mécanisme d évaluation destiné à contrôler l application de l acquis de Schengen</ecext:summary_title> Example 6: expression extension <cm:language>dan</cm:language> <cm:title lang="dan"></cm:title> <cm:extension xsi:type="ecext:expressionextensiontype"> <ecext:estimated_transmission_date_time> T23:59:59</ecext:estimated_transmission_date_time> 11/19

12 Example 6: manifestation extension page_count="9">1_en_act_part1_v3.doc</cm:reference_manifestation> 4.4 Dossier Metadata The metadata sheet provides the following pieces of information, as long as they are known by e-greffe: The list of works expected by the third party (even if none of the texts of a work has ever been sent to the third party), The type of every work, The identifier of every work, The number of order of every work, The original language for every work, The list of languages (expressions) expected by the third party for every work (even if none of the texts of an expression has ever been sent to the third party), The title of every work in every language. The metadata sheet provides information about every text, provided that it has already been sent to the third party (with the current transmission or with a previous transmission): The manifestation which the text belongs to, The format of the text (MS Word, PDF), The reference to the text. See the example COM_2011_815-ec-transmission-vx.y.xml [6]: One act and four annexes, Only DEU, ENG and FRA sent. 4.5 Referral Letter A referral letter is always exposed as a work in the structure workflow. It presents the following special characteristics: No version, SGD cote as identifying number (example: SGD/2011/21079), Only one expression with an unknown language (ZXX), Only one manifestation with only one manifestation reference. 12/19

13 4.6 Reference to secondary legislation At various points, the metadata sheet can make references to secondary legislation, i.e., an existing act or agreement. This kind of reference is formatted as follows: [type code]/[year]/[number]/[organisation] The type could be: Code REG DIR DEC AGREEMENT INTERNAL_AGREEMENT PARTNERSHIP_AGREEMENT INTERINSTITUTIONAL_AGREEMENT Description Regulation Directive Decision Agreement Internal Agreement Partnership Agreement Inter-institutionnal Agreement The organisation could be: Code EEC EC EU Description European Economic Community European Community European Union Example for the Council Regulation (EC) No 1234/2007: <cm:document_legal>reg/2007/1234/ec</cm:document_legal> 5 Transmission Protocol for a Legal Event 5.1 Dossier Completion As already said in previous sections, the texts of the dossier can actually be sent over several transmissions. Therefore, it is the third party's responsibility to aggregate texts sent with the transmissions until the complete reception of the dossier. A dossier can be considered as complete when at least one manifestation is exposed for all expressions of all works. Example Step 1: only ENG sent, waiting for FRA, SPA and GAL <cm:language>eng</cm:language> <cm:title lang="eng">proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive 2000/25/EC as regards the application of emission stages to narrow-track tractors</cm:title> 13/19

14 page_count="5">10001</cm:reference_manifestation> page_count="10">10002</cm:reference_manifestation> <cm:language>fra</cm:language> <cm:title lang="fra"></cm:title> <cm:language>spa</cm:language> <cm:title lang="spa"></cm:title> <cm:language>gal</cm:language> <cm:title lang="gal"></cm:title> Example Step 2: ENG already sent, only FRA sent, waiting for SPA and GAL <cm:language>eng</cm:language> <cm:title lang="eng">proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive 2000/25/EC as regards the application of emission stages to narrow-track tractors</cm:title> page_count="5">10001</cm:reference_manifestation> page_count="10">10002</cm:reference_manifestation> <cm:language>fra</cm:language> <cm:title lang="fra">proposition de DIRECTIVE DU PARLEMENT EUROPÉEN ET DU CONSEIL modifiant la directive 2000/25/CE en ce qui concerne l'application de phases d'émissions aux tracteurs à voie étroite</cm:title> 14/19

15 page_count="7">10011</cm:reference_manifestation> page_count="10">10012</cm:reference_manifestation> <cm:language>spa</cm:language> <cm:title lang="spa"></cm:title> <cm:language>gal</cm:language> <cm:title lang="gal"></cm:title> Example Step 3: ENG and FRA already sent, only SPA sent, work complete (GAL not expected any longer) <cm:language>eng</cm:language> <cm:title lang="eng">proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL amending Directive 2000/25/EC as regards the application of emission stages to narrow-track tractors</cm:title> page_count="5">10001</cm:reference_manifestation> page_count="10">10002</cm:reference_manifestation> <cm:language>fra</cm:language> <cm:title lang="fra">proposition de DIRECTIVE DU PARLEMENT EUROPÉEN ET DU CONSEIL modifiant la directive 2000/25/CE en ce qui concerne l'application de phases d'émissions aux tracteurs à voie étroite</cm:title> page_count="7">10011</cm:reference_manifestation> 15/19

16 page_count="10">10012</cm:reference_manifestation> <cm:language>spa</cm:language> <cm:title lang="spa">propuesta de DIRECTIVA DEL PARLAMENTO EUROPEO Y DEL CONSEJO por la que se modifica la Directiva 2000/25/CE en lo que respecta a la aplicación de fases de emisiones a los tractores de vía estrecha</cm:title> page_count="7">10021</cm:reference_manifestation> page_count="11">10022</cm:reference_manifestation> A transmission can also contain a text which was already sent with a previous transmission (text with the same exact content). The third party is free to choose the appropriate strategy to apply in such cases (ignore, replace, keep both). 5.2 Work Versioning A correction may be applied to texts already transmitted. When new texts (containing the correction) are sent, the unchanged texts (which did not need a correction) are not resent. The attached metadata sheet mentions a different version for the concerned works and lists: New texts: new manifestation references for each modified manifestation/expression with modified content; Unchanged texts: same manifestation references (as in the previous transmission) for every unchanged manifestation/expression. Note: works sharing the same reference number take the same version, even if they do not all present new texts. Example Step 1: version final with texts ENG and FRA <!-- Act of type Commission from the Commission --> 16/19

17 <cm:type_work>cc</cm:type_work> <cm:identifier_work>com(2011)815/1000</cm:identifier_work> <cm:version_work>final</cm:version_work> <!-- Document No. 3 of type Annex (to adopt) --> <cm:type_work>annex</cm:type_work> <cm:identifier_work>com(2011) 815/4000</cm:identifier_work> <cm:version_work>final</cm:version_work> <cm:language>eng</cm:language> <cm:title lang="eng">annex GROWTH-FRIENDLY TAX POLICIES IN MEMBER STATES AND BETTER TAX COORDINATION IN THE EU to the COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF REGIONS Annual Growth Survey 2012</cm:title> page_count="14">20001</cm:reference_manifestation> page_count="13">20002</cm:reference_manifestation> <cm:language>fra</cm:language> <cm:title lang="fra">annexe RAPPORT MACROÉCONOMIQUE à la COMMUNICATION DE LA COMMISSION AU PARLEMENT EUROPÉEN, AU CONSEIL, AU COMITÉ ÉCONOMIQUE ET SOCIAL EUROPÉEN ET AU COMITÉ DES RÉGIONS Analyse annuelle de la croissance 2012</cm:title> page_count="24">20011</cm:reference_manifestation> page_count="19">20012</cm:reference_manifestation> Example Step 2: version final/2 with corrected text FRA (ENG unchanged) <!-- Act of type Commission from the Commission --> 17/19

18 <cm:type_work>cc</cm:type_work> <cm:identifier_work>com(2011)815/1000</cm:identifier_work> <cm:version_work>final/2</cm:version_work> <!-- Document No. 3 of type Annex (to adopt) --> <cm:type_work>annex</cm:type_work> <cm:identifier_work>com(2011) 815/4000</cm:identifier_work> <cm:version_work>final/2</cm:version_work> <cm:language>eng</cm:language> <cm:title lang="eng">annex GROWTH-FRIENDLY TAX POLICIES IN MEMBER STATES AND BETTER TAX COORDINATION IN THE EU to the COMMUNICATION FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT, THE COUNCIL, THE EUROPEAN ECONOMIC AND SOCIAL COMMITTEE AND THE COMMITTEE OF REGIONS Annual Growth Survey 2012</cm:title> page_count="14">20001</cm:reference_manifestation> page_count="13">20002</cm:reference_manifestation> <cm:language>fra</cm:language> <cm:title lang="fra">annexe RAPPORT MACROÉCONOMIQUE à la COMMUNICATION DE LA COMMISSION AU PARLEMENT EUROPÉEN, AU CONSEIL, AU COMITÉ ÉCONOMIQUE ET SOCIAL EUROPÉEN ET AU COMITÉ DES RÉGIONS Analyse annuelle de la croissance 2012</cm:title> page_count="24">20021</cm:reference_manifestation> page_count="19">20022</cm:reference_manifestation> 18/19

19 5.3 Wrong Order of Transmissions In the case that the third party receives the transmissions in a different order than they have been sent: All texts should be kept from every transmission, Only metadata sheets attached to the transmission with the most recent sending date should be taken into account. Example: Let us take up the example given in the section 5.1, and assume that transmissions step 1 and step 3 are received first by the third party. In that case, when receiving the transmission step 2, the third party should keep the SPA text (it was not sent in the past, and may never be resent in the future) but should ignore the metadata sheet (it was deprecated by the metadata sheet sent at step 3). 19/19

IMMC v3 Communication protocol specifications

IMMC v3 Communication protocol specifications Directorate A Core Business Services A.1 Enterprise Architecture, Methods and Formats Formats, Computer Linguistics and Metadata IMMC v3 Communication protocol specifications 8 April 2016 DOCUMENT HISTORY

More information

GETTING STARTED ENGINEERED BY HP

GETTING STARTED ENGINEERED BY HP GETTING STARTED ENGINEERED BY HP TABLE OF CONTENTS Box Contents........................................... 2 Getting Started.......................................... 4 Navigating the Watch....................................

More information

Metadata How it has evolved in EU

Metadata How it has evolved in EU Metadata How it has evolved in EU Luca Martinelli, Publications Office of the European Union Zagreb, 26 September 2013 Overview Harmonisation of metadata: Why? How? Activities at EU institutions' level

More information

GMO Register User Guide

GMO Register User Guide GMO Register User Guide A. Rana and F. Foscarini Institute for Health and Consumer Protection 2007 EUR 22697 EN The mission of the Institute for Health and Consumer Protection is to provide scientific

More information

PRELIMINARY DRAFT. CMVM Regulation No. xx/2017

PRELIMINARY DRAFT. CMVM Regulation No. xx/2017 PRELIMINARY DRAFT CMVM Regulation No. xx/2017 Information to be provided concerning transactions on financial instruments pursuant to Article 26 of EU Regulation No. 600/2014 of the European Parliament

More information

Building. European Legislation Identifier. Pillars. Thomas Francart ELI Taskforce

Building. European Legislation Identifier. Pillars. Thomas Francart ELI Taskforce Building European Legislation Identifier Pillars Thomas Francart ELI Taskforce «Access to and reuse of EU Legal Information» Brussels 21 march 2016 1. Identifiers Identify Browse legislation legislation

More information

TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites

TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites TR 119 300 V1.2.1 (2016-03) TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites 2 TR 119 300 V1.2.1 (2016-03) Reference RTR/ESI-0019300v121

More information

How to create the Annual/Final Implementation Report (ERDF/CF, ESF, EFF)?

How to create the Annual/Final Implementation Report (ERDF/CF, ESF, EFF)? How to create the Annual/Final Implementation Report (ERDF/CF, ESF, EFF)? Contents of this guide PURPOSE OF THESE FUNCTIONALITIES... 2 REGULATION SOURCE... 2 CONCERNED FUNDS... 2 USER ROLES AND PERMISSION

More information

How to create Indicators set (ERDF/CF, ESF) and Annual/Final Implementation Report (ERDF/CF, ESF, EFF)?

How to create Indicators set (ERDF/CF, ESF) and Annual/Final Implementation Report (ERDF/CF, ESF, EFF)? and Annual/Final Implementation Report (ERDF/CF, ESF, EFF)? Contents of this guide PURPOSE OF THESE FUNCTIONALITIES...3 REGULATION SOURCE...3 CONCERNED FUNDS...3 USER ROLES AND PERMISSION NEEDED...3 BEFORE

More information

INSPIRE Coverage Types

INSPIRE Coverage Types INSPIRE Infrastructure for Spatial Information in Europe INSPIRE Coverage Types Title Status Creator Date 2012-06-15 Subject Publisher Type Description Contributor Format Source Rights Identifier Language

More information

COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) GUIDELINE ON REQUIREMENTS FOR PLASMA MASTER FILE (PMF) CERTIFICATION

COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) GUIDELINE ON REQUIREMENTS FOR PLASMA MASTER FILE (PMF) CERTIFICATION The European Agency for the Evaluation of Medicinal Products Evaluation of Medicines for Human Use London, 26 February 2004 COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) GUIDELINE ON REQUIREMENTS

More information

European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU

European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU Hermann Meyer, CEO ERTICO IMPACTS, Barcelona, 31 March 2011 This presentation is mainly based on charts which were already

More information

Draft ETSI EN V1.0.0 ( )

Draft ETSI EN V1.0.0 ( ) Draft EN 319 522-4-3 V1.0.0 (2018-05) Electronic Signatures and Infrastructures (ESI); Electronic Registered Delivery Services; Part 4: Bindings; Sub-part 3: Capability/requirements bindings 2 Draft EN

More information

EU Legal Databases Manual

EU Legal Databases Manual Funded by the European Union Implemented by a Consortium led by GFA Consulting Group EU Legal Databases Manual Kyiv 2017 EU Project Support for the Implementation of the EU-Ukraine Association Agreement

More information

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census

Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Integration of INSPIRE & SDMX data infrastructures for the 2021 population and housing census Nadezhda VLAHOVA, Fabian BACH, Ekkehard PETRI *, Vlado CETL, Hannes REUTER European Commission (*ekkehard.petri@ec.europa.eu

More information

Translating legislative documents at the European Parliament: e-parliament, XML, SPA and the Cat4Trad workflow

Translating legislative documents at the European Parliament: e-parliament, XML, SPA and the Cat4Trad workflow Das ejournal der Europäischen Rechtslinguistik (ERL) Universität zu Köln Translating legislative documents at the European Parliament: e-parliament, XML, SPA and the Cat4Trad workflow Pascale Chartier-Brun

More information

GUIDELINES FOR THE USE OF THE SERVICES DIRECTIVE NOTIFICATIONS FUNCTION IN IMI

GUIDELINES FOR THE USE OF THE SERVICES DIRECTIVE NOTIFICATIONS FUNCTION IN IMI GUIDELINES FOR THE USE OF THE SERVICES DIRECTIVE NOTIFICATIONS FUNCTION IN IMI 2 Contents I. BACKGROUND... 3 II. NOTIFICATION FLOW - Overview... 3 1) CREATION... 5 2) BROADCAST... 8 3) MODIFICATION after

More information

5569/18 KM/ek 1 DG E2B

5569/18 KM/ek 1 DG E2B Council of the European Union Brussels, 25 January 2018 (OR. en) Interinstitutional File: 2017/0003 (COD) 5569/18 NOTE From: To: Presidency Delegations TELECOM 22 COMPET 40 MI 44 DATAPROTECT 4 CONSOM 17

More information

ERPANET Seminar Fontainebleau

ERPANET Seminar Fontainebleau ERPANET Seminar Fontainebleau Jan 29-30, 2003 Archiving policies at the hartmut.burghard@cec.eu.int Archiving policies Table of content 1. Statute and operational tasks 2. Framework for partnerships 3.

More information

INSPIRE status report

INSPIRE status report INSPIRE Team INSPIRE Status report 29/10/2010 Page 1 of 7 INSPIRE status report Table of contents 1 INTRODUCTION... 1 2 INSPIRE STATUS... 2 2.1 BACKGROUND AND RATIONAL... 2 2.2 STAKEHOLDER PARTICIPATION...

More information

Toward Horizon 2020: INSPIRE, PSI and other EU policies on data sharing and standardization

Toward Horizon 2020: INSPIRE, PSI and other EU policies on data sharing and standardization Toward Horizon 2020: INSPIRE, PSI and other EU policies on data sharing and standardization www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation The Mission of the Joint Research

More information

COMMISSION REGULATION (EU) / of XXX

COMMISSION REGULATION (EU) / of XXX Ref. Ares(2018)3524555-03/07/2018 EUROPEAN COMMISSION Brussels, XXX [ ](2016) XXX draft COMMISSION REGULATION (EU) / of XXX implementing Directive 2009/125/EC of the European Parliament and of the Council

More information

PRIVACY STATEMENT August 2018

PRIVACY STATEMENT August 2018 PRIVACY STATEMENT August 2018 1 ABOUT GDPR GDPR, or the General Data Protection Regulation is a new set of EU regulations set to come into force, as a replacement to the existing Data Protection Act. It

More information

How to create Indicators set (EAFRD) and Annual/Final Progress Report (EAFRD)?

How to create Indicators set (EAFRD) and Annual/Final Progress Report (EAFRD)? How to create Indicators set (EAFRD) and Annual/Final Progress Report (EAFRD)? Contents of this guide PURPOSE OF THESE FUNCTIONALITIES... 2 REGULATION SOURCE... 2 CONCERNED FUNDS... 2 USER ROLES AND PERMISSION

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 119 400 V1.1.1 (2016-03) TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for trust service providers supporting digital signatures and related services

More information

GUIDANCE AND INTERPRETATION DOCUMENTS TO THE REQUIREMENTS FOR THE COMPETENCE OF CONFORMITY ASSESSMENT BODIES

GUIDANCE AND INTERPRETATION DOCUMENTS TO THE REQUIREMENTS FOR THE COMPETENCE OF CONFORMITY ASSESSMENT BODIES GUIDANCE AND INTERPRETATION DOCUMENTS TO THE REQUIREMENTS FOR THE COMPETENCE OF CONFORMITY ASSESSMENT BODIES Table of Contents 1 PURPOSE... 2 2 GENERAL... 2 3 GUIDANCE AND INTERPRETATIVE DOCUMENTS... 2

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN/TR 15449-5 April 2015 ICS 07.040; 35.240.70 English Version Geographic information - Spatial data infrastructures - Part 5: Validation and testing

More information

NOTIFICATION FOR PRIOR CHECKING INFORMATION TO BE GIVEN(2)

NOTIFICATION FOR PRIOR CHECKING INFORMATION TO BE GIVEN(2) To be filled out in the EDPS' office REGISTER NUMBER: 0507 NOTIFICATION FOR PRIOR CHECKING Date of submission: 25/05/2009 Case number: 2009-377 Institution: Commission Legal basis: article 27-5 of the

More information

Progress Report Workflow Create the Progress Report Record/Edit the Progress Report General Version Information...

Progress Report Workflow Create the Progress Report Record/Edit the Progress Report General Version Information... Progress Report... 3 Workflow... 4 Create the Progress Report... 5 Record/Edit the Progress Report... 8 General... 8 Version Information... 8 Officials in Charge... 9 History... 11 Documents... 11 Uploading

More information

Monitoring and Reporting Drafting Team Monitoring Indicators Justification Document

Monitoring and Reporting Drafting Team Monitoring Indicators Justification Document INSPIRE Infrastructure for Spatial Information in Europe Monitoring and Reporting Drafting Team Monitoring Indicators Justification Document Title Draft INSPIRE Monitoring Indicators Justification Document

More information

EUR-LEX: THE EU LAW INFORMATION SERVICE

EUR-LEX: THE EU LAW INFORMATION SERVICE EUR-LEX: THE EU LAW INFORMATION SERVICE A PRACTICAL GUIDE TO THE DATABASE Practical Law EU Source: http://eur-lex.europa.eu, European Union, 1998 2015. NB: The European Commission is not liable for any

More information

NATIONAL PROGRAMME Chapter 15 Telecommunication and Post. Telecommunication and Post

NATIONAL PROGRAMME Chapter 15 Telecommunication and Post. Telecommunication and Post Introduction Telecommunication and Post The n legislation in the field of telecommunication and post is almost in full incompliance with that of the EU, except for certain legal rules on general legal

More information

Operational Programme (SME) Workflow Create the Operational Programme (SME) Record/Edit the Operational Programme (SME)...

Operational Programme (SME) Workflow Create the Operational Programme (SME) Record/Edit the Operational Programme (SME)... Operational Programme (SME)... 2 Workflow... 3 Create the Operational Programme (SME)... 5 Record/Edit the Operational Programme (SME)... 7 General... 7 Version Information... 7 Region Coverage... 10 Officials

More information

TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE

TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE 23 February 2018 1 Index GLOSARY 3 1. General Overview 4 1.1. Introduction. Applicable Legislation 4 1.2. Users of the Guideline 4 2. Operational

More information

DECISION OF THE EUROPEAN CENTRAL BANK

DECISION OF THE EUROPEAN CENTRAL BANK L 74/30 Official Journal of the European Union 16.3.2013 DECISIONS DECISION OF THE EUROPEAN CENTRAL BANK of 11 January 2013 laying down the framework for a public key infrastructure for the European System

More information

TAIEX Expert Database Guidelines for National Contact Points. Version 1.0

TAIEX Expert Database Guidelines for National Contact Points. Version 1.0 TAIEX Expert Database Guidelines for National Contact Points Version 1.0 Contents General... 4 What is TAIEX?... 4 What is the TAIEX Expert Database (EDB)?... 4 What is the role of the National Contact

More information

ICB Industry Consultation Body

ICB Industry Consultation Body ICB Industry Consultation Body Evolution of network management 17/11/2016 Issue Position Paper Long-term evolution of Network Management This position paper is intended to form the basis of advice to the

More information

EISAS Enhanced Roadmap 2012

EISAS Enhanced Roadmap 2012 [Deliverable November 2012] I About ENISA The European Network and Information Security Agency (ENISA) is a centre of network and information security expertise for the EU, its Member States, the private

More information

European Parliament DG ITEC - Directorate for Information Technology e-parliament Programme

European Parliament DG ITEC - Directorate for Information Technology e-parliament Programme European Parliament DG ITEC - Directorate for Information Technology e-parliament Programme Presentation to LEX Summer School 2009 September 12 th 2009 AGENDA I. The e-parliament Programme Presentation

More information

ETSI TS V1.1.1 ( ) Technical Specification

ETSI TS V1.1.1 ( ) Technical Specification TS 102 936-1 V1.1.1 (2011-04) Technical Specification ecall Network Access Device (NAD) conformance specification; Part 1: Protocol test specification 2 TS 102 936-1 V1.1.1 (2011-04) Reference DTS/MSG-00eCall01-1

More information

TENtec OMC ver. 4 M 4.07

TENtec OMC ver. 4 M 4.07 TENtec OMC ver. 4 M 4.07 2016/08/01 MUSTERMAN Marc Table of contents Table of contents: 1. Scope off the document (3) 2. What is TENtec (4-7) 3. Two faces of TENtec: Public Portal & Private Portal (8-9)

More information

"EU feasibility study on WEEE preparation for reuse targets and relation to a revised Circular Εconomy package"

EU feasibility study on WEEE preparation for reuse targets and relation to a revised Circular Εconomy package European Commission DG Environment- Waste Management & Recycling Unit Maria Banti Policy Officer- WEEE "EU feasibility study on WEEE preparation for reuse targets and relation to a revised Circular Εconomy

More information

THE CYBER SECURITY ENVIRONMENT IN LITHUANIA

THE CYBER SECURITY ENVIRONMENT IN LITHUANIA Executive summary of the public audit report THE CYBER SECURITY ENVIRONMENT IN LITHUANIA 9 December 2015, No. VA-P-90-4-16 Full audit report in Lithuanian is available on the website of the National Audit

More information

13543/17 PhL/at 1 DG G 3 B

13543/17 PhL/at 1 DG G 3 B Council of the European Union Brussels, 24 October 2017 (OR. en) 13543/17 UD 239 NOTE From: To: General Secretariat of the Council Permanent Representatives Committee/Council No. prev. doc.: ST 12287/5/17

More information

MEETING ON THURSDAY 7 JUNE 2018 (9:30) 1. Adoption of the agenda TRANSPORT

MEETING ON THURSDAY 7 JUNE 2018 (9:30) 1. Adoption of the agenda TRANSPORT Council of the European Union Brussels, 5 June 2018 (OR. en) 9401/18 OJ CONS 33 TRANS 223 TELECOM 155 ER 183 PROVISIONAL AGDA COUNCIL OF THE EUROPEAN UNION (Transport, Telecommunications and Energy) ECCL,

More information

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation 18/06/2018 Table of Contents 1. INTRODUCTION... 7 2. METHODOLOGY... 8 2.1. DOCUMENT

More information

EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp token profiles

EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp token profiles Final draft EN 319 422 V1.1.0 (2015-12) EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp token profiles 2 Final draft EN 319 422 V1.1.0 (2015-12)

More information

COMMISSION IMPLEMENTING DECISION (EU)

COMMISSION IMPLEMENTING DECISION (EU) L 127/32 18.5.2016 COMMISSION IMPLEMTING DECISION (EU) 2016/770 of 14 April 2016 establishing a common format for the submission of information concerning the operation of the procedures pursuant to Regulation

More information

TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE

TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE TRANSACTION REPORTING UNDER MiFIR: CNMV OPERATIONAL GUIDE 8 September, 2017 1 Index GLOSARY 3 1. General Overview 4 1.1. Introduction. Applicable Legislation 4 1.2. Users of the Guideline 4 2. Operational

More information

EUROPEAN ANTI-FRAUD OFFICE

EUROPEAN ANTI-FRAUD OFFICE EUROPEAN ANTI-FRAUD OFFICE Anti-Fraud Information System (AFIS) General Information Subject Version / Status Pre-IMS User Manual - General Information 1.0 / Final Release Date 23/12/2008 Document Reference

More information

Update on Smart Grid Deployment in the EU. Dr.-Ing. Manuel Sánchez Jiménez Team Leader Smart Grids Directorate General for Energy European Commission

Update on Smart Grid Deployment in the EU. Dr.-Ing. Manuel Sánchez Jiménez Team Leader Smart Grids Directorate General for Energy European Commission Update on Smart Grid Deployment in the EU Dr.-Ing. Manuel Sánchez Jiménez Team Leader Smart Grids Directorate General for Energy European Commission Energy SG related EU legislation & policy documents

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CLC/TR 50600-99-3 August 2018 ICS 35.020; 35.110; 35.160 English Version Information technology - Data centre facilities and infrastructures - Part

More information

Spanish Information Technology Security Evaluation and Certification Scheme

Spanish Information Technology Security Evaluation and Certification Scheme Spanish Information Technology Security Evaluation and Certification Scheme IT-009 Remote Qualified Electronic Signature Creation Device Evaluation Methodology Version 1.0 January 2017 Documento del Esquema

More information

Draft ETSI EN V ( )

Draft ETSI EN V ( ) Draft EN 319 412-2 V2.0.15 (2015-06) EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Certificate Profiles; Part 2: Certificate profile for certificates issued to natural persons 2 Draft

More information

PUBLIC COUNCIL OF THE EUROPEAN UNION. Brussels, 26 May /03 LIMITE SIRIS 47 CATS 34 ASIM 31 COMIX 330

PUBLIC COUNCIL OF THE EUROPEAN UNION. Brussels, 26 May /03 LIMITE SIRIS 47 CATS 34 ASIM 31 COMIX 330 Conseil UE COUNCIL OF THE EUROPEAN UNION Brussels, 26 May 2003 9808/03 LIMITE PUBLIC SIRIS 47 CATS 34 ASIM 31 COMIX 330 NOTE from : Presidency to : COREPER/Member States meeting within the Council/Council

More information

Biocides Submission Manual

Biocides Submission Manual MANUAL Biocides Submission Manual Technical guide: using IUCLID 2 Biocides Submission Manual Version 4.0 BSM Technical guide: using IUCLID Reference: ECHA-14-B-21-EN Catalogue number: ISBN: DOI: Publ.

More information

Council of the European Union Brussels, 23 November 2016 (OR. en)

Council of the European Union Brussels, 23 November 2016 (OR. en) Conseil UE Council of the European Union Brussels, 23 November 2016 (OR. en) 13323/1/16 REV 1 LIMITE PUBLIC DAPIX 173 ENFOPOL 349 ENFOCUSTOM 163 COSI 156 GENVAL 107 AVIATION 210 NOTE From: To: Subject:

More information

MEDICINES CONTROL COUNCIL

MEDICINES CONTROL COUNCIL MEDICINES CONTROL COUNCIL Questions & Answers Implementation of ectd in South Africa This document is intended to provide clarity on guidelines and specifications for applications for the registration

More information

eidas SAML Attribute Profile

eidas SAML Attribute Profile eidas SAML Attribute Profile eidas Technical Sub-group, 28 October 2016 Document identifier: eidas/profiles/saml/attributes Abstract: This specification defines the SAML attributes to be used for the assertion

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 15031-1 Second edition 2010-12-15 Road vehicles Communication between vehicle and external equipment for emissions-related diagnostics Part 1: General information and use case

More information

CEN and CENELEC Position Paper on the draft regulation ''Cybersecurity Act''

CEN and CENELEC Position Paper on the draft regulation ''Cybersecurity Act'' CEN Identification number in the EC register: 63623305522-13 CENELEC Identification number in the EC register: 58258552517-56 CEN and CENELEC Position Paper on the draft regulation ''Cybersecurity Act''

More information

EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp profiles

EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp profiles Draft EN 319 422 V1.0.0 (2015-06) EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Time-stamping protocol and time-stamp profiles 2 Draft EN 319 422 V1.0.0 (2015-06) Reference DEN/ESI-0019422

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN/TR 14142-2 August 2011 ICS 03.240 English Version Postal Services - Address databases - Part 2: Element mapping conventions, template design considerations,

More information

PRIVACY STATEMENT FOR DATA COLLECTED FOR DATA COLLECTED VIA ON-LINE SURVEYS

PRIVACY STATEMENT FOR DATA COLLECTED FOR DATA COLLECTED VIA ON-LINE SURVEYS PRIVACY STATEMENT FOR DATA COLLECTED FOR DATA COLLECTED VIA ON-LINE SURVEYS This privacy statement explains how the Fuel Cells and Hydrogen 2 Joint Undertaking (here after referred to as FCH 2 JU) uses

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax GFV N O 070

EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax GFV N O 070 EUROPEAN COMMISSION DIRECTORATE-GENERAL TAXATION AND CUSTOMS UNION Indirect Taxation and Tax administration Value Added Tax Group on the Future of VAT 21 st meeting 12 March 2018 taxud.c.1(2018)1451244

More information

Biocides Submission Manual

Biocides Submission Manual Biocides Submission Manual: How to prepare biocides dossier 1 Biocides Submission Manual How to prepare biocides dossier June 2017 Biocides Submission Manual: How to prepare biocides dossier 2 Disclaimer

More information

CORPME TRUST SERVICE PROVIDER

CORPME TRUST SERVICE PROVIDER CORPME TRUST SERVICE PROVIDER QUALIFIED CERTIFICATE OF ADMINISTRATIVE POSITION USE LICENSE In..,.. 20... Mr/Mrs/Ms/Miss.........., with DNI/NIF/National Passport nº., e-mail........., phone number....,

More information

QUESTION / CLARIFICATION

QUESTION / CLARIFICATION QUESTION / CLARIFICATION CO-ORDINATION BETWEEN NOTIFIED BODIES DIRECTIVE 2008/57/EC AND SUBSEQUENT AMENDMENTS ON THE INTEROPERABILITY OF THE RAIL SYSTEM WITHIN THE UNION QC-INF-015 Issue 01 Date: 25/02/2015

More information

IDA Organic Farming Global Implementation Plan

IDA Organic Farming Global Implementation Plan TAC 2001-06-27 DOC 05.1 IDA Organic Farming Global Implementation Plan 1. DESCRIPTION OF THE NETWORK OR NETWORKS INTENDED TO BE ESTABLISHED UNDER THE PROJECT 1.1 Objectives The objectives of the Organic

More information

COMMISSION REGULATION (EU) No /.. of XXX

COMMISSION REGULATION (EU) No /.. of XXX EUROPEAN COMMISSION Brussels, XXX [ ](2013) XXX draft COMMISSION REGULATION (EU) No /.. of XXX amending Commission Regulation (EC) No 1275/2008 with regard to ecodesign requirements for standby, off mode

More information

Standardization mandate addressed to CEN, CENELEC and ETSI in the field of Information Society Standardization

Standardization mandate addressed to CEN, CENELEC and ETSI in the field of Information Society Standardization Mandate/ 290 EN Standardization mandate addressed to CEN, CENELEC and ETSI in the field of Information Society Standardization 1 Title Mandate addressed to CEN, CENELEC and ETSI in support of the European

More information

ENISA s Position on the NIS Directive

ENISA s Position on the NIS Directive ENISA s Position on the NIS Directive 1 Introduction This note briefly summarises ENISA s position on the NIS Directive. It provides the background to the Directive, explains its significance, provides

More information

Delegations will find attached document D058881/02.

Delegations will find attached document D058881/02. Council of the European Union Brussels, 19 October 2018 (OR. en) 13267/18 ENER 331 ENV 669 COVER NOTE From: European Commission date of receipt: 17 October 2018 To: No. Cion doc.: D058881/02 Subject: General

More information

GUIDELINES FOR THE USE OF THE e-commerce WORKFLOW IN IMI

GUIDELINES FOR THE USE OF THE e-commerce WORKFLOW IN IMI GUIDELINES FOR THE USE OF THE e-commerce WORKFLOW IN IMI 2 Contents I. BACKGROUND... 3 II. e-commerce WORKFLOW... 3 1) CREATION of a request... 6 2) REPLY to a request... 10 3) CLOSURE of a request...

More information

Credit data collection. Description of electronic reporting

Credit data collection. Description of electronic reporting Financial Stability and Statistics 1 (27) Credit data collection Description of electronic reporting Version 1.8 ( 30 August 2018) 2 (27) Version Date Validity Revisions 1.8 30 August 2018 - Changes according

More information

Credit data collection. Description of electronic reporting

Credit data collection. Description of electronic reporting 1 (27) Credit data collection Description of electronic reporting Version 1.3 (28 December 2017) 2 (27) Version Date Validity Revisions 1.0 31 January 2017 This document is a draft version of the instructions

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 INTERNATIONAL STANDARD ISO/IEC 8825-5 Third edition 2015-11-15 Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 Technologies de l'information Règles de codage

More information

Internet copy. EasyGo security policy. Annex 1.3 to Joint Venture Agreement Toll Service Provider Agreement

Internet copy.  EasyGo security policy. Annex 1.3 to Joint Venture Agreement Toll Service Provider Agreement EasyGo security policy Annex 1.3 to Joint Venture Agreement Toll Service Provider Agreement This copy of the document was published on and is for information purposes only. It may change without further

More information

How to create, validate and send a Major Project?

How to create, validate and send a Major Project? Contents of this guide: PURPOSE OF THIS FUNCTIONALITY... 2 REGULATION SOURCE... 2 CONCERNED FUNDS... 2 USER ROLES AND PERMISSIONS NEEDED... 2 BEFORE YOU START, CHECK THAT... 2 1. Create the Major Project...3

More information

Guidelines for Interface Publication Issue 3

Guidelines for Interface Publication Issue 3 Editorial Note : These Guidelines are based on the OFTEL Guidelines Issue 2, which provided guidance on interface publication under the R&TTE Directive. They have now been amended to reflect the terminology

More information

PRIVACY POLICY GUESTS WEB OR CONTACTS. The Privacy Policy is part of that govern this Website.

PRIVACY POLICY GUESTS WEB OR  CONTACTS. The Privacy Policy is part of that govern this Website. PRIVACY POLICY The Privacy Policy is part of that govern this Website. Who is responsible for the processing of your data? SERVATUR S.A. CIF: A35032200 Address: Calle Doramas, 4, 35129, Mogán (Las Palmas)

More information

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements

ISO/IEC INTERNATIONAL STANDARD. Conformity assessment Supplier's declaration of conformity Part 1: General requirements INTERNATIONAL STANDARD ISO/IEC 17050-1 First edition 2004-10-01 Conformity assessment Supplier's declaration of conformity Part 1: General requirements Évaluation de la conformité Déclaration de conformité

More information

COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH Doc. CoRD 096. XML for Foreign Trade Statistics. For information

COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH Doc. CoRD 096. XML for Foreign Trade Statistics. For information COLLECTION OF RAW DATA TASK FORCE MEETING N 7 12 MARCH 2003 Doc. CoRD 096 XML for Foreign Trade Statistics For information Abstract This paper gives the updated progress report on the development of EDIFACT

More information

Hellenic Food Authority (EFET) - Greece

Hellenic Food Authority (EFET) - Greece EXTERNAL SCIENTIFIC REPORT Implementation of Electronic Transmission of Chemical Occurrence Data 1 (CFP/EFSA/DATEX2011/01) Prepared by Dimitrios KASKARIKAS, Leonidas PALILIS, Dimitra KARDASSI ABSTRACT

More information

Electronic fee collection Information exchange between service provision and toll charging

Electronic fee collection Information exchange between service provision and toll charging Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO 12855 Second edition 2015-12-15 Electronic fee collection Information exchange between service provision and toll charging Perception du télépéage

More information

DISCLOSURE ON THE PROCESSING OF PERSONAL DATA LAST REVISION DATE: 25 MAY 2018

DISCLOSURE ON THE PROCESSING OF PERSONAL DATA LAST REVISION DATE: 25 MAY 2018 DISCLOSURE ON THE PROCESSING OF PERSONAL DATA LAST REVISION DATE: 25 MAY 2018 Introduction This disclosure on the processing of personal data (hereinafter, the "Disclosure") is provided pursuant to Art.

More information

Privacy Policy Hafliger Films SpA

Privacy Policy Hafliger Films SpA Hafliger Films SpA, with registered office at Via B. Buozzi no. 14-20089 Rozzano (MI), has for many years considered it of fundamental importance to protect the personal details of customers and suppliers,

More information

Networking of Legal Information Websites in Europe - experiences and challenges. Aki Hietanen Ministry of Justice, Finland

Networking of Legal Information Websites in Europe - experiences and challenges. Aki Hietanen Ministry of Justice, Finland Networking of Legal Information Websites in Europe - experiences and challenges Aki Hietanen Ministry of Justice, Finland La mise en réseau des sites juridiques européens - expériences et défis Aki Hietanen

More information

Maritime Single Window / Users Manual / Data Providers. User Manual. Data provider. Version v0.4. Version 0.4 / Date December 2017 Page 1 of 118

Maritime Single Window / Users Manual / Data Providers. User Manual. Data provider. Version v0.4. Version 0.4 / Date December 2017 Page 1 of 118 User Manual Data provider Version v0.4 Date 2017 December Version 0.4 / Date December 2017 Page 1 of 118 CONTENTS 1 Introduction... 4 1.1 Purpose of document... 4 1.2 Abbreviations... 4 2 System Overview...

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15945 First edition 2002-02-01 Information technology Security techniques Specification of TTP services to support the application of digital signatures Technologies de l'information

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1.

EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES. FLUX Master Data Management Implementation Document v2.1. EUROPEAN COMMISSION DIRECTORATE-GENERAL FOR MARITIME AFFAIRS AND FISHERIES Ref. Ares(2017)4691526-26/09/2017 FISHERIES POLICY ATLANTIC, NORTH SEA, BALTIC AND OUTERMOST REGIONS Data Management THE INTEGRATED

More information

COMMISSION STAFF WORKING DOCUMENT EXECUTIVE SUMMARY OF THE IMPACT ASSESSMENT. Accompanying the document

COMMISSION STAFF WORKING DOCUMENT EXECUTIVE SUMMARY OF THE IMPACT ASSESSMENT. Accompanying the document EUROPEAN COMMISSION Strasbourg, 7.2.2013 SWD(2013) 31 final COMMISSION STAFF WORKING DOCUMENT EXECUTIVE SUMMARY OF THE IMPACT ASSESSMENT Accompanying the document Proposal for a Directive of the European

More information

Statistics and Open Data

Statistics and Open Data 2013 Ano Internacional da Estatística www.statistics2013.org «Statistics and Open Data Department of Methodology and Information Systems «João Poças (joao.pocas@ine.pt) Lisbon, November, 5 th 2013»1 Agenda

More information

LuxTrust Cloud Signature Policies

LuxTrust Cloud Signature Policies LuxTrust Cloud Signature Policies Version number: 1.0 Publication Date: 15/09/2015 Effective Date: 15/09/2015 Copyright 2015 All rights reserved Document Information Document title: Document Code Project

More information

ETSI EG V2.1.1 ( )

ETSI EG V2.1.1 ( ) EG 201 730-3 V2.1.1 (2006-07) Guide Terminals' access to Public Telecommunications Networks; Application of the Directive 1999/5/EC (R&TTE), article 4.2; Guidelines for the publication of interface specifications;

More information

ECC Recommendation (15)02

ECC Recommendation (15)02 ECC Recommendation (15)02 Guidelines for Major changes to National Numbering and Dialling Plans concerning E.164 Numbers Approved 23 April 2015 ECC/REC/(15)02 Page 2 INTRODUCTION This Recommendation supersedes

More information

e-privacy, Big Data, plateformes en ligne ce que les institutions européennes réservent dans les prochains mois aux entreprises du marketing direct

e-privacy, Big Data, plateformes en ligne ce que les institutions européennes réservent dans les prochains mois aux entreprises du marketing direct e-privacy, Big Data, plateformes en ligne ce que les institutions européennes réservent dans les prochains mois aux entreprises du marketing direct Partagez en direct vos réactions sur TWITTER avec #conext

More information

The road to Toll Interoperability the impact on the road concessionaires of the EU directive changes.

The road to Toll Interoperability the impact on the road concessionaires of the EU directive changes. 45 46 TH ASECAP STUDY STUDY & INFORMATION & INFORMATION DAYS DAYS 2017 The road to Toll Interoperability the impact on the road Grand Hotel Union, Ljubljana, Slovenia 6-8 June 2018 www.asecapdays.com Pedro

More information

FINANCIAL SANCTIONS DATABASE (FSD) User Manual

FINANCIAL SANCTIONS DATABASE (FSD) User Manual FINANCIAL SANCTIONS DATABASE (FSD) User Manual 1 Contents 1. INTRODUCTION...4 1.1 WHAT IS THE FINANCIAL SANCTIONS DATABASE?... 4 1.2 ACTORS AND PROCESSES... 4 1.3 ROLES IN FSD... 6 1.4 MAIN WORKFLOW...

More information

Submission of information in the public consultation on potential candidates for substitution under the Biocidal Products Regulation

Submission of information in the public consultation on potential candidates for substitution under the Biocidal Products Regulation Submission of information in the public consultation on potential candidates for substitution under the Biocidal Products Regulation Version 3.0 May 2017 2 Submission of information in the public consultation

More information