CIMERGY PROJECT FIRST RESULTS ON IEC STANDARDS EDF IMPLEMENTATION

Size: px
Start display at page:

Download "CIMERGY PROJECT FIRST RESULTS ON IEC STANDARDS EDF IMPLEMENTATION"

Transcription

1 CIMERGY PROJECT FIRST RESULTS ON IEC STANDARDS EDF IMPLEMENTATION E. Lambert*, A. Maizener*, F. Wu*, J.L Sanson*, C. Bahloul*, P. Veyret* *EDF R&D Division 1, Abenur du Général de Gaulle Clamart Cedex France INTRODUCTION Managing data in the Distribution Management field is time consuming, and costly. For instance one of the major problem to solve at the interoperability level is to maximize the consistency in the data used in several messages that have to be d between applications. Some international standards can help to bring down those integration costs. In 2003 EDF R&D Division started the CIMERGY project in order to study a way to implement IEC TC standards. The main objective of the project is to set up model-driven integration infrastructures that will minimize total cost of ownership through optimal application of industry standards. This paper presents the results we ve obtained so far and what remains to be accomplished in the near future. CONTEXT In today s utility enterprise, where information between the various generation, distributed resource, transmission, and distribution management systems, as well as customer systems and other IT systems is not only desirable but necessary in most cases, each system plays the role of either supplier or consumer of information, or more typically both. That means that both data semantics and syntax need to be preserved across system boundaries, where system boundaries in this context are interfaces where data is made publicly accessible to other systems or where requests for data residing in other systems are initiated. In other words, the what of the informations d is actually much more important for system integration purposes than how the data is transported between systems. IEC TC57 (Power System Management and associated Information Exchange) is chartered with developing standards for electric power system management and associated information in the areas of generation, transmission and distribution real-time operations and planning. The scope also includes information to support wholesale energy market operations. See for more information. The IEC TC57 working groups WG13 and WG14 are developing the CIM (Common ), which is the core component of the standard. The standard is composed of two parts : IEC and IEC [1,2]. IEC61970 defines common objects and attributes in, and a set of Common Services used by Energy Management Systems (EMS). IEC 61968, extends CIM model to Distribution and focuses on the definition of CIM-XML messages related to Distribution Business Process (see Figure 1). Utility Control Center Distribution Automation Substation Protection, Monitoring, & Control RTU Communications Network Operation Records & Asset Management Network Expansion Planning Figure 1, Standards Support for Electric Utility Enterprise Application Integration In order to adopt these standards, we have chosen two approaches. The first one is a top-down approach, which focuses on methodology and the tools required to implement the CIM model driven integration approach. We will expose further how we need to manage a technical view, an XML technical view, and how those two technical views inter-act at several levels. The second one is a bottom-up approach : when there is a need to interface two applications quite rapidly there must be a choice of which technologies and tools can be used (at least there is a choice to use CIM model in the definition of the messages). This approach gave us confidence in CIM model and how it can provide returns on investment in a short period of time, nevertheless this pragmatic approach has a lack of global methodology which is provided by the first approach. TOP-DOWN APPROACH IEC Compliant Interface Architecture Maintenance & Construction Customer Inquiry Model Driven Integration Approach Meter Reading & Control Operational Planning & Optimization WG 14 The model Driven integration [3,4] is an approach which starts by analyzing Business Processes. WG14 working Utility Business Systems (ERP, Billing, Energy Trading, Other Systems) Corporate LAN

2 group has defined several generic use-cases which allow several message types to be defined. For instance part 3 related to Network Operation, includes a Use case called Outage Management, which derives a message type Outage Record. This OutageRecord class defines a set of properties, and could be used in any Remote Control System which has to communicate, when there is a fault on the network all information to a Customer Information System for instance. Figure 2 represents an extract of the CIM model concerned by OutageRecord management. OutageRecord (from OutagePackage) outagetype : EnumeratedType enddatetime : AbsoluteDateTime isplanned : Boolean startdatetime : AbsoluteDateTime currentstatus : String actiontaken : String damagecode : String mode : String +OutageRecord 1 +OutageSteps 1..n OutageStep (from OutagePackage) +OutageSteps 0..n +PowerSystemResource 0..1 PowerSystemResource (from Core) Figure 2, CIM model extraction illustrating Outage Management Nevertheless this process which enables the user to define message types needs to be optimized. First of all, the use of (Unified Modeling Language) must be generalized in the description of the Business Process. Secondly, in order to derive an format from an, several phases should be followed : The generic is seen as an Abstract Model. It is a Class Diagram in A Conceptual model is derived from the which includes four steps : 1. Classes extraction involved in the 2. Attributes selection needed in the 3. Eventually restriction on the attributes types 4. Definition of a class hierarchy, based on the selected classes and depending of the A Message Implementation Model is defined, deduced from the Conceptual model through the use of a set of rules A Syntaxical Model is defined deduced from the Message Implementation Model through the use of a set of rules UN/CEFACT Core Components Methodology UN/CEFACT (United Nations Center For Trade Facilitation and Electronic Business) is the United Nations Organism responsible for facilitating International Trade which launched EDI (Electronic Data Interchange) several years ago. With the arrival of Internet and XML technologies UN/CEFACT started a project in order to upgrade EDI. This project ebxml (jointly launched with OASIS organism) fixed two major objectives : Define a technical infrastructure allowing Entreprise to trade on-line, even at the contractualization level ( Develop a methodology for defining Business Objects (Core Components) and Registries from which could be constituted d documents (messages) used by transactions. This would enable generic Business Objects Repositories to be defined but also specific documents to Business domains, as it has been done with EDI. Core Components Concepts A Core Component (CC) represents a Business concept, and includes the needed information to represent this concept. A Core Component is an information entity which can be combined with others to define information which is semantically correct. It is a standardized semantic block, reusable during the definition of Business documents. In fact the Core Components are a way of naming Business Objects of the. As defines four types of categories of elements, there are four Core Component categories : Aggregate Core Components (ACC) which represent classes of Business Objects (for instance a Breaker) Basic Core Components (BCC) which represent basic properties of the Business Objects. In, those are the attributes (in figure 3, OutageRecord has an attribute isplanned indicating if the outage is scheduled or not) Association Core Components (ASCC) which represent relations between classes. For instance in Figure 2, a Power System Resource can be associated to an outage step. Core Component Types (CCT) which define information types that can contain a Basic Core Component, for instance a string, a numeric value, a date. The representation is describe in figure 3. The Core Component Specification [5,6] refers to ISO standard [7] which establishes naming conventions, but also how we can describe metadata of an object and how Data Dictionaries and Data Repositories can be elaborated. UN/CEFACT states that the name of a Core Component is not by itself semantically significant but it is its definition (compliant to ISO1179 part 4) which provides the non-ambiguous semantic. Moreover ISO1179 defines two naming conventions : the name of the Core Component ( Term ), and the name in a data registry ( Dictionnary Entry Name ) which

3 will allow it to be retrieved. Figure 3, Core Components representation At the present time, UNCEFACT introduces ten Core Component Types. These are primitive types on which Basic Core Components will rely. Among them we find Amount, Date Time, Measurement, Quantity, ect... Core Components are Business objects described independently of any context of utilization. They are technology neutral. Information concerning business objects d is not defined as Core Components but as Business Information Entities (BIE). They reflect business objects utilization in a context or a business process. The representation of Business Information Entities is described in Figure 4. A third diagram or Implementation Model which will rely on Messages concepts CIM model provided by IEC TC57 is a very good candidate, and in our opinion the only candidate for being the Abstract for Electrical Utilities and Vendors. CIM has been originally defined by EPRI, in CCAPI project (Control Center Application Programming Interfaces) and has been demonstrated since Some interesting realizations are based on it. We will describe some we have experimented with in the next part of this article. Figure 5 describes the actual state of IEC CIM standard in our methodology conceptualization parts 301, 302, part 11 XML () Exchange Model Classes selection Message architecture Exchange Model Parts 3 to 10 Figure 5, CIM /XML modelization layers Figure 4, Business Information Entities representation In fact, Business Information Entities (BIE) are derived from their corresponding Core Component through the Business Context, which redefines Core Components. Objects of the conceptual model are a restriction of the objects, and Business Information Entities are a restriction of Core Components. Business Information Entities are distinguished from Core Components by adding a qualifier to the Core Component name. DataTypes allow the user to define Basic Business Information Entity possible values. They allow restriction on the domain of values. Applying the UN/CEFACT Core Component methodology to the principles defined in the model driven integration approach presented before, we obtain : A first Diagram, or Abstract Information Model which will rely on the Core Components concepts A second diagram or Message Conceptual Model which will rely on Business Entities Concepts The ideal view of the top-down approach, combining world and XML world is described in figure 6. By combining the model driven integration approach,, the CIM from IEC TC57, and the UN/CEFACT Core Component methodology, we obtain a robust methodology which is needed in our deregulated environment, which has seen tremendous changes in the information technology infrastructure which has to support new Business Processes, and Business Process re-engineering. Exchange Model Exchange Model Figure 6, /XML modelization layers

4 The principle phases of the methodology are : 1. Business Process Analysis and business objects modelization in 2. Creation of a Business objects referential in 3. Generation of Business objects like XML schemas 4. Creation of repositories of Business Objects as XML schemas 5. Generation of XML schemas of the messages 6. Moreover, it has to be known that UN/CEFACT methodology has been retained by ETSO (European Transmission System Operators). ETSO has already defined Messages (for Energy Scheduling) and it is quite important to insure a convergence between what IEC and ETSO are defining. It should be pointed out that at the end of 2004, a first meeting took place in Paris, with ETSO and IEC members where they could share concepts. BOTTOM-UP APPROACH CIM Interfaces For LV, MV Planification Functions This approach is more pragmatic and has been conducted in order to get concrete results as soon as possible in order to prove a return on investment by using the CIM standard. At EDF R&D division we are in charge of specifying and developing several business applications. As a consequence we define the interfaces of those applications which have to be connected to other applications. In 2003, we had to specify the interfaces for several applications : a low voltage planning function, a medium voltage load calculation and a medium voltage planning function. Those applications already existed and each one provided a specific interface. Those interfaces were written either in binary code, or in ASCII code, with no abstraction, no common language. We took the decision to adapt the existing code calculations to new interfaces, and to specify and develop these new interfaces by using the CIM model. These interfaces have been developed in CIM XML schema, following the methodology provided by IEC WG 14. The main advantage of this work remains in being independent of the internal models of the application which is in charge of providing the data, and to be independent of the internal model of each code calculation. By choosing to develop these interfaces on a neutral, shared information model provided by CIM, we insured a certain degree of consistency. As a matter of fact, new code calculations had to be developed in 2004, and the same approach has been applied. By doing that we experienced also a good level of reusability. For instance by using the CIM we could describe the topology of our network from Substation, Medium Voltage Network to Low Voltage Network and Consumers without major difficulty. CDPSM : A CIM Profile For Distribution At the transmission level, a profile based on CIM was defined several years ago [8] : it is called CPSM (Common Power System Model) and has been defined by NERC (North American Reliability Council). At the Distribution level, no profile existed. We proposed to define a profile for Distribution, which has been called CDPSM (Common Distribution Power System Model). We have defined this profile and used it to connect a medium voltage planning function called Prao. We ve demonstrated the usefulness of CDPSM by conducting an interoperability test between Prao and another function Jpelec provided by French engineering school Supelec. The interoperability test consisted in a load flow calculation based on the same CIM data set expressed through CDPSM profile. The results were positive. With this new interface, Prao which is an Edf international product will provide an interface which is no longer proprietary but based on CIM IEC standard. Working from CIM model, a reusable CIM-C++ Framework has been developed and reused for exchanging CIM Distribution network data between these two planning functions. This component is planned to be reused in 2005 for connecting other applications. Experiencing IEC Network Operation Part IEC standard define interfaces for Distribution Management. One of its most accomplish part is which concerns Network Operation. In order to test the standard, and to prove we could implement it, we ve decided to implement the Message OutageRecord (Figure 3) in our Distribution Management System. The two main applications which had to communicate were our Remote Control System called SITR-Inpact, and a prototype of a customer information application which have to inform clients in case of an outage on the network about the restoration delay expected. The SITR-Inpact system has been developed by defining standards API, provided by a software bus based on Corba. In case of an outage, a function connected to the software bus receives an event, which is processed and an xml message compliant to is formatted and delivered to an EAI or any kind of enterprise bus. The Entreprise bus delivers the message to any application which has registered to receive this type of message. This process showing the data processing from proprietary data format to a CIM-XML message type construction and delivery to a third party has been demonstrated to the last EPRI interoperability test conducted in July CIM-XML messages used in the Load Profiling area The work of profiling customers within the framework of the (July 1 st ) 2004 market deregulation has taken place. Cimergy project provided tools and specified the format, based on CIM, of the XML profiles for each customer category. These profiles had to be provided in several formats, one of them was a csv format specific to the software used for load profiling. The CIM-XML format has only been used for publication purpose. We definitely observed the advantages of having an XML format, which

5 is self describing and less error prone rather than a proprietary format that some software can request, which is very hermetic to understand, and difficult to use. UN/CEFACT Discovery process It should be noted that UN/CEFACT methodology also includes a part which describes the discovery process. Given existing interfaces, application messages, it has concentrated on how a retro-engineering work can be done in order to link those messages to an information model, a contextual model, a syntaxic model. CONCLUSION Return of experience Before defining a global methodology in order to implement the standard we had to instantiate the actual methodology proposed by IEC working groups, look closely at the previous interoperability tests conducted by EPRI, and put in place a strategy which would allow us to get return on investment in a short period of time. This is why we decided to use the CIM model when we had to define an interface for several business applications. This pragmatic approach let us to get rid of proprietary formats, to have a Model driven approach, and to enter a new technical field supported by XML technologies. We also gave a brief feedback on our participation in the 6th EPRI CIM-XML interoperability tests, which took place in July EDF participated in those tests for the first time, and for the first time a few tests in relation with standard took place and more specifically on Outage Record Messaging (Network Operation, part). In our opinion, these tests are essential for promoting CIM IEC standards and by bringing more and more participants to take part in these tests. They should help to promote off-the shelf products compliant with the standard. Conclusion on the two inter-related approaches The bottom-up approach has allowed us to specify and develop interfaces based on CIM-XML for Low voltage Planification Function, Medium Voltage Load Calculation, and Medium Voltage Planification function. We also used CIM for the modelization of XML files dealing with load profiling. The top-down approach has allowed us to define a methodology based on UN-CEFACT Core Components. The CIM has to be used as the Core Components model. In business process analysis, business information entities are defined and they are based on Core Components. This methodology implies the definition of a set of rules and constraints that the standard will have to expose. IEC CIM and UN/CEFACT Core Component standards are not completely finalized but they give all the requested material to set up a technical infrastructure based on Model Driven Integration. The near future A lot of work remains to be done in order to promote an infrastructure of registries repositories based on those standards inside EDF. For instance defines standards services to access data based on Common. Common information Model is associated to the What, these services are associated to the How. However the results we have obtained are quite interesting and show that a common methodology based on a common information model, and common services are key issues for the smooth evolution and integration which are needed by Edf Information Systems. The IEC CIM model defined in IEC TC57, combined with UN-CEFACT methodology are key elements in our strategy, and they should help to define a common approach inside our utility for facilitating integration and evolution of our Business Information Systems. Acknowledgments The authors would like to thanks their colleagues : Sylvie Mallet, Daniel Griffel, Alexandre Rodière, Vincent Godefroy, Jean-Claude Gauthier, Jérôme Frémont, Franck Thomas, Cyril Effantin. Greatest thanks also to WG13, WG14 members. REFERENCES [1] IEC WG13, IEC WG14 Committee Drafts Documents, 2004, [2] E. Lambert, W.D. Wilson, 1999, Introducing the first part of a new standard for system interfaces for Distribution Management System (DMS), CIRED 1999, Nice. [3] Robinson Greg, GITA 2002, Model Driven Integration (MDI) For Electric Utilities, Enterprise Application Integration Seminar. [4] Robinson Greg, 2003, Key Standards for Utility Entreprise Application Integration (EAI). presentations section. [5] UN/CEFACT Core Components Technical Specifications, 2003, Part 8 of ebxml Framework, version 2.01 [6] UN/CEFACT Core Components User s Guide, 2004, Version 1.1 [7] Norme ISO "Information Technology Metadata registries". [8] devos, A, and S E Widergren, J Zhu. 2001, "XML for CIM Model Exchange", PICA 2001 Sydney May 2001, 22nd IEEE Power Engineering Society Int. Conf. on Power Industry Computer Applications.

Technical Framework Supporting ebusiness Standards. Christian Huemer TMG Chair

Technical Framework Supporting ebusiness Standards. Christian Huemer TMG Chair Technical Framework Supporting ebusiness Standards Christian Huemer TMG Chair Requirements for interoperability between enterprises Which documents are exchanged between enterprises? Common definition

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

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Proposed Revisions to ebxml Technical Architecture Specification v1.0.4 ebxml Business Process Project Team 11

More information

The Specifications Exchange Service of an RM-ODP Framework

The Specifications Exchange Service of an RM-ODP Framework The Specifications Exchange Service of an RM-ODP Framework X. Blanc (*+), M-P. Gervais(*), J. Le Delliou(+) (*)Laboratoire d'informatique de Paris 6-8 rue du Capitaine Scott F75015 PARIS (+)EDF Research

More information

Model Driven Data Interoperability (MDMI)

Model Driven Data Interoperability (MDMI) Model Driven Data Interoperability (MDMI) An OMG Finance Domain task Force Presentation 12/11/2008 By Mark Eisner, co chair 11/27/06 Slide 1 Some of the problem The current messaging environment inhibits

More information

Department of the Navy XML Naming and Design Rules (NDR) Overview. 22 September 2004 Federal CIO Council XML WG Mark Crawford LMI

Department of the Navy XML Naming and Design Rules (NDR) Overview. 22 September 2004 Federal CIO Council XML WG Mark Crawford LMI Department of the Navy XML Naming and Design Rules (NDR) Overview 22 September 2004 Federal CIO Council XML WG Mark Crawford LMI Why do you need XML rules? To achieve interoperability! Department (e.g.

More information

XML Description Schema for Power Quality Data

XML Description Schema for Power Quality Data XML Description Schema for Power Quality J.P. Braun, V.J. Gosbell, I.S. Burnett School of Electrical, Computer and Telecommunications Engineering, University of Wollongong jbraun@ieee.org Abstract The

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 62325-451-4 Edition 2.0 2017-04 colour inside Framework for energy market communications Part 451-4: Settlement and reconciliation business process, contextual and assembly models

More information

This is a preview - click here to buy the full publication TECHNICAL REPORT. Part 101: General guidelines

This is a preview - click here to buy the full publication TECHNICAL REPORT. Part 101: General guidelines TECHNICAL REPORT IEC TR 62325-101 First edition 2005-02 Framework for energy market communications Part 101: General guidelines IEC 2005 Copyright - all rights reserved No part of this publication may

More information

Feedback from OASIS UBL TC to Draft Core Components Specification 1.8

Feedback from OASIS UBL TC to Draft Core Components Specification 1.8 Feedback from OASIS UBL TC to Draft Core Components Specification.8 document id Version 0.2 editor Bill Burcham April 8, 2002 Sterling Commerce Much of the contention over element naming in UBL stems from

More information

Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS)

Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS) INTERNATIONAL STANDARD ISO 15000-5 First edition 2014-04-15 Electronic Business Extensible Markup Language (ebxml) Part 5: Core Components Specification (CCS) Commerce électronique en langage de balisage

More information

Patterns and Practices for CIM Applications

Patterns and Practices for CIM Applications 1 Patterns and Practices for Applications Rahul Khare, Mostafa Khadem, Sainath Moorty, Kittipong Methaprayoon, Jun Zhu Abstract The role of Common Information Model () in the Electric Utility industry,

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD IEC 62325-451-4 Edition 2.0 2017-04 colour inside Framework for energy market communications Part 451-4: Settlement and reconciliation business process, contextual and assembly models

More information

Data Sources. Database ON CREATING A NEW FORMAT FOR POWER QUALITY AND QUANTITY DATA INTERCHANGE. Communications Link, Memory Storage, or Disk Storage

Data Sources. Database ON CREATING A NEW FORMAT FOR POWER QUALITY AND QUANTITY DATA INTERCHANGE. Communications Link, Memory Storage, or Disk Storage ON CREATING A NEW FORMAT FOR POWER QUALITY AND QUANTITY DATA INTERCHANGE Erich W. Gunther Electrotek Concepts, Inc. Knoxville, Tennessee erich@electrotek.com Abstract -- The recent release of IEEE 1159,

More information

UN/CEFACT Core Components Technical Specification Version 3.0

UN/CEFACT Core Components Technical Specification Version 3.0 United Nations Centre for Trade Facilitation and Electronic Business 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 UN/CEFACT Core Components Technical Specification Version 3.0 2 nd Public Review 16 April 2007

More information

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007

Next-Generation SOA Infrastructure. An Oracle White Paper May 2007 Next-Generation SOA Infrastructure An Oracle White Paper May 2007 Next-Generation SOA Infrastructure INTRODUCTION Today, developers are faced with a bewildering array of technologies for developing Web

More information

Connecting ESRI to Anything: EAI Solutions

Connecting ESRI to Anything: EAI Solutions Connecting ESRI to Anything: EAI Solutions Frank Weiss P.E., ESRI User s Conference 2002 Agenda Introduction What is EAI? Industry trends Key integration issues Point-to-point interfaces vs. Middleware

More information

ASSURING DATA INTEROPERABILITY THROUGH THE USE OF FORMAL MODELS OF VISA PAYMENT MESSAGES (Category: Practice-Oriented Paper)

ASSURING DATA INTEROPERABILITY THROUGH THE USE OF FORMAL MODELS OF VISA PAYMENT MESSAGES (Category: Practice-Oriented Paper) ASSURING DATA INTEROPERABILITY THROUGH THE USE OF FORMAL MODELS OF VISA PAYMENT MESSAGES (Category: Practice-Oriented Paper) Joseph Bugajski Visa International JBugajsk@visa.com Philippe De Smedt Visa

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

IntelliGrid. Don Von Dollen IntelliGrid Program Manager (650)

IntelliGrid. Don Von Dollen IntelliGrid Program Manager  (650) IntelliGrid Don Von Dollen IntelliGrid Program Manager dvondoll@epri.com www.epri-intelligrid.com (650) 855-2679 Background EPRI s IntelliGrid Program Mission: To accelerate the transformation of the power

More information

lnteroperability of Standards to Support Application Integration

lnteroperability of Standards to Support Application Integration lnteroperability of Standards to Support Application Integration Em delahostria Rockwell Automation, USA, em.delahostria@ra.rockwell.com Abstract: One of the key challenges in the design, implementation,

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

Beginning To Define ebxml Initial Draft

Beginning To Define ebxml Initial Draft Beginning To Define ebxml Initial Draft File Name Version BeginningToDefineebXML 1 Abstract This document provides a visual representation of how the ebxml Architecture could work. As ebxml evolves, this

More information

Information Model Architecture. Version 1.0

Information Model Architecture. Version 1.0 Information Model Architecture Version 1.0 1 introduction...2 2 objective...2 3 definition of terms...3 4 conformance...4 4.1 UBL conformance...4 4.2 NES conformance...4 4.3 NES profile conformance...4

More information

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview

Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia 22209 USA Copyright

More information

Justifying the Use of the CIM in the Utility Enterprise

Justifying the Use of the CIM in the Utility Enterprise Justifying the Use of the CIM in the Utility Enterprise IEEE Power System Conference and Exhibit Seattle, Washington March 18, 2009 Terry Saxton Vice President, Special Projects Xtensible Solutions 1 Presentation

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

CIM Base PMU Registry

CIM Base PMU Registry The Standards Based Integration Company Systems Integration Specialists Company, Inc. CIM Base PMU Registry John Gillerman SISCO, Inc. Tel: +1-732-937-9745 Mobile: +1-732-979-9595 Email: johng@sisconet.com

More information

Common Information Model A Developer s Perspective

Common Information Model A Developer s Perspective Proceedings of the 32nd Hawaii International Conference on System Sciences 999 Proceedings of the 32nd Hawaii International Conference on System Sciences - 999 Common Information Model A Developer s Perspective

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management Outline What is Enterprise Management? What are the drivers in Enterprise Mgt.? Distributed Management Technology Forum (DMTF) Web Based Enterprise Management (WBEM)

More information

CIM, PI AF and SISCO CIM Adapter Create New Application Opportunities for Utilities

CIM, PI AF and SISCO CIM Adapter Create New Application Opportunities for Utilities CIM, PI AF and SISCO CIM Adapter Create New Application Opportunities for Utilities Presented by Ralph Mackiewicz SISCO, Inc. ralph@sisconet.com Topics Review of Applicable Standards Common Information

More information

Seminar report Software reuse

Seminar report Software reuse A Seminar report On Software reuse Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: www.studymafia.com SUBMITTED BY:

More information

Semantic Modeling with the CIM. 28 February 2012 Terry Saxton

Semantic Modeling with the CIM. 28 February 2012 Terry Saxton Semantic Modeling with the CIM 28 February 2012 Terry Saxton 1 Presentation Contents NIST Smart Grid Roadmap and CIM CIM as a semantic model Genius and uniqueness of CIM standards Business drivers for

More information

Lecture 16 Common Information Model

Lecture 16 Common Information Model Lecture 16 Common Information Model Course Map 1 Contents Information Modelling in Power Industry - Information Exchange Need - Information modeling Common Information Model-CIM - Background - CIM based

More information

H-R EN Draft Version: 0.4 Date: 28 November 2006

H-R EN Draft Version: 0.4 Date: 28 November 2006 MEASUREMENTS AND INFORMATION SYSTEMS OF ELECTRICAL NETWORKS (MIRE) INTEROPERABILITE ET APPLICATIONS METIERS avenue du Général de Gaulle - 924 CLAMART CEDEX, +33 () 47 65 43 2 Department certified ISO 900

More information

Framework for building information modelling (BIM) guidance

Framework for building information modelling (BIM) guidance TECHNICAL SPECIFICATION ISO/TS 12911 First edition 2012-09-01 Framework for building information modelling (BIM) guidance Cadre pour les directives de modélisation des données du bâtiment Reference number

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 61360-2 Edition 2.1 2004-02 Edition 2:2002 consolidated with amendment 1:2003 Standard data element types with associated classification scheme for electric components Part 2:

More information

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold.

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold. T0/06-6 revision 2 Date: May 22, 2006 To: T0 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: SAM-4: Converting to UML part Overview The current SCSI architecture follows no particular documentation

More information

Integrating IEC & IEEE 1815 (DNP3)

Integrating IEC & IEEE 1815 (DNP3) Integrating IEC 61850 & IEEE 1815 (DNP3) Andrew West Regional Technical Director, SUBNET Solutions, Inc. SUMMARY North America has a mature electric power grid. The majority of grid automation changes

More information

Introduction to Global Data Types in SAP NetWeaver PI 7.1 (preview)

Introduction to Global Data Types in SAP NetWeaver PI 7.1 (preview) Introduction to Global Data Types in SAP NetWeaver PI 7.1 (preview) Applies to: SAP NetWeaver Process Integration IT Scenarios in Version 7.1 Summary This article introduces the core components technical

More information

Concept White Paper. Concepts for Proposed Content of Eventual Standard(s) for Project : Real-Time Monitoring and Analysis Capabilities

Concept White Paper. Concepts for Proposed Content of Eventual Standard(s) for Project : Real-Time Monitoring and Analysis Capabilities Concept White Paper Concepts for Proposed Content of Eventual Standard(s) for Project 2009-02: Real-Time Monitoring and Analysis Capabilities Real-time Monitoring and Analysis Capabilities Standard Drafting

More information

The Future of XML at the IRS and Building Partnerships for Collaboration. Agenda

The Future of XML at the IRS and Building Partnerships for Collaboration. Agenda FTA Technology Conference August 8 10, 2005 The Future of XML at the IRS and Building Partnerships for Collaboration Dynamic Data @ The Internal Revenue Service John A. Triplett john.a.triplett@irs.gov

More information

RULES DRIVEN PROJECT SPECIFICATION IN THE CONTEXT OF IEC BASIC APPLICATION PROFILES

RULES DRIVEN PROJECT SPECIFICATION IN THE CONTEXT OF IEC BASIC APPLICATION PROFILES RULES DRIVEN PROJECT SPECIFICATION IN THE CONTEXT OF IEC 61850 BASIC APPLICATION PROFILES Camille BLOCH Mayank SHARMA Michael HAECKER Schneider Electric - France Schneider Electric - India Schneider Electric

More information

INTELLIGENT NETWORK ASSETS SUPERVISION AND CONTROL IN ENEDIS

INTELLIGENT NETWORK ASSETS SUPERVISION AND CONTROL IN ENEDIS INTELLIGENT NETWORK ASSETS SUPERVISION AND CONTROL IN ENEDIS Marc LAGOUARDAT Jean-Marc WINE Olivier CARRE Enedis - France Enedis - France Enedis - France marc.lagouardat@enedis.fr jean-marc.wine@enedis.fr

More information

Schema Rules for UBL and Maybe for You. Eve Maler XML 2002 Conference 12 December 2002

Schema Rules for UBL and Maybe for You. Eve Maler XML 2002 Conference 12 December 2002 Schema Rules for UBL and Maybe for You Eve Maler XML 2002 Conference 12 December 2002 1 Lots to cover in this session Goals Introduce the Universal Business Language and its unique schema requirements

More information

The International Intelligent Network (IN)

The International Intelligent Network (IN) The International Intelligent Network (IN) Definition In an intelligent network (IN), the logic for controlling telecommunications services migrates from traditional switching points to computer-based,

More information

Agenda An Overview of Network Codes, CIM & CGMES

Agenda An Overview of Network Codes, CIM & CGMES Agenda An Overview of Network Codes, CIM & CGMES Elkraft 2017 2017-05-18 Lars-Ola Österlund Now Brolunda Consulting Retired from ABB Software Enterprise fall 2016 Worked with standards in IEC TC57 and

More information

Windpower/DER and Standards

Windpower/DER and Standards The Standards Based Integration Company Systems Integration Specialists Company, Inc. Windpower/DER and Standards Report to OSIsoft Renewable Energy Group Copyright 2008-2009 SISCO, Inc. Last time we talked:

More information

SDMX self-learning package No. 3 Student book. SDMX-ML Messages

SDMX self-learning package No. 3 Student book. SDMX-ML Messages No. 3 Student book SDMX-ML Messages Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content February 2010 Version

More information

Direction And Concepts March Scott R. Hinkelman Techniques and Methodologies (TMG) [acting] Vice Chair

Direction And Concepts March Scott R. Hinkelman Techniques and Methodologies (TMG) [acting] Vice Chair UN/CEFACT Unified Context Methodology (UCM) Direction And Concepts March 2009 Scott R. Hinkelman Techniques and Methodologies (TMG) [acting] Vice Chair Unified Context t Methodology (UCM) Project Chair

More information

ISO/IEC TR TECHNICAL REPORT. Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements

ISO/IEC TR TECHNICAL REPORT. Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements TECHNICAL REPORT ISO/IEC TR 20943-1 First edition 2003-08-01 Information technology Procedures for achieving metadata registry (MDR) content consistency Part 1: Data elements Technologies de l'information

More information

E-Commerce Integration Meta-Framework Introduction (ECIMF-Intro) CEN/ISSS/WS-EC/ECIMF. Draft, version 0.3 November 28, 2001

E-Commerce Integration Meta-Framework Introduction (ECIMF-Intro) CEN/ISSS/WS-EC/ECIMF. Draft, version 0.3 November 28, 2001 1 E-Commerce Integration Meta-Framework Introduction (ECIMF-Intro) CEN/ISSS/WS-EC/ECIMF Draft, version 0.3 November, 001 1 0 3 3 3 3 0 1. Background and the Goal Statement There have been many standardization

More information

Utility Operations & Best Practices The CIM: What it is and how it s being used

Utility Operations & Best Practices The CIM: What it is and how it s being used Utility Operations & Best Practices The CIM: What it is and how it s being used Ricardo Lopez Sr. Product Manager Itron Enterprise Edition Meter Data Management The CIM What It Is and How It s Being Used

More information

Interoperability made by IEC TC 57. Dr. Andreas Huber 9th EPCC Siemens AG 2006

Interoperability made by IEC TC 57. Dr. Andreas Huber 9th EPCC Siemens AG 2006 Interoperability made by IEC TC 57 Dr. Andreas Huber 9th EPCC 11.06.2007 International standards for interoperability The key for the utility and the vendor Integrated utility business operation F&C Marketing

More information

Conceptual Modeling and Specification Generation for B2B Business Processes based on ebxml

Conceptual Modeling and Specification Generation for B2B Business Processes based on ebxml Conceptual Modeling and Specification Generation for B2B Business Processes based on ebxml HyoungDo Kim Professional Graduate School of Information and Communication, Ajou University 526, 5Ga, NamDaeMoonRo,

More information

Agent-Enabling Transformation of E-Commerce Portals with Web Services

Agent-Enabling Transformation of E-Commerce Portals with Web Services Agent-Enabling Transformation of E-Commerce Portals with Web Services Dr. David B. Ulmer CTO Sotheby s New York, NY 10021, USA Dr. Lixin Tao Professor Pace University Pleasantville, NY 10570, USA Abstract:

More information

An Evolutive and Multilingual CIM Ontology Management System

An Evolutive and Multilingual CIM Ontology Management System Available online at www.sciencedirect.com Energy Procedia 12 (2011) 18 26 ICSGCE 2011: 27 30 September 2011, Chengdu, China An Evolutive and Multilingual CIM Ontology Management System Lan Wang *, Akira

More information

Working Group Charter: Web Services Basic Profile

Working Group Charter: Web Services Basic Profile Working Group Charter: Web Services Basic Profile Web Services Basic Profile (wsbasic) Creation Date: 2002.03.05 Revision Date: 2008.09.09 Document Editors: WS-I Secretary (secretary@ws-i.org) This Working

More information

Research on Publishing CIM Model Change Events through OPC UA

Research on Publishing CIM Model Change Events through OPC UA Research on Publishing CIM Model Change Events through OPC UA Zewu Peng 1, Churan Deng 1,*, Bojian Wen 1, and Qingping Xu 2 1 Information Centre of Guangdong Power Grid Corporation, 510600 Guangzhou, China.

More information

International Standards and Guidelines Implementation Framework

International Standards and Guidelines Implementation Framework International Standards and Guidelines Implementation Framework (Draft as of February 2017) The draft International Standards and Guidelines Implementation Framework (ISGIF) is prepared to support implementation

More information

6. The Document Engineering Approach

6. The Document Engineering Approach 6. The Document Engineering Approach DE + IA (INFO 243) - 11 February 2008 Bob Glushko 1 of 40 Plan for Today's Class Modeling Methodologies The Document Engineering Approach 2 of 40 What Modeling Methodologies

More information

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Office of the National Coordinator for Health IT Federal Health Architecture Program Management Office FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Version 0.1 Draft,

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 20022-1 First edition 2004-12-15 Financial services UNIversal Financial Industry message scheme Part 1: Overall methodology and format specifications for inputs to and outputs

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 61970-501 First edition 2006-03 Energy management system application program interface (EMS-API) Part 501: Common Information Model Resource Description Framework (CIM RDF) schema

More information

IMPLEMENTATION OF A NEW SCADA/EMS/DMS IN A LARGE UTILITY, INTEGRATED WITH CORPORATE INFORMATION SYSTEMS

IMPLEMENTATION OF A NEW SCADA/EMS/DMS IN A LARGE UTILITY, INTEGRATED WITH CORPORATE INFORMATION SYSTEMS IMPLEMENTATION OF A NEW SCADA/EMS/DMS IN A LARGE UTILITY, INTEGRATED WITH CORPORATE INFORMATION SYSTEMS J.M. CORERA*, J. MARTÍ*, Z. OJINAGA*, W. LEX, A KUHLMANN *Iberdrola Distribución, SA Siemens AG Spain

More information

Model Driven Architecture - The Vision

Model Driven Architecture - The Vision Model Driven Architecture - The Vision Marko Fabiunke Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik marko.fabiunke@first.fraunhofer.de The Fraunhofer FIRST Institut Your partner We support

More information

XML based Business Frameworks. - II- Description grid for XML frameworks

XML based Business Frameworks. - II- Description grid for XML frameworks 1 / 14 XML based Business Frameworks - II- Description grid for XML frameworks 2 / 14 Document administration Reference Version State Exploitation Sender 20030905.D2.2.XML-BBF.1 2.1 A.Rizk Written by Checked

More information

Dictionary Driven Exchange Content Assembly Blueprints

Dictionary Driven Exchange Content Assembly Blueprints Dictionary Driven Exchange Content Assembly Blueprints Concepts, Procedures and Techniques (CAM Content Assembly Mechanism Specification) Author: David RR Webber Chair OASIS CAM TC January, 2010 http://www.oasis-open.org/committees/cam

More information

IEC Engineering Process and Multi-Vendor System Configuration Tools Reduce Engineering Costs of Substation Automation Projects

IEC Engineering Process and Multi-Vendor System Configuration Tools Reduce Engineering Costs of Substation Automation Projects IEC 61850 Engineering Process and Multi-Vendor System Configuration Tools Reduce Engineering Costs of Substation Automation Projects Adam Gauci, P.Eng. Schneider Electric North America Summary Abstract...

More information

ebxml Technical Architecture Specification

ebxml Technical Architecture Specification 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ebxml Technical Architecture Specification ebxml Technical Architecture Team 17 October 2000

More information

Building Ontology Repositories for E-Commerce Systems

Building Ontology Repositories for E-Commerce Systems Building Ontology Repositories for E-Commerce Systems JIANMING YONG 1,2, YUN YANG 1 and JUN YAN 1 1 CICEC - Centre for Computing and E-Commerce School of information technology Swinburne University of

More information

April Oracle Spatial User Conference

April Oracle Spatial User Conference April 29, 2010 Hyatt Regency Phoenix Phoenix, Arizona USA Parag Parikh Dan Kuklov CURRENT Group Kerry D. McBee Xcel Energy Unified Real-Time Network Topology Management Using Xcel Energy SmartGridCity

More information

Briefing Paper: developing the DOI Namespace

Briefing Paper: developing the DOI Namespace 010123-DOI-NS-paper.doc 1 Briefing Paper: developing the DOI Namespace This briefing paper describes a project that has been commissioned by the IDF for completion during the first half of 2001. The paper

More information

Integration Standards for SmartPlant Instrumentation

Integration Standards for SmartPlant Instrumentation Integration Standards for SmartPlant Instrumentation FLUOR SmartPlant Implementation Team By John Dressel Copyright 2017 Fluor Corporation all rights reserved Integration Standards for SPI Introduction

More information

DON XML Achieving Enterprise Interoperability

DON XML Achieving Enterprise Interoperability DON XML Achieving Enterprise Interoperability Overview of Policy, Governance, and Procedures for XML Development Michael Jacobs Office of the DON CIO Vision The Department of the Navy will fully exploit

More information

IEC 61850: From Paper to Operation

IEC 61850: From Paper to Operation IEC 61850: From Paper to Operation Dr. Alexander Apostolov AREVA T&D Automation XVIII SNPTEE Curitiba, Brazil, 19 October 2005 Introduction IEC 61850 is now an approved international standard It allows

More information

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Hitachi Review Vol. 65 (2016), No. 1 729 Featured Articles Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Kazuki

More information

Building a Topology Estimator for Large Inter-regional Networks

Building a Topology Estimator for Large Inter-regional Networks Building a Topology Estimator for Large Inter-regional Networks ETREP02.pdf Robin Podmore *, Margaret Goodrich**, David Becker***, Peter Hirsch***, Stephen Lee ***, Marck Robinson**** robin@incsys.com,

More information

Leverage SOA for increased business flexibility What, why, how, and when

Leverage SOA for increased business flexibility What, why, how, and when Leverage SOA for increased business flexibility What, why, how, and when Dr. Bob Sutor Director, IBM WebSphere Product and Market Management sutor@us.ibm.com http://www.ibm.com/developerworks/blogs/dw_blog.jspa?blog=384

More information

ISO INTERNATIONAL STANDARD. Financial services Universal financial industry message scheme Part 3: Modelling

ISO INTERNATIONAL STANDARD. Financial services Universal financial industry message scheme Part 3: Modelling INTERNATIONAL STANDARD ISO 20022-3 First edition 2013-05-01 Financial services Universal financial industry message scheme Part 3: Modelling Services financiers Schéma universel de messages pour l'industrie

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

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Kyung-Hyu Lee* Jeung-Heon Hahn* Electronics and Telecommunications Research Institute* Email: {khyulee, stevehahn

More information

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold.

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold. T0/04-023 revision 2 Date: September 06, 2005 To: T0 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: SAM-4: Converting to UML part Overview The current SCSI architecture follows no particular

More information

XML-based Modeling of Communication Protocols for the Power System

XML-based Modeling of Communication Protocols for the Power System XML-based Modeling of Communication Protocols for the Power System ZHIMIN HE, JIA WANG Engineering Training Center Shanghai University of Engineering Science No.333, Longteng Road, Songjiang District,

More information

Master Resource-ID Concept Specification

Master Resource-ID Concept Specification Master Resource-ID Concept Specification Prepared By NERC DEWG Station Naming Focus Team Version 3.0 November 10, 2002 Document Revision Log Revision # Revision Date Revision Description November 6, 2000

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD IEC 62559-3 Edition 1.0 2017-12 colour inside Use case methodology Part 3: Definition of use case template artefacts into an XML serialized format IEC 62559-3:2017-12(en) THIS PUBLICATION

More information

Topics on Web Services COMP6017

Topics on Web Services COMP6017 Topics on Web Services COMP6017 Dr Nicholas Gibbins nmg@ecs.soton.ac.uk 2013-2014 Module Aims Introduce you to service oriented architectures Introduce you to both traditional and RESTful Web Services

More information

IEC61850: Application Migration, Conformance and Interoperability Testing. International Conference IEC March 30, 2005 FURNAS Rio de Janeiro

IEC61850: Application Migration, Conformance and Interoperability Testing. International Conference IEC March 30, 2005 FURNAS Rio de Janeiro IEC61850: Application Migration, Conformance and Interoperability Testing International Conference IEC 61850 March 30, 2005 FURNAS Rio de Janeiro Ralph Mackiewicz SISCO, Inc. Agenda Migration to IEC61850

More information

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

A registry model for UN/CEFACT s Core Components

A registry model for UN/CEFACT s Core Components A registry model for UN/CEFACT s Core Components Christian Huemer, Philipp Liegl Institute of Software Technology and Interactive Systems Vienna University of Technology Vienna, Austria {huemer, liegl}@big.tuwien.ac.at

More information

Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work

Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work Integration of the ANSI standard in the SmartGrid system design Presented by Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work 303-6707 Elbow Drive

More information

Vocabulary Harvesting Using MatchIT. By Andrew W Krause, Chief Technology Officer

Vocabulary Harvesting Using MatchIT. By Andrew W Krause, Chief Technology Officer July 31, 2006 Vocabulary Harvesting Using MatchIT By Andrew W Krause, Chief Technology Officer Abstract Enterprises and communities require common vocabularies that comprehensively and concisely label/encode,

More information

Western States Power Crisis EPRI White Paper - An Overview -

Western States Power Crisis EPRI White Paper - An Overview - Western States Power Crisis EPRI White Paper - An Overview - Dejan J. Sobajic July, 2001 Western States Power Crisis.1 Origins of the White Paper The roots of the document go back to several discussions

More information

Unified Modeling Language (UML) Fundamentals & Intro to Profiles

Unified Modeling Language (UML) Fundamentals & Intro to Profiles Unified Modeling Language (UML) Fundamentals & Intro to Profiles Margaret Goodrich Land Tel: +1-903-489-1494 Cell: +1-903-477-7176 E-Mail: margaret@j-mgoodrich.com Topics Information Modeling Methodology

More information

E-Commerce Integration Meta-Framework General Methodology (ECIMF-GM) CEN/ISSS/WS-EC/ECIMF. Draft, version 0.2 July 11, 2001

E-Commerce Integration Meta-Framework General Methodology (ECIMF-GM) CEN/ISSS/WS-EC/ECIMF. Draft, version 0.2 July 11, 2001 1 1 1 1 1 0 30 3 3 3 E-Commerce Integration Meta-Framework General Methodology (ECIMF-GM) 1. The methodology CEN/ISSS/WS-EC/ECIMF Draft, version 0. July 11, 001 The proposed methodology for analysis and

More information

CIM and Harmonization

CIM and Harmonization CIM and 61850 Harmonization Herbert Falk Solutions Architect SISCO Common Information Model in Smart Grid, Distribution, Transmission Workshop September 9, 2010 The Holy Grail Asset Connectivity An audience

More information

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 John Hohwald Slide 1 Definitions and Terminology What is SOA? SOA is an architectural style whose goal is to achieve loose coupling

More information

ISO/IEC JTC 1/SC 32 N 0722

ISO/IEC JTC 1/SC 32 N 0722 ISO/IEC JTC 1/SC 32 N 0722 Date: 2002-02-12 REPLACES: -- ISO/IEC JTC 1/SC 32 Data Management and Interchange Secretariat: United States of America (ANSI) Administered by Pacific Northwest National Laboratory

More information

Working Group Charter: Basic Profile 1.2 and 2.0

Working Group Charter: Basic Profile 1.2 and 2.0 Working Group Charter: Basic Profile 1.2 and 2.0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 Web Services Basic

More information

A Generic Approach for Compliance Assessment of Interoperability Artifacts

A Generic Approach for Compliance Assessment of Interoperability Artifacts A Generic Approach for Compliance Assessment of Interoperability Artifacts Stipe Fustar Power Grid 360 11060 Parkwood Drive #2, Cupertino, CA 95014 sfustar@powergrid360.com Keywords: Semantic Model, IEC

More information