DATA ACCESS TECHNOLOGY FOR TTI SERVICES SUMMARY

Size: px
Start display at page:

Download "DATA ACCESS TECHNOLOGY FOR TTI SERVICES SUMMARY"

Transcription

1 DATA ACCESS TECHNOLOGY FOR TTI SERVICES Dr. Josef Kaltwasser Senior Consultant Heusch Boesefeldt GmbH, Tempelhofer Str Aachen, Germany tel: fax: web: SUMMARY As response to EC s recommendation on the development of a legal and business framework for participation of the private sector in deploying telematics-based Traffic and Travel Information (TTI) services in Europe, European road operators have incorporated data access technology into their European ITS deployment programme TEMPO. The paper presents the technical concept chosen in the CENTRICO project to demonstrate Open TIS Access Points (OTAP), improving data access for seamless services on some of Europe s busiest roads. RATIONAL OF THE OTAP DEMONSTRATOR Commercial, operational data exchange between road operators as content providers and providers of Traffic and Travel Information (TTI) services is well established on regional / national level throughout Europe. What still can be observed is a lack of seamless cross-border services that operate throughout Europe. One of the reasons for this may well be that there is no harmonisation yet between these island solutions, confronting potential providers of such services with a high commercial risk. Accessing information from various sources implies dealing with data access in various countries and languages, according to different legal frameworks and data access policies, under different terms and conditions via different interface specifications and concerning different content and quality. As a reaction on the EC s recommendation on the development of a legal and business framework for participation of the private sector in deploying telematics-based Traffic and Travel Information (TTI) services in Europe (1), the CENTRICO project covering the Southeast of England, the North of France, the Low Countries and the West of Germany has decided to establish a demonstrator for an improved, easy access of TTI service providers to the increasing amount of real-time traffic and travel related data held in the road operators databases. While up to now demonstrators and test sites have concentrated on small scale feasibility demonstrations with high technical ambitions in a R&D environment (like, e.g., in the TRIDENT project (2)), CENTRICO is aiming at a large scale, deployment oriented demonstrator that can later be developed into commercial services, with a full coverage of the CENTRICO area. Thus, the demonstrator will cover areas as important as Greater London, the Ruhrgebiet or the conurbations in the Low Countries. In its initialisation phase in 2002, CENTRICO has elaborated on the technical options and requirements for data access 1

2 technology in such a challenging environment. This paper presents the concepts chosen and the solutions found. REQUIREMENTS As a start, the CENTRICO project team conducted several workshops that aimed at identifying functional requirements and business needs for the anticipated interface. The following key issues were identified: easy access to data; good geographical coverage of data; reliable/known quality of data; reliable delivery of data; harmonised descriptions of the data content; and accessible and standardised terms and conditions for data access and usage. In a second step, these functional requirements were analysed in depth on how they would affect the technical specification of a data access interface. The result was the following set of technical requirements for the OTAP demonstrator: the OTAP shall minimise implementation complexity of SP side of solution; the OTAP shall maximise availability of technical support for the proposed solution in common system development environments; the OTAP shall not reduce the data quality itself or the reliability of this quality; the OTAP shall not constrain the TICs capabilities of describing data quality; the OTAP shall provide reliable delivery of information / data; the OTAP shall describe the basic data primitives used to build the provided data structures in a data dictionary, providing name, semantic description and technical specification for each entry (language for description is English); the data model used to structure the elements of the data dictionary for the OTAP shall be described and made available (UML description preferred, if this is not possible table / textual descriptions are acceptable, description language shall be English); the OTAP shall support mapping of location references (e.g. RDS-TMC location codes according to CEN ENV ) to digital road maps by providing WGS84 latitude/longitude co ordinates. the regulatory and contractual framework for using the OTAP shall be made available via easily and quickly accessible channels (preferably Internet). It shall minimise the reference to external documents (e.g. legal frameworks), support the SP as much as possible in obtaining external information (where it can not be avoided), and be made available in English language. Based upon these technical requirements, the following mission statement was derived for a generic concept of the OTAP system: Design an interface for Traveller Information Services to access online traffic and travel related data collected in databases of road operators' Traffic Information and Control Systems (TICS). Make this interface as 'easy' as possible by preferring widespread technology 2

3 with low technological entry threshold and giving highest priority to choices that offer minimal costs and maximal stability for both, the centres and the service providers. The resulting concept is based upon the following key principles: use the Internet as Wide Area Network; use a simple client / server interface paradigm based upon the HTTP protocol; frequently update complete situation descriptions; use XML / XML Schema for data coding; use attributes / phrases / supplementary advises according to the DATEX Data Dictionary (ENV 13106:2000); describe the data models used in UML; and provide WGS84 latitude/longitude co ordinates in addition location referencing tables. A major observation concerning the key principles presented so far when compared to many other, similar initiatives in ITS in the past is that the focus of this work lies on avoid inventing new, ITS specific technology. The intention is rather to identify suitable standard ICT technologies and tailor them to the envisaged application in ITS. Throughout the rest of this paper, we will describe the concept in detail, devoting one section per major technology used for the OTAP Entry Level specification that will be used throughout the OTAP Demonstrator project carried out as a one year Centrico project in 2003/4. These technologies are: UML (Unified Modelling Language) as the main data modelling notation preferred to describe the data model of TTI publications, see (3). XML (extensible Mark-up Langiage) as the most widely used transfer syntax for structured data (see (4)), in business to business (B2B) environments usually used in conjunction with the XML Schema specifications (3). HTTP (HyperText Transfer Protocol) as the standard application layer protocol on the most widely use part of the Internet, the World Wide Web (WWW). DATA MODELLING The basic assumption underlying the OTAP work was that it would be simply impossible to standardise the models of all data exchange flow via the OTAP interface. While this might have been an option for the initial, Centrico led demonstrator given the fact that most content providers were planning to build their OTAP feeds on top of existing DATEX systems, it was obvious on the long run that the OTAP mission would be requiring an open, inclusive policy that would encourage participation from as many content owners as possible. Thus, the entry threshold had to be as low as possible and this would certainly mean that organisations intending to publish their data would not be forced to apply a different data model. On the other hand, clients need a semantically rich, consistent description of the data provided via a data exchange interface to be able to develop their clients against it and to enable them to get the maximum benefit out of the data they receive. The OTAP answer to this conflict is not to standardise the data model itself, but to prescribe and standardise the way the content providers describe the data model they are using in their data to the client, i.e. to standardise the metamodel. In the strive to use industry standard 3

4 solution with broadest possible support, decision was taken to go for UML as the standard description model for object oriented systems, although in the envisaged application only the static parts of UML class modelling are used, i.e. classes and their attributes, but no behaviour. From various similar approaches taken in other domains (e.g. the UML profile for CORBA, see (7)), it became quickly apparent that it would not be sufficient to prescribe the use of UML as such together with the prescription of the English language for all specifications to support European wide use but that additional rules would be needed on which UML elements to use for these publication models and how to use them. Again, experiences in this field were available to start from, e.g. from the TRIDENT and COURIER projects. In the end, a set of 10 clauses was specified that governed the use of UML in specifying publication models for OTAP. +key 1 DemoEntityKey demoentitykeyattr1 : Decimal DemoAbstractEntity entityatt1 : Decimal <<0..n>> entityattr2 : String entityattr3 : DemoSpecialType entityattr4 : DemoSpecialEnumeration +democomponent 0..n DemoComponent <<0..1>> compattr1 : String compattr2 : Decimal <<0..n>> compattr3 : DemoSpecialType <<0..n>> compattr4 : DemoEnumeration DemoDerivedEntity derivedentityattr5 : Decimal +somebodyelse 0..n AnotherEntity OTAP entity / component modelling examples This diagram illustrates the main concepts prescribed for modelling objects in OTAP. A distinction is made between objects from the application domain named entity classes which denote physical object concepts from traffic engineering that have their own identity and their own lifecycle, and artificial objects invented to group associated attributes, which will always belong to some other object. For entities, the concept of a key is used which denotes the part of the object state that gives identity to the object. UML itself does not know this concept, i.e. it relies completely on implicit object identification. This may be seen as an advantage from pure object oriented perspective, but experiences in data modelling show that with the envisaged objects state serialisation for data exchange in mind it is beneficial to explicitly model this aspect of data. Key attributes are collected in a component class (see below) which is a UML class that stands in a composition relationship (multiplicity 1, role name key ) to the entity class. Component classes are logical attribute groupings that give additional semantics but can not live on their own, i.e. they are always in a whole / part relationship to other objects, either other components or entities. Thus, components do not have keys. Entities themselves may also be part of other classes. Nevertheless, this is seen as a less dependant relationship and thus modelled as an aggregation rather than a composition in UML (see relation between DemoDerivedEntitiy and AnotherEntity in the example). 4

5 Classes may inherit from other classes in a specialisation relationship, i.e. they are derived from another class and they extend the base class object state. In OTAP, only single inheritance is allows to avoid the well known multiple inheritance problems of ambiguous state definitions. Base classes may be indicated as Abstract (a stereotype that is by default denoted by setting the class name in italics), which means that it is not allowed to create instances from these classes, but only from derived classes. Attributes types are fixed to be either Decimal, String, an enumeration or a special type, where special types are used for types that are either constrained (e.g. a decimal with a specific value range), or have a special physical domain (e.g. a unit like km/h ), or both. Thy are modelled as classes with a DatatType stereotype and are derived from either Decimal or String. An enumeration is modelled as a class with an Enumeration stereotype, giving the allowed literals and also if applicable additional explanations / long names. <<Enumeration>> DemoEnumeration demoliteral1 : long name 1 demoliteral2 : long name 2 String Decimal <<DataType>> DemoSpecialType OTAP type modelling This rigid type structure was chosen because domain modelling was identified as a weak part in UML and derived mappings to exchange formats and the given structure allows to add encoding details to the classes, as we will se in the next sections where a mapping of model to XML / XML Schema serialisation is discussed. DATA ENCODING Each of the modelling rules presented in the previous section has a corresponding rule to map the feature governed by the modelling rule to a corresponding XML Schema concept. XML Schema as the main technology to structure the transfer syntax was chosen for two main reasons. Firstly, XML Schema is a powerful tool to model data in terms of structures and data types that allows automatic validation of exchange messages against the schema so that rich data definitions can not only be provided by the content provider but also be validated for every message received. But further to these technical advantages and probably even more important than that XML Schema provides another advantage by the fact that it is a widely supported standard that is supported by many software tools, be they open source or part of commercial off the shelf software (COTS). This platform specific mapping (of the platform independent UML model) to XML / XML Schema is summarised by the following specifications: All UML classes (entities, components and all abstract classes) are mapped to XML Schema complex typed definitions; 5

6 Only non abstract classes (i.e. concrete entity classes) are also mapped to XML Schema element declarations on highest level, so that these objects can be serialised and validated against the schema; XML Schema object referencing mechanisms are not supported, as all OTAP publications form a tree where object references can be implemented using object inclusion, i.e. the state of the parts are included in the state of the whole ; Attributes are also always mapped to XML elements; For compositions, aggregations and attributes, UML multiplicity is mapped to minoccurs / maxoccurs statements in XML Schema; Inheritance is mapped to the XML Schema type extension mechanism, adding the state of the derived class to the state of the base class; The name of XML Schema elements is determined by the attribute name (for UML attributes) or by the role name (for compositions/aggregations); The order of appearance of parts is determined by a tagged value in the UML model; String is mapped to xs:string. Decimal is mapped to xs:decimal; Enumerations are mapped to a XML Schema simple type using the xs:enumeration facet to specify the literals; Special types (derived either from String or Decimal) are mapped to XML Schema simple types; A valid XML serialisation of one sample object instance according to the example presented in the previous section could thus look like this: <DemoDerivedEntity> <key> <demoentitykeyattr1> </demoentitykeyattr1> </key> <democomponent> <compattr2> </compattr2> <compattr4> demoliteral2 </compattr4> </democomponent> <entityatt1> </entityatt1> <entityattr3> 22 </entityattr3> <entityattr4> demoliteral1 </entityattr4> <derivedentityattr5> demoliteral100 </derivedentityattr5> </DemoDerivedEntity> 6

7 DATA EXCHANGE The analysis phase for OTAP showed clearly that the point to point networking paradigm of the DATEX links was not a suitable approach for the 1:n relationship between content and service providers. It would be preferable, instead, to choose the widely used client / server paradigm, as is the de facto standard on the World Wide Web (WWW). Therefore, the data exchange protocol would be HTTP, with the current version (1.1) being specified in RFC2616 (6). The OTAP specifications do not derive from this standard, i.e. every valid OTAP data exchange is a valid HTTP response / request pattern. What the OTAP specifications do is to govern which HTTP options shall be used for which purpose in the OTAP context. The OTAP specifications governs the use of the following HTTP features: Use of the HTTP REQUEST / RESPONSE messages; Use of the If-Modified-Since and Last-Modified header fields; Use of content encoding to compress XML payload; Handling of response codes; Handling of authentication; Handling of cookies; Packaging if publications and associated metadata into so called information products ; The basic communication pattern is a simple client pull query, where the client issues a HTTP REQUEST (GET method) on the URL that represents the information product and the server responds with a corresponding HTTP RESPONSE method. The request has the access credentials as main parameters (plus additional optional headers). The response contains the XML serialised payload data. Supplier Client HTTPrequest(usr,passwd) HTTPresponse OTAP basic request /response pattern This basic pattern can be implemented on the server side in one of two possible ways. Option A is called the Application server solution. In this mode, the content provider operates an application server software package (e.g. Tomcat) that responds to HTTP requests by calling application code that accesses the content provider s database on the fly and generates the corresponding request by serialising the information product into XML while processing the request. This refined pattern is denoted in the following diagram. 7

8 TIC Backend Application Server Client InternalRequest HTTPrequest Query InternalResponse HTTPresponse HTTPrequest OTAP Application Server option The second option is to use a file based standard WWW server instead (e.g. Apache). In this mode, the server generates the information products periodically and uploads these pre packaged information as files to the webspace. The client s requests are handled by this software packages, providing the files without reaching back to the content provider s database. This option is less favourable in terms of information timeliness, but it may be preferable for organisations who s Internet access / security policy to not allow for option A. This solution named File server solution in OTAP is described in the following diagram. TIC Backend WWW Server Client Update UpdateFile HTTPrequest Update HTTPresponse UpdateFile Update HTTPrequest HTTPresponse UpdateFile OTAP File Server option 8

9 In both options, OTAP foresees various options to reduce redundant downloads, i.e. the client will not download an information product that contains only objects who s state is already known to the client. In the case that at least one object has changes its state, i.e. an update has been processed by the content provider, OTAP will always transfer the complete state of the information product, i.e. the current state of all valid situation elements. This regulation avoids the synchronisation problems well known for DATEX links. In case of large information products, the content compression option should be used to reduce bandwidth requirements. CONCLUSIONS This paper presents the technical approach taken for Open TIS Access Points (OTAP) in the Centrico project. The paper shows how the requirements for such an interface have been elaborated from the policy level in direct response to the EC recommendation 551 down to a technical solution that is based upon three well proven and widely used Internet technologies, namely UML, XML and HTTP. The solution will now be implemented by five major European road operators covering some of Europe s busiest roads as well as a wide range of private and public service providers, and the demonstrator will be evaluated in depth to elaborate on the technical and commercial value of this interface. REFERENCES (1) European Commission: Recommendation of 4 July 2001 on the development of a legal and business framework for participation of the private sector in deploying telematicsbased Traffic and Travel Information (TTI) services in Europe, 2001/551/EC, document C(2001) 1102), July 2001 (2) (3) (4) (5) (6) (7) 9

Information technology Metamodel framework for interoperability (MFI) Part 1: Framework

Information technology Metamodel framework for interoperability (MFI) Part 1: Framework ISO/IEC JTC 1/SC 32 Date: 2014-06-19 ISO/IEC DIS 19763-1 ISO/IEC JTC 1/SC 32/WG 2 Secretariat: ANSI Information technology Metamodel framework for interoperability (MFI) Part 1: Framework Warning This

More information

Geographic Information Fundamentals Overview

Geographic Information Fundamentals Overview CEN TC 287 Date: 1998-07 CR 287002:1998 CEN TC 287 Secretariat: AFNOR Geographic Information Fundamentals Overview Geoinformation Übersicht Information géographique Vue d'ensemble ICS: Descriptors: Document

More information

Cybersecurity. Quality. security LED-Modul. basis. Comments by the electrical industry on the EU Cybersecurity Act. manufacturer s declaration

Cybersecurity. Quality. security LED-Modul. basis. Comments by the electrical industry on the EU Cybersecurity Act. manufacturer s declaration Statement Comments by the electrical industry on the EU Cybersecurity Act manufacturer s declaration industrial security Cybersecurity Quality basis security LED-Modul Statement P January 2018 German Electrical

More information

Cybersecurity eit. Software. Certification. Industrial Security Embedded System

Cybersecurity eit. Software. Certification. Industrial Security Embedded System Statement Benefits and limitations of certifications and labels in the context of cyber security Arguments for a balance between customer information and industrial suitability Industrial Security Embedded

More information

ISO INTERNATIONAL STANDARD. Financial services Universal financial industry message scheme Part 8: ASN.1 generation

ISO INTERNATIONAL STANDARD. Financial services Universal financial industry message scheme Part 8: ASN.1 generation INTERNATIONAL STANDARD ISO 20022-8 First edition 2013-05-01 Financial services Universal financial industry message scheme Part 8: ASN.1 generation Services financiers Schéma universel de messages pour

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

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

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi GRIDS INTRODUCTION TO GRID INFRASTRUCTURES Fabrizio Gagliardi Dr. Fabrizio Gagliardi is the leader of the EU DataGrid project and designated director of the proposed EGEE (Enabling Grids for E-science

More information

Solution Architecture Template (SAT) Design Guidelines

Solution Architecture Template (SAT) Design Guidelines Solution Architecture Template (SAT) Design Guidelines Change control Modification Details Version 2.0.0 Alignment with EIRA v2.0.0 Version 1.0.0 Initial version ISA² Action - European Interoperability

More information

CYBER SECURITY OPERATION CENTER

CYBER SECURITY OPERATION CENTER CYBER OPERATION CENTER Reply s new Cyber Security Operation Centre is a structure specialised in the provision of Premium-level security services, tailored to the customer's needs, processes, and the specific

More information

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues INTERNATIONAL STANDARD ISO 23081-2 First edition 2009-07-01 Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues Information et documentation Gestion

More information

Support-EAM. Publishable Executive Summary SIXTH FRAMEWORK PROGRAMME. Project/Contract no. : IST SSA. the 6th Framework Programme

Support-EAM. Publishable Executive Summary SIXTH FRAMEWORK PROGRAMME. Project/Contract no. : IST SSA. the 6th Framework Programme Support-EAM Supporting the creation of an eaccessibility Mark SIXTH FRAMEWORK PROGRAMME Project/Contract no. : IST-2-004754-SSA Project acronym: Project full title: Instrument: Thematic Priority: SUPPORT-

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

Basic Requirements for Research Infrastructures in Europe

Basic Requirements for Research Infrastructures in Europe Dated March 2011 A contribution by the working group 1 Access and Standards of the ESF Member Organisation Forum on Research Infrastructures. Endorsed by the EUROHORCs on 14 April 2011. Introduction This

More information

ETNO Reflection Document on the EC Proposal for a Directive on Network and Information Security (NIS Directive)

ETNO Reflection Document on the EC Proposal for a Directive on Network and Information Security (NIS Directive) ETNO Reflection Document on the EC Proposal for a Directive on Network and Information Security (NIS Directive) July 2013 Executive Summary ETNO supports the European Commission s global approach to cyber-security

More information

Model Driven Development Unified Modeling Language (UML)

Model Driven Development Unified Modeling Language (UML) Model Driven Development Unified Modeling Language (UML) An Overview UML UML is a modeling notation standardized by OMG (proposal 1997, ver.1.1 in 1998, ver. 2.0 in 2004) now in 2.4.1 mature based on notations

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 13141 First edition 2015-12-01 Electronic fee collection Localisation augmentation communication for autonomous systems Perception de télépéage Communications d augmentation

More information

X-ARF: A Reporting and Exchange Format for the Data Exchange of Netflow and Honeypot Data

X-ARF: A Reporting and Exchange Format for the Data Exchange of Netflow and Honeypot Data X-ARF: A Reporting and Exchange Format for the Data Exchange of Netflow and Honeypot Data Jan Kohlrausch, Sven Übelacker, GÉANT 3 JRA2 T4: Internal deliverable DFN-CERT Services GmbH Hamburg, Germany Email:

More information

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN NOTES ON OBJECT-ORIENTED MODELING AND DESIGN Stephen W. Clyde Brigham Young University Provo, UT 86402 Abstract: A review of the Object Modeling Technique (OMT) is presented. OMT is an object-oriented

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 15926-1 First edition 2004-07-15 Industrial automation systems and integration Integration of life-cycle data for process plants including oil and gas production facilities Part

More information

Incremental development A.Y. 2018/2019

Incremental development A.Y. 2018/2019 Incremental development A.Y. 2018/2019 Incremental development Interleaves the activities of specification, development, and validation. The system is developed as a series of versions (increments), with

More information

The MUSING Approach for Combining XBRL and Semantic Web Data. ~ Position Paper ~

The MUSING Approach for Combining XBRL and Semantic Web Data. ~ Position Paper ~ The MUSING Approach for Combining XBRL and Semantic Web Data ~ Position Paper ~ Christian F. Leibold 1, Dumitru Roman 1, Marcus Spies 2 1 STI Innsbruck, Technikerstr. 21a, 6020 Innsbruck, Austria {Christian.Leibold,

More information

DATEX II V2.3 PROFILING GUIDELINE D2. Document Version: September European Commission. Directorate General for Mobility and Transport

DATEX II V2.3 PROFILING GUIDELINE D2. Document Version: September European Commission. Directorate General for Mobility and Transport DATEX II V2.3 PROFILING GUIDELINE D2 Document Version: 2.3 30 September 2014 European Commission Directorate General for Mobility and Transport Copyright 2014 Document Control: Prepared by: DATEX TC Date

More information

Detailed analysis + Integration plan

Detailed analysis + Integration plan Outline Integration methodology Detailed analysis + Integration plan Conclusions 2 Outline Integration methodology Detailed analysis + Integration plan Conclusions 3 EULF-ISA Integration: methodology Phase

More information

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation INSPIRE Infrastructure for Spatial Information in Europe Technical documents Consolidation Team INSPIRE Annex I data specifications testing Call for Participation Title INSPIRE Annex I data specifications

More information

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2)

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) Functional requirements and design specification for an ONIX-PL license expression drafting system 1. Introduction This document specifies a

More information

Service Design Description for the xxx Service <xyz Technology>

Service Design Description for the xxx Service <xyz Technology> ENAV20-9.24 Service Design Description for the xxx Service Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Intended Readership... 5 1.3 Inputs from Other Projects...

More information

The emerging EU certification framework: A role for ENISA Dr. Andreas Mitrakas Head of Unit EU Certification Framework Conference Brussels 01/03/18

The emerging EU certification framework: A role for ENISA Dr. Andreas Mitrakas Head of Unit EU Certification Framework Conference Brussels 01/03/18 The emerging EU certification framework: A role for ENISA Dr. Andreas Mitrakas Head of Unit EU Certification Framework Conference Brussels 01/03/18 European Union Agency for Network and Information Security

More information

COSC 3351 Software Design. An Introduction to UML (I)

COSC 3351 Software Design. An Introduction to UML (I) COSC 3351 Software Design An Introduction to UML (I) This lecture contains material from: http://wps.prenhall.com/esm_pfleeger_softengtp_2 http://sunset.usc.edu/classes/cs577a_2000/lectures/05/ec-05.ppt

More information

System Name Software Architecture Description

System Name Software Architecture Description System Name Software Architecture Description Author Name Contact Details Version Date template 2011 Eoin Woods & Nick Rozanski 1 / 25 1. Version History Version Date Author Comments 1 July 08 Eoin Woods

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

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business Compass INSPIRE Services White Paper 2010 Compass INSPIRE Services Compass Informatics Limited Block 8, Blackrock Business Park, Carysfort Avenue, Blackrock, County Dublin, Ireland Contact Us: +353 1 2104580

More information

OO Analysis and Design with UML 2 and UP

OO Analysis and Design with UML 2 and UP OO Analysis and Design with UML 2 and UP Dr. Jim Arlow, Zuhlke Engineering Limited Clear View Training 2008 v2.5 1 UML principles Clear View Training 2008 v2.5 2 1.2 What is UML? Unified Modelling Language

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION ISO/TS 15143-3 First edition 2016-12-01 Earth-moving machinery and mobile road construction machinery Worksite data exchange Part 3: Telematics data Engins de terrassement et machines

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

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV

Air Transport & Travel Industry. Principles, Functional and Business Requirements PNRGOV Air Transport & Travel Industry Principles, Functional and Business Requirements Version 15.1 Endorsed by WCO Council in July 2016 Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 SCOPE... 3

More information

Content Interoperability Strategy

Content Interoperability Strategy Content Interoperability Strategy 28th September 2005 Antoine Rizk 1 Presentation plan Introduction Context Objectives Input sources Semantic interoperability EIF Definition Semantic assets The European

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATION SOCIETY AND MEDIA

EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATION SOCIETY AND MEDIA Ref. Ares(2011)514527-12/05/2011 EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATION SOCIETY AND MEDIA Electronic Communications Policy Implementation of Regulatory Framework (I) Brussels, 6th May 2011

More information

The UML Extension Mechanisms

The UML Extension Mechanisms Jasmine Farhad Dept of Computer Science University College London 13-Dec-02 The UML Extension Mechanisms Introduction There is an important need for organisations to evolve in today s market. This has

More information

Submission. to the. Australian Communications and Media Authority. on the. Planning for mobile broadband within the 1.

Submission. to the. Australian Communications and Media Authority. on the. Planning for mobile broadband within the 1. Submission to the Australian Communications and Media Authority on the Planning for mobile broadband within the 1.5 GHz mobile band Submission by: Australian Mobile Telecommunications Association and Communications

More information

CEN/ISSS WS/eCAT. Terminology for ecatalogues and Product Description and Classification

CEN/ISSS WS/eCAT. Terminology for ecatalogues and Product Description and Classification CEN/ISSS WS/eCAT Terminology for ecatalogues and Product Description and Classification Report Final Version This report has been written for WS/eCAT by Mrs. Bodil Nistrup Madsen (bnm.danterm@cbs.dk) and

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes

ISO/IEC INTERNATIONAL STANDARD. Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes INTERNATIONAL STANDARD ISO/IEC 11179-3 Second edition 2003-02-15 Information technology Metadata registries (MDR) Part 3: Registry metamodel and basic attributes Technologies de l'information Registres

More information

Draft SDMX Technical Standards (Version 2.0) - Disposition Log Project Team

Draft SDMX Technical Standards (Version 2.0) - Disposition Log Project Team Draft SDMX Technical s (Version 2.0) - Disposition Log Project 1 Project 2 Project general general (see below for exampl es) In the document Framework for SDMX technical standards, version 2) it is stated

More information

Google Cloud & the General Data Protection Regulation (GDPR)

Google Cloud & the General Data Protection Regulation (GDPR) Google Cloud & the General Data Protection Regulation (GDPR) INTRODUCTION General Data Protection Regulation (GDPR) On 25 May 2018, the most significant piece of European data protection legislation to

More information

Taxonomy Summit, Modeling taxonomies using DPM, Andreas Weller/EBA and 3/22/2012

Taxonomy Summit, Modeling taxonomies using DPM, Andreas Weller/EBA and 3/22/2012 Taxonomy Summit, Modeling taxonomies using DPM, Andreas Weller/EBA and 3/22/2012 Recap The process of building the DPM The optimisation in the DPM The end-user, DPM and XBRL What s next for FINREP and

More information

Product Security Briefing

Product Security Briefing Product Security Briefing Performed on: Adobe ColdFusion 8 Information Risk Management Plc 8th Floor Kings Building Smith Square London SW1 P3JJ UK T +44 (0)20 7808 6420 F +44 (0)20 7808 6421 Info@irmplc.com

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 2: Software identification tag INTERNATIONAL STANDARD ISO/IEC 19770-2 First edition 2009-11-15 Information technology Software asset management Part 2: Software identification tag Technologies de l'information Gestion de biens de logiciel

More information

Safety Case Composition Using Contracts - Refinements based on Feedback from an Industrial Case Study

Safety Case Composition Using Contracts - Refinements based on Feedback from an Industrial Case Study Safety Case Composition Using Contracts - Refinements based on Feedback from an Industrial Case Study Jane Fenn and Richard Hawkins BAE SYSTEMS, Brough, UK Phil Williams General Dynamics (United Kingdom)

More information

Proposed Revisions to ebxml Technical. Architecture Specification v1.04

Proposed Revisions to ebxml Technical. Architecture Specification v1.04 Proposed Revisions to ebxml Technical Architecture Specification v1.04 Business Process Team 11 May 2001 (This document is the non-normative version formatted for printing, July 2001) Copyright UN/CEFACT

More information

Intelligent transport systems Cooperative systems Definition of a global concept for Local Dynamic Maps

Intelligent transport systems Cooperative systems Definition of a global concept for Local Dynamic Maps Provläsningsexemplar / Preview TECHNICAL SPECIFICATION ISO/TS 18750 First edition 2015-05-15 Intelligent transport systems Cooperative systems Definition of a global concept for Local Dynamic Maps Systèmes

More information

Unified Modeling Language

Unified Modeling Language Unified Modeling Language Modeling Applications using Language Mappings Programmer s Reference Manual How to use this Reference Card: The consists of a set of fundamental modeling elements which appear

More information

CONNECTED CONSUMER SURVEY 2017: TV AND VIDEO IN EUROPE AND THE USA

CONNECTED CONSUMER SURVEY 2017: TV AND VIDEO IN EUROPE AND THE USA analysysmason.com RESEARCH SURVEY REPORT CONNECTED CONSUMER SURVEY 2017: TV AND VIDEO IN EUROPE AND THE USA MARTIN SCOTT About this report This report focuses on aspects of Analysys Mason s Connected Consumer

More information

ISO/IEC Information technology Software asset management. Part 2: Software identification tag

ISO/IEC Information technology Software asset management. Part 2: Software identification tag INTERNATIONAL STANDARD ISO/IEC 19770-2 Second edition 2015-10-01 Corrected version 2017-02 Information technology Software asset management Part 2: Software identification tag Technologies de l information

More information

Copernicus Space Component. Technical Collaborative Arrangement. between ESA. and. Enterprise Estonia

Copernicus Space Component. Technical Collaborative Arrangement. between ESA. and. Enterprise Estonia Copernicus Space Component Technical Collaborative Arrangement between ESA and Enterprise Estonia 2 Table of Contents 1 INTRODUCTION... 4 1.1 Purpose and objectives... 4 1.2 Scope... 5 1.3 References...

More information

UN/CEFACT Core Components Data Type Catalogue Version September 2009

UN/CEFACT Core Components Data Type Catalogue Version September 2009 UN/CEFACT Core Components Data Type Catalogue Version 3.0 29 September 2009 UN/CEFACT Core Components Data Type Catalogue Version 3.0 Page 1 of 88 Abstract CCTS 3.0 defines the rules for developing Core

More information

[MS-OAUTH2EX]: OAuth 2.0 Authentication Protocol Extensions. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OAUTH2EX]: OAuth 2.0 Authentication Protocol Extensions. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OAUTH2EX]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Third public workshop of the Amsterdam Group and CODECS C-ITS Deployment in Europe: Common Security and Certificate Policy

Third public workshop of the Amsterdam Group and CODECS C-ITS Deployment in Europe: Common Security and Certificate Policy Third public workshop of the Amsterdam Group and CODECS C-ITS Deployment in Europe: Common Security and Certificate Policy 14 February 2017 Amsterdam Gerhard Menzel European Commission - DG MOVE Scope:

More information

UML for Real-Time Overview

UML for Real-Time Overview Abstract UML for Real-Time Overview Andrew Lyons April 1998 This paper explains how the Unified Modeling Language (UML), and powerful modeling constructs originally developed for the modeling of complex

More information

Deployment is underway!

Deployment is underway! Deployment is underway! 15 September 2015 Scandic Hotel Roskilde, Denmark CODECS has received funding from the European Union s Horizon 2020 research and innovation programme under Grant Agreement No 653339.

More information

VdTÜV Statement on the Communication from the EU Commission A Digital Single Market Strategy for Europe

VdTÜV Statement on the Communication from the EU Commission A Digital Single Market Strategy for Europe Author Date VdTÜV-WG Cybersecurity October, 3 rd 2015 VdTÜV Statement on the Communication from the EU Commission A Digital Single Market Strategy for Europe VdTÜV e.v. welcomes the Communication on a

More information

OPEN Networks - Future Worlds Consultation

OPEN Networks - Future Worlds Consultation ENA Open Networks Future Worlds Consultation OPEN Networks - Future Worlds Consultation Developing change options to facilitate energy decarbonisation, digitisation and decentralisation Executive Summary

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 20022-7 First edition 2013-05-01 Financial services Universal financial industry message scheme Part 7: Registration Services financiers Schéma universel de messages pour l'industrie

More information

WHITEPAPER. Security overview. podio.com

WHITEPAPER. Security overview. podio.com WHITEPAPER Security overview Podio security White Paper 2 Podio, a cloud service brought to you by Citrix, provides a secure collaborative work platform for team and project management. Podio features

More information

SC27 WG4 Mission. Security controls and services

SC27 WG4 Mission. Security controls and services copyright ISO/IEC JTC 1/SC 27, 2012. This is an SC27 public document and is distributed as is for the sole purpose of awareness and promotion of SC 27 standards and so the text is not to be used for commercial

More information

The NIS Directive and Cybersecurity in

The NIS Directive and Cybersecurity in The NIS Directive and Cybersecurity in ehealth Dr. Athanasios Drougkas Officer in NIS Belgian Hospitals Meeting on Security Brussels 13 th October European Union Agency For Network And Information Security

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

More information

Content Enrichment. An essential strategic capability for every publisher. Enriched content. Delivered.

Content Enrichment. An essential strategic capability for every publisher. Enriched content. Delivered. Content Enrichment An essential strategic capability for every publisher Enriched content. Delivered. An essential strategic capability for every publisher Overview Content is at the centre of everything

More information

UBL Library Content Methodology

UBL Library Content Methodology UBL Library Content Methodology The purpose of this document is two-fold: 1. To explain how we got to where we are with the UBL vocabulary, we felt it necessary to provide a background to the rationale

More information

Software Engineering from a

Software Engineering from a Software Engineering from a modeling perspective Robert B. France Dept. of Computer Science Colorado State University USA france@cs.colostate.edu Softwaredevelopment problems Little or no prior planning

More information

Information technology Security techniques Requirements for bodies providing audit and certification of information security management systems

Information technology Security techniques Requirements for bodies providing audit and certification of information security management systems Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO/IEC 27006 Third edition 2015-10-01 Information technology Security techniques Requirements for bodies providing audit and certification of information

More information

Data driven transformation of the public sector Tallinn, Estonia Head of unit 22 September 2016 European Commission

Data driven transformation of the public sector Tallinn, Estonia Head of unit 22 September 2016 European Commission Data driven transformation of the public sector Margarida Abecasis Head of unit European Commission E Leaders 2016 Tallinn, Estonia 22 September 2016 Interoperability Solutions and common Frameworks for

More information

INSPIRE & Environment Data in the EU

INSPIRE & Environment Data in the EU INSPIRE & Environment Data in the EU Andrea Perego Research Data infrastructures for Environmental related Societal Challenges Workshop @ pre-rda P6 Workshops, Paris 22 September 2015 INSPIRE in a nutshell

More information

Response to the. ESMA Consultation Paper:

Response to the. ESMA Consultation Paper: Response to the ESMA Consultation Paper: Draft technical standards on access to data and aggregation and comparison of data across TR under Article 81 of EMIR Delivered to ESMA by Tahoe Blue Ltd January

More information

ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan

ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan ehealth Interoperability Workshop the Government and Expert View CEN/ISSS ehealth Standardization Focus Group, targets and work plan Bernd Blobel Chair CEN/ISSS ehealth Standardization Focus Group Task

More information

THE ULTIMATE RETAILER'S GUIDE TO SD-WAN PART ONE: EXPLAINED

THE ULTIMATE RETAILER'S GUIDE TO SD-WAN PART ONE: EXPLAINED THE ULTIMATE RETAILER'S GUIDE TO SD-WAN PART ONE: SD-WAN EXPLAINED SD-WAN DE-MYSTIFIED IDC predicts that the SD-WAN market will be worth $2.1bn in Europe by 2021*. That s a staggering 92% growth year on

More information

Data Processing and Data Exchange

Data Processing and Data Exchange Data Processing and Data Exchange Experiences in Sweden Björn Eklund - WM-data LogicaCMG Experiences in Sweden 1 Content SRA ITS strategy SRA TIC system TRISS SRA DATEX concept DATEX II Experiences in

More information

UML-Based Conceptual Modeling of Pattern-Bases

UML-Based Conceptual Modeling of Pattern-Bases UML-Based Conceptual Modeling of Pattern-Bases Stefano Rizzi DEIS - University of Bologna Viale Risorgimento, 2 40136 Bologna - Italy srizzi@deis.unibo.it Abstract. The concept of pattern, meant as an

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 24744 Second edition 2014-11-15 Software engineering Metamodel for development methodologies Ingénierie du logiciel Métamodèle pour les méthodologies de développement Reference

More information

Out of the UML box: Intuitive and Data-driven Modelling Tools for INSPIRE

Out of the UML box: Intuitive and Data-driven Modelling Tools for INSPIRE Out of the UML box: Intuitive and Data-driven Modelling Tools for INSPIRE Thorsten Reitz, wetransform GmbH 15.09.2017 INSPIRE Conference 2017, Strasbourg, France Is UML bad? Observations: UML is a very

More information

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES Christian de Sainte Marie ILOG Introduction We are interested in the topic of communicating policy decisions to other parties, and, more generally,

More information

Building Semantic Interoperability in Europe

Building Semantic Interoperability in Europe Building Semantic Interoperability in Europe Federation of Semantic Asset Repositories 23 April 2012 Joao.Frade@pwc.be @fradester Agenda Promoting Open Government Metadata The need for in practice Get

More information

DCMI Abstract Model - DRAFT Update

DCMI Abstract Model - DRAFT Update 1 of 7 9/19/2006 7:02 PM Architecture Working Group > AMDraftUpdate User UserPreferences Site Page Actions Search Title: Text: AttachFile DeletePage LikePages LocalSiteMap SpellCheck DCMI Abstract Model

More information

ISO INTERNATIONAL STANDARD. Road transport and traffic telematics Automatic vehicle and equipment identification Numbering and data structure

ISO INTERNATIONAL STANDARD. Road transport and traffic telematics Automatic vehicle and equipment identification Numbering and data structure INTERNATIONAL STANDARD ISO 14816 First edition 2005-11-01 Road transport and traffic telematics Automatic vehicle and equipment identification Numbering and data structure Télématique de la circulation

More information

Benefits of CORDA platform features

Benefits of CORDA platform features Benefits of CORDA platform features Functionalities, main tools and the benefits of using CORDA platform Copernicus service providers (land monitoring and emergency services) require reference data for

More information

Use of Mobile Agents for IPR Management and Negotiation

Use of Mobile Agents for IPR Management and Negotiation Use of Mobile Agents for Management and Negotiation Isabel Gallego 1, 2, Jaime Delgado 1, Roberto García 1 1 Universitat Pompeu Fabra (UPF), Departament de Tecnologia, La Rambla 30-32, E-08002 Barcelona,

More information

SWAMID Person-Proofed Multi-Factor Profile

SWAMID Person-Proofed Multi-Factor Profile Document SWAMID Person-Proofed Multi-Factor Profile Identifier http://www.swamid.se/policy/assurance/al2mfa Version V1.0 Last modified 2018-09-12 Pages 10 Status FINAL License Creative Commons BY-SA 3.0

More information

Information Security Controls Policy

Information Security Controls Policy Information Security Controls Policy Classification: Policy Version Number: 1-00 Status: Published Approved by (Board): University Leadership Team Approval Date: 30 January 2018 Effective from: 30 January

More information

SUMMARY: MODEL DRIVEN SECURITY

SUMMARY: MODEL DRIVEN SECURITY SUMMARY: MODEL DRIVEN SECURITY JAN-FILIP ZAGALAK, JZAGALAK@STUDENT.ETHZ.CH Model Driven Security: From UML Models to Access Control Infrastructres David Basin, Juergen Doser, ETH Zuerich Torsten lodderstedt,

More information

The descriptions of the elements and measures are based on Annex D of ISO/DIS Geographic information Data quality.

The descriptions of the elements and measures are based on Annex D of ISO/DIS Geographic information Data quality. 7 Data quality This chapter includes a description of the data quality elements and sub-elements as well as the corresponding data quality measures that should be used to evaluate and document data quality

More information

1. CONCEPTUAL MODEL 1.1 DOMAIN MODEL 1.2 UML DIAGRAM

1. CONCEPTUAL MODEL 1.1 DOMAIN MODEL 1.2 UML DIAGRAM 1 1. CONCEPTUAL MODEL 1.1 DOMAIN MODEL In the context of federation of repositories of Semantic Interoperability s, a number of entities are relevant. The primary entities to be described by ADMS are the

More information

2 nd UML 2 Semantics Symposium: Formal Semantics for UML

2 nd UML 2 Semantics Symposium: Formal Semantics for UML 2 nd UML 2 Semantics Symposium: Formal Semantics for UML Manfred Broy 1, Michelle L. Crane 2, Juergen Dingel 2, Alan Hartman 3, Bernhard Rumpe 4, and Bran Selic 5 1 Technische Universität München, Germany

More information

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration ehealth Ministerial Conference 2013 Dublin 13 15 May 2013 Irish Presidency Declaration Irish Presidency Declaration Ministers of Health of the Member States of the European Union and delegates met on 13

More information

EIRA v Release notes

EIRA v Release notes EIRA v2.0.0 Release notes Disclaimer: ArchiMate is a registered trademarks of The Open Group. ArchiMate is copyright of The Open Group. All rights reserved. Archi is a registered trademark of Phillip Beauvoir.

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

Guidelines for the encoding of spatial data

Guidelines for the encoding of spatial data INSPIRE Infrastructure for Spatial Information in Europe Guidelines for the encoding of spatial data Title Status Creator Date 2012-06-15 Subject Publisher Type Description Contributor Format Source Rights

More information

Chapter 6 Architectural Design

Chapter 6 Architectural Design Chapter 6 Architectural Design Chapter 6 Architectural Design Slide 1 Topics covered The WHAT and WHY of architectural design Architectural design decisions Architectural views/perspectives Architectural

More information

Guidelines for the encoding of spatial data

Guidelines for the encoding of spatial data INSPIRE Infrastructure for Spatial Information in Europe Guidelines for the encoding of spatial data Title D2.7: Guidelines for the encoding of spatial data, Version 3.1 Creator INSPIRE Drafting Team "Data

More information

Response to Draft Guidelines of Good Practice on Electricity Grid Connection and Access (E08-ENM-09-03)

Response to Draft Guidelines of Good Practice on Electricity Grid Connection and Access (E08-ENM-09-03) securing competitive energy for industry June 2009 Response to Draft Guidelines of Good Practice on Electricity Grid Connection and Access (E08-ENM-09-03) 1. IFIEC supports ERGEG's attempt to harmonise

More information

ETSI TS V8.0.0 ( )

ETSI TS V8.0.0 ( ) TS 101 180 V8.0.0 (2000-05) Technical Specification Digital cellular telecommunications system (Phase 2+); Security mechanisms for the SIM Application Toolkit; Stage 1 (GSM 02.48 version 8.0.0 Release

More information

eidas Regulation eid and assurance levels Outcome of eias study

eidas Regulation eid and assurance levels Outcome of eias study eidas Regulation eid and assurance levels Outcome of eias study Dr. Marijke De Soete Security4Biz (Belgium) ETSI eidas Workshop 24 June 2015 Sophia Antipolis eidas Regulation Regulation on electronic identification

More information