NIEM Update. Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect. Nlets Implementers Workshop

Size: px
Start display at page:

Download "NIEM Update. Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect. Nlets Implementers Workshop"

Transcription

1 NIEM Update Mike Hulme, NIEM Technical Architecture Committee Co-chair and Unisys Solution Architect Nlets Implementers Workshop 8/31/2016

2 Topics NIEM 3.2 NIEM 4.0 niem.github.io Enhanced code list capabilities Enhanced business rule specification capabilities NIEM Java binding tool Use of JSON with NIEM The NTAC needs you! 2

3 NIEM 3.2 NIEM 3.2 was released in June 2016 A minor release that incorporates content identified since NIEM 3.1 was released in May 2015 Highlights of NIEM 3.2 include: The onboarding of a new Surface Transportation domain by the US Department of Transportation Substantial updates to the NIEM Emergency Management domain Additional content updates to the Biometrics, Military Operations, Justice, and Human Services domains No changes to Naming and Design Rules (NDR) Keep in mind Nlets uses NIEM 2.0, but NIEM versions last forever! 3

4 NIEM 4.0 Development starts in October 2016 for a mid-2017 release Harmonization of content Potential technical improvements Relax some NDR constraints Relax some extension schema rules Enable object URIs other than document-relative IDs (to refer to external content) Allow for a lightweight IEPD Allow code lists to be relaxed or more stringent (as appropriate) Complete Schematron in XSD specification Formalize NIEM-conformant JSON IEP Your suggestions? 4

5 niem.github.io niem.github.io is a collaborative website with content managed using the git open source distributed version control system Allows the NTAC and NBAC to more directly manage content and accept contributions from the community Still a work in progress 5

6 Enhanced code list capabilities NTAC developed a specification for using Genericode code lists with NIEM (released March 2016) Generalizes the use of code lists to incorporate code list tables, with additional columns beyond code value and definition Allows for advanced functionality such as keys composed of multiple columns Includes artifacts that support use of code lists at run time and at schema definition time Includes identifiers for well-known columns that have semantics needed across the NIEM community 6

7 Enhanced code list capabilities (cont.) Uses Genericode (an OASIS specification) Code List Representation (Genericode) Version 1.0 Available at Use is optional Available at 7

8 Enhanced business rule capabilities NTAC is developing a specification for embedding Schematron in XML schema documents (in alpha 4 as of August 2016) Uses Schematron (an ISO specification) ISO/IEC STANDARD : Information Technology Document Schema Definition Languages (DSDL) Part 3: Rule-Based Validation Schematron See A language for making assertions about the presence or absence of patterns in XML documents 8

9 Enhanced business rule capabilities (cont.) It is very simple (only five important elements), very powerful (it can express many kinds of constraints impossible in other schema languages) It captures constraints in human language assertions and generates appropriate human-language diagnostics Use is optional Draft available at 9

10 NIEM Java Binding tool An open source library of functions that uses Java Architecture for XML Binding (JAXB) to implement NIEMbased information exchanges Can generate consistent bindings to Java objects for NIEM schema subsets and extension schema documents Has the potential to facilitate and simplify ongoing development by automatically generating bindings from a new or updated IEPD Contains example Representational State Transfer (REST) services with XML Beta released in August 2016: 10

11 Using JSON with NIEM: Why consider JSON? Use of JSON has become widespread and is increasing The NIEM PMO is receiving questions about how to create NIEM-conforming JSON As of today there is no such thing as NIEM-conforming JSON NTAC would like to support people who want to do what NIEM does, only using JSON instead of XML The challenges: A solution that doesn t dilute the useful characteristics of JSON A solution that doesn t dilute NIEM information sharing principles No accepted standard for a JSON equivalent to XML schema The NTAC needs your input! 11

12 Using JSON with NIEM: NTAC actions to date Released an executive summary on NTAC approach: Released draft guidance on using NIEM with JSON: Uses JSON-LD, a JSON-based format to serialize Linked Data: The near-term goal is a specification for an IEP (an actual information exchange instance) that uses JSON instead of XML; but still specified by a NIEM IEPD using XML schemas to support contract-first development Also examining ad-hoc JSON IEP using up and down transformations to support code-first development 12

13 The NTAC needs you! The NIEM Technical Architecture Committee (NTAC) defines and supports the technical architecture that governs NIEM Responsible for NIEM technical specifications such as the Naming and Design Rules (NDR) and Model Package Description (MPD) specs Works in conjunction with the NIEM lead developer, Georgia Tech Research Institute (GTRI) Composed of federal, state, local, and industry representatives Consider becoming an active NTAC member! 13

14 NIEM/NTAC contacts NIEM: LinkedIn NIEM Group: NTAC: Mike Hulme, co-chair, Dr. Scott Renner, co-chair, 14

15 Backup JSON slides 15

16 Using JSON with NIEM: What NIEM does Developers Compatible understanding Application Application Users Successful machine-to-machine data exchange requires the developers to have a compatible understanding of the exchanged data s meaning NIEM helps arrange that compatible understanding, through A documentation framework Community-agreed data components Graphics developed by Dr. Scott Renner 16

17 Using JSON with NIEM: Doing NIEM: Contract-based data exchange Information Exchange Package Documentation (IEPD) build-time description of the data to be exchanged IEPD Developers defines System / Application IEP System / Application Information Exchange Package (IEP) the data exchanged at runtime Data Consumers In NIEM, the exchange specification is defined first Software for the interface is written to that specification afterwards 17

18 Using JSON with NIEM: Doing JSON: Often code-first, not contract-based Developers 1. Design their programming-language data structure 2. Generate the interface software from the data structure 1 tool 2 JSON Data Producers Data Consumers In this approach the application code comes first The interface software is generated from the application code There is no explicit contract (apart from the application code) 18

19 Using JSON with NIEM: NTAC Approach Identify potential actions to accommodate JSON in NIEM Decide which of the identified actions we think are feasible and should be pursued, and develop a roadmap Explore each accepted action in detail Validate the feasibility and appropriateness Determine how to do it Write the appropriate product (guidance, specification, etc.) Consider and address tool support Document a rationale for each rejected action 19

20 Using JSON with NIEM: Potential actions to accommodate JSON in NIEM 1. Provide non-normative guidance on a way to generate a JSON instance from a NIEMconformant XML schema and/or XML instance (based on an existing standard, specification, or practice), but the JSON instance would not be NIEM-conformant. 2. Provide a normative specification on a way to generate a JSON instance from a NIEMconformant XML schema and/or XML instance, and such a JSON instance could be NIEM-conformant. 3. If a JSON instance could be NIEM-conformant, provide a normative specification on verifying NIEM-conformance of a JSON instance to a NIEM-conformant XML schema. 4. Provide a normative specification for a NIEM-conformant JSON schema (based on an existing JSON Schema specification). 5. If a JSON schema could be NIEM-conformant, provide a normative specification on verifying NIEM-conformance of a JSON instance to a NIEM-conformant JSON schema. 6. Provide the NIEM reference schemas as JSON schemas. 7. Develop a separate NDR for JSON (as opposed to XML). 20

21 Using JSON with NIEM: NTAC planned and completed actions Develop an executive summary and roadmap of planned NTAC actions and solutions related to JSON (actual 2Q2016) Develop and document a rationale for why NTAC is not pursuing #4 through #7 (actual 2Q2016) Do #1: Develop and document non-normative guidance on generating a JSON instance from an XML schema and/or XML instance, but the JSON instance would not be considered NIEM-conformant (actual 3Q2016) Do #2 and #3: Develop and document a draft normative specification (building on the initial guidance) for generating a NIEM-conformant JSON instance from an XML schema and/or XML instance, and for verifying NIEM conformance of a JSON instance to a NIEM-conformant XML schema (planned 4Q2016) Changes to NIEM Conformance Specification to support JSON instance conformance target Solicit feed back from the NIEM technical community as we go along 21

National Information Exchange Model (NIEM):

National Information Exchange Model (NIEM): National Information Exchange Model (NIEM): DoD Adoption and Implications for C2 D r. S c o t t R e n n e r Presented at 19th International Command and Control Research and Technology Symposium (ICCRTS)

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

NIEM. National. Information. Exchange Model. NIEM and Information Exchanges. <Insert Picture Here> Deploy. Requirements. Model Data.

NIEM. National. Information. Exchange Model. NIEM and Information Exchanges. <Insert Picture Here> Deploy. Requirements. Model Data. Deploy Requirements National Test NIEM Model Data Information Build Exchange Generate Dictionary Exchange Model XML Exchange Development NIEM and Information Exchanges Overview Public

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

DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee

DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee Documents initiate and record business change. It is easy to map some business

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron INTERNATIONAL STANDARD ISO/IEC 19757-3 First edition 2006-06-01 Information technology Document Schema Definition Languages (DSDL) Part 3: Rule-based validation Schematron Technologies de l'information

More information

Information Technology Document Schema Definition Languages (DSDL) Part 1: Overview

Information Technology Document Schema Definition Languages (DSDL) Part 1: Overview ISO/IEC JTC 1/SC 34 Date: 2008-09-17 ISO/IEC FCD 19757-1 ISO/IEC JTC 1/SC 34/WG 1 Secretariat: Japanese Industrial Standards Committee Information Technology Document Schema Definition Languages (DSDL)

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 11: Schema association

ISO/IEC INTERNATIONAL STANDARD. Information technology Document Schema Definition Languages (DSDL) Part 11: Schema association INTERNATIONAL STANDARD ISO/IEC 19757-11 First edition 2011-11-01 Information technology Document Schema Definition Languages (DSDL) Part 11: Schema association Technologies de l'information Langages de

More information

National Identity Exchange Federation. Terminology Reference. Version 1.0

National Identity Exchange Federation. Terminology Reference. Version 1.0 National Identity Exchange Federation Terminology Reference Version 1.0 August 18, 2014 Table of Contents 1. INTRODUCTION AND PURPOSE... 2 2. REFERENCES... 2 3. BASIC NIEF TERMS AND DEFINITIONS... 5 4.

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

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

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS OMG Semantic Information Day March 2009 David Price Eurostep and Allison Feeney NIST Agenda» OASIS

More information

Grid Services and the Globus Toolkit

Grid Services and the Globus Toolkit Grid Services and the Globus Toolkit Lisa Childers childers@mcs.anl.gov The Globus Alliance Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved. This

More information

GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by

GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by John Ruegg County of Los Angeles Information Systems Advisory Body GJXDM User Conference - June, 2005 You have a

More information

TestCases for the SCA Assembly Model Version 1.1

TestCases for the SCA Assembly Model Version 1.1 TestCases for the SCA Assembly Model Version 1.1 Committee Specification Draft 04 / Public Review Draft 03 21 June 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-testcases-csprd03.pdf

More information

Workshop Data Modelling [en]

Workshop Data Modelling [en] Workshop Data Modelling [en] Thorsten Reitz, wetransform INSPIRE and Beyond 2018 24.05.2018 Wetransform GmbH - Why do we create data models at all? - What processes can we use to create models? - What

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

OASIS Standards Development Supporting Identity Management, Privacy and Trust in Cloud Computing Services

OASIS Standards Development Supporting Identity Management, Privacy and Trust in Cloud Computing Services OASIS Standards Development Supporting Identity Management, Privacy and Trust in Cloud Computing Services John Sabo Director, Global Government Relations Chair, OASIS IDtrust Member Section Steering Committee

More information

Kansas ecitation Submission Service Service Description Document

Kansas ecitation Submission Service Service Description Document Kansas ecitation Submission Service Service Description Document v 1.0.0 July 15, 2011 Page 1 Table of Contents Document Introduction... 4 ECitation Data Submission Service Overview... 6 Purpose... 6 Scope...

More information

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Global Reference Architecture: Overview of National Standards Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Goals for this Presentation Define the Global Reference Architecture

More information

STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project

STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project STATEMENT OF WORK BETWEEN UNIVERSITY SERVICES PMO and ENVIRONMENTAL SYSTEMS RESEARCH INSTITUTE INC. for the GIS Interactive Campus Web Map Project I. Scope This Statement of Work (SOW) is effective May

More information

Schematron Validation for AQD

Schematron Validation for AQD Schematron Validation for AQD Complex Constraint Checking Barbara Magagna Barbara.Magagna@umweltbundesamt.at Katharina Schleidt Katharina.Schleidt@umweltbundesamt.at Overview AQD Constraint Checking Constraints

More information

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Semantic Technologies and CDISC Standards Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Part I Introduction to Semantic Technology Resource Description Framework

More information

Web Services Interoperability Organization. Accelerating Web Services Adoption May 16, 2002

Web Services Interoperability Organization. Accelerating Web Services Adoption May 16, 2002 Web Services Interoperability Organization Accelerating Web Services Adoption May 16, 2002 The Context Innovation needs to happen at an ever increasing pace Success requires broad interoperability Within

More information

TestCases for the SCA POJO Component Implementation Specification Version 1.1

TestCases for the SCA POJO Component Implementation Specification Version 1.1 TestCases for the SCA POJO Component Implementation Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 15 August 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-csprd02.pdf

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology INTERNATIONAL STANDARD ISO/IEC 21000-21 First edition 2013-07-01 Information technology Multimedia framework (MPEG-21) Part 21: Media Contract Ontology Technologies de l'information Cadre multimédia (MPEG-21)

More information

S-100 schemas and other files

S-100 schemas and other files Notes (07 November 2018) Folder Organization: Wherever local files are referenced in the XSD files and XML sample files, the references are based on this organization of folders. Table 1. File and folder

More information

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT)

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT) Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT) IC/DoD REST Encoding Specification for CDR Brokered Search v1.1 12 May 2011 REVISION/HISTORY

More information

An Introduction to PREMIS. Jenn Riley Metadata Librarian IU Digital Library Program

An Introduction to PREMIS. Jenn Riley Metadata Librarian IU Digital Library Program An Introduction to PREMIS Jenn Riley Metadata Librarian IU Digital Library Program Outline Background and context PREMIS data model PREMIS data dictionary Implementing PREMIS Adoption and ongoing developments

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Learning, education, and training Content packaging Part 2: XML binding

ISO/IEC INTERNATIONAL STANDARD. Information technology Learning, education, and training Content packaging Part 2: XML binding INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 12785-2 First edition 2011-11-15 Information technology Learning, education, and training Content packaging Part

More information

Test Assertions for the SCA Assembly Model Version 1.1 Specification

Test Assertions for the SCA Assembly Model Version 1.1 Specification Test Assertions for the SCA Assembly Model Version 1.1 Specification Committee Draft 03 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-test-assertions-cd03.html

More information

Proposed update of Technical Guidance for INSPIRE Download services based on SOS

Proposed update of Technical Guidance for INSPIRE Download services based on SOS Proposed update of Technical Guidance for INSPIRE Download services based on SOS Organised by: Simon Jirka, Alexander Kotsev, Michael Lutz Dr. Simon Jirka (jirka@52north.org) 52 North GmbH Workshop - The

More information

Unofficial Comment Form Project Modifications to CIP Standards Virtualization in the CIP Environment

Unofficial Comment Form Project Modifications to CIP Standards Virtualization in the CIP Environment Unofficial Comment Form Project 2016-02 Modifications to CIP Standards Virtualization in the CIP Environment Do not use this form for submitting comments. Use the electronic form to submit comments on

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

Comments on Concepts of OSE in TR and proposals for related changes to Parts 1 and 3.

Comments on Concepts of OSE in TR and proposals for related changes to Parts 1 and 3. EWOS-1 TITLE: SOURCE: ISO/IEC JTC1/SGFS N... Comments on Concepts of OSE in TR 10000 and proposals for related changes to Parts 1 and 3. EUROPEAN WORKSHOP FOR OPEN SYSTEMS DATE: STATUS: Contribution to

More information

ISO INTERNATIONAL STANDARD. Language resource management Feature structures Part 1: Feature structure representation

ISO INTERNATIONAL STANDARD. Language resource management Feature structures Part 1: Feature structure representation INTERNATIONAL STANDARD ISO 24610-1 FIrst edition 2006-04-15 Language resource management Feature structures Part 1: Feature structure representation Gestion des ressources linguistiques Structures de traits

More information

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-1.0-csprd01.html

More information

Evolution of Emergency Data Exchange Language (EDXL): A Framework/Toolkit for Developers

Evolution of Emergency Data Exchange Language (EDXL): A Framework/Toolkit for Developers Evolution of Emergency Data Exchange Language (EDXL): A Framework/Toolkit for Developers Presentation of the OASIS Emergency Management Technical Committee September 22, 2017 Introduction Organization

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

Enforcing the Complex Business Rules of NIEM Exchanges

Enforcing the Complex Business Rules of NIEM Exchanges Enforcing the Complex Business Rules of NIEM Exchanges Priscilla Walmsley Joel Byford 1 Twitter #NIEMNTE3 What are Business Rules? Constraints on data in an exchange Usually contextual or conditional Can

More information

NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing

NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing NIEM in Action: Roadmap to Successful Standards- Based Information- Sharing The National Information Exchange Model (NIEM) A Presentation to the IACP-LIEM Conference May 9, 2008 Nashville, TN Paul Wormeli,

More information

Which Of The Following Is Not One Of The Built-in Data Types Of Xml Schema Definition

Which Of The Following Is Not One Of The Built-in Data Types Of Xml Schema Definition Which Of The Following Is Not One Of The Built-in Data Types Of Xml Schema Definition 2.5 DTD (Document Type Definition) Validation - Simple Example To develop an XML document and schema, start with a

More information

Test Assertions for the SCA Web Service Binding Version 1.1 Specification

Test Assertions for the SCA Web Service Binding Version 1.1 Specification Test Assertions for the SCA Web Service Binding Version 1.1 Specification Working Draft 02 7 October 2009 Specification URIs: This Version: http://docs.oasis-open.org/sca-bindings/sca-wsbinding-1.1-test-assertions-cd01.html

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 23009-1 First edition 2012-04-01 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 1: Media presentation description and segment formats Technologies

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

Glossary of Exchange Network Related Groups

Glossary of Exchange Network Related Groups Glossary of Exchange Network Related Groups CDX Central Data Exchange EPA's Central Data Exchange (CDX) is the point of entry on the National Environmental Information Exchange Network (Exchange Network)

More information

Semantic Interoperability Community of Practice (SICoP)

Semantic Interoperability Community of Practice (SICoP) Semantic Interoperability Community of Practice (SICoP) Semantic Web Applications for National Security Conference Hyatt Regency Crystal City, Regency Ballrooms E and F Brand Niemann (US EPA) and Rick

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 14 July 2011 Specification URIs: This version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csprd02.pdf

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 01 revision 1 + Issue 152 1 April 2011 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csd01-rev1.html

More information

Deployment Profile Template Version 1.0 for WS-Reliability 1.1

Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Committee Draft 11 April 2007 URIs: This Version: http://docs.oasis-open.org/wsrm/profile/wsr-deployment-profile-template-cd.pdf Latest Version:

More information

Review of differences in SAML V2.0 from SAML V1.1 and ID-FF V1.2

Review of differences in SAML V2.0 from SAML V1.1 and ID-FF V1.2 Review of differences in SAML V2.0 from SAML V1.1 and ID-FF V1.2 Eve Maler 21 April 2004 Thanks to Scott and JohnK for comments (line numbers are from sstc-saml-core-08-diff-from-02) SAML V2.0 diffs in

More information

Prescription Monitoring Program Information Exchange (PMIX) Architecture. Version 1.0. April 2012

Prescription Monitoring Program Information Exchange (PMIX) Architecture. Version 1.0. April 2012 Prescription Monitoring Program Information Exchange (PMIX) Architecture Version 1.0 April 2012 Developed in conjunction with: TABLE OF CONTENTS 1 Document Purpose... 5 2 Document Scope... 5 3 Background...

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

JSR 358 Progress Report. June 11, 2013

JSR 358 Progress Report. June 11, 2013 JSR 358 Progress Report June 11, 2013 Agenda JCP.next background IP policy, licensing, and open-source The role of individual members 2 Constitutional change 3 Legal framework and governance The Java Specification

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 16684-2 First edition 2014-12-01 Graphic technology Extensible metadata platform (XMP) Part 2: Description of XMP schemas using RELAX NG Technologie graphique Plate-forme de

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

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

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

BII WG1 Controlled Vocabulary Approach Recommendations

BII WG1 Controlled Vocabulary Approach Recommendations BII WG1 Controlled Vocabulary Approach Recommendations G. Ken Crane Softwrights Ltd. Holman Crane Softwrights Ltd. Copyright 2008 Crane Softwrights Ltd. Permission granted

More information

Quick Guide to CAM Dictionaries

Quick Guide to CAM Dictionaries Quick Guide to CAM Dictionaries Building and using canonical XML components dictionaries for CAM Author: David RR Webber Chair OASIS CAM TC April, 2010 http://www.oasis-open.org/committees/cam 1 June,

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Keyboard interaction model Machine-readable keyboard description

ISO/IEC INTERNATIONAL STANDARD. Information technology Keyboard interaction model Machine-readable keyboard description INTERNATIONAL STANDARD ISO/IEC 24757 First edition 2008-11-01 Information technology Keyboard interaction model Machine-readable keyboard description Technologies de l'information Modèle d'interactions

More information

CIM University: Using Enterprise Architect Schema Composer

CIM University: Using Enterprise Architect Schema Composer CIM University: Using Enterprise Architect Schema Composer CIM User s Group Meeting June 13, 2017 Henry B. Dotson III, P.E. Mandla Solutions, Inc. hdotson@mandlasolutions.com +1-626-429-8040 Purpose The

More information

Electronic Commerce Working Group report

Electronic Commerce Working Group report RESTRICTED CEFACT/ECAWG/97N012 4 December 1997 Electronic Commerce Ad hoc Working Group (ECAWG) Electronic Commerce Working Group report SOURCE: 10 th ICT Standards Board, Sophia Antipolis, 4 th November

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

Schema Binding Proposal

Schema Binding Proposal 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 Schema Binding Proposal Sandy Gao Valentina Popescu 1 Terminology...1 2 Problem definition...2 3

More information

SWIM Standards Evolution Workshop

SWIM Standards Evolution Workshop SWIM Standards Evolution Workshop SWIM Service Description Specification Supporting Material Walter Van Hamme EUROCONTROL 26 June 2018 Go to www.pigeonhole.at Enter Passcode SUPPORTMAT Objectives About

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 2: Conformance and reference software

ISO/IEC INTERNATIONAL STANDARD. Information technology Dynamic adaptive streaming over HTTP (DASH) Part 2: Conformance and reference software INTERNATIONAL STANDARD ISO/IEC 23009-2 First edition 2014-05-15 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 2: Conformance and reference software Technologies de l'information

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 19500-3 First edition 2012-04-15 Information technology Object Management Group Common Object Request Broker Architecture

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

FIX Generation 6 A Version to end all Versions!

FIX Generation 6 A Version to end all Versions! FIX Generation 6 A Version to end all Versions! Hanno Klein Co-Chair Global Technical Committee and Co-Chair High Performance Working Group, FIX Trading Community, Senior Vice President, Deutsche Börse

More information

Federal XML Naming and Design Rules and Guidelines. Mark Crawford

Federal XML Naming and Design Rules and Guidelines. Mark Crawford Federal XML Naming and Design Rules and Guidelines Mark Crawford Agenda Purpose Scope Audience Sources Terminology Modularity Namespaces Versioning Content Next Steps P A G E 2 The purpose of this document

More information

Liberate your components with OSGi services

Liberate your components with OSGi services Liberate your components with OSGi services One products journey through the Modularity Maturity Model Alasdair Nottingham (not@uk.ibm.com) WebSphere Application Server V8.5 Liberty Profile Development

More information

SAML Protocols -- draft-sstc-protocols-00 Core Assertions & Protocols Subgroup, OASIS Security Services Technical Committee (SSTC) 10-Apr-2001

SAML Protocols -- draft-sstc-protocols-00 Core Assertions & Protocols Subgroup, OASIS Security Services Technical Committee (SSTC) 10-Apr-2001 SAML Protocols -- draft-sstc-protocols-00 Core Assertions & Protocols Subgroup, OASIS Security Services Technical Committee (SSTC) 10-Apr-2001 Tim Moses The basic data objects of the SAML protocol model

More information

WIPO ST.26: A Roadmap To The Future of Sequence Listing Compliance

WIPO ST.26: A Roadmap To The Future of Sequence Listing Compliance WIPO ST.26: A Roadmap To The Future of Sequence Listing Compliance Author: Katie Henderson, Harbor Consulting IP Services, Inc. A new Sequence Listing Compliance Standard ( ST.26 ) was conceptualized over

More information

Technical Advisory Board (TAB) Terms of Reference

Technical Advisory Board (TAB) Terms of Reference Technical Advisory Board (TAB) Terms of Reference ACS Technical Advisory Board Terms of Reference V1.1 27 May 2017 Page 1 ACS Technical Advisory Board Terms of Reference V1.1 27 May 2017 Page 1 CONTENTS

More information

Kansas TRCC. Kansas ecitation Validation Engine Design

Kansas TRCC. Kansas ecitation Validation Engine Design Kansas TRCC Kansas ecitation Validation Engine Design Detailed Design Document Version 1.0.0 www.analysts.com Table of Contents 1 Intent... 4 2 Overview... 4 3 Project Vision/Scope... 4 3.1 Vision... 4

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

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Committee Draft 02 14 October 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-c-cpp/sca-cppcni-1.1-testcases-cd02.html

More information

Exercise & Evaluation Division Data Standards Strategy

Exercise & Evaluation Division Data Standards Strategy Exercise & Evaluation Division Data Standards Strategy Created: December 21, 2006 Page 1 of 34 Version Revision Date Rev. Author Description 1.0 December 15, 2006 DGI Initial draft submitted to E&ED for

More information

Data structures for electronic product catalogues for building services. Part 2: Geometry

Data structures for electronic product catalogues for building services. Part 2: Geometry INTERNATIONAL STANDARD ISO 16757-2 First edition 2016-11-15 Data structures for electronic product catalogues for building services Part 2: Geometry Structures de données pour catalogues électroniques

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

SCA JMS Binding v1.1 TestCases Version 1.0

SCA JMS Binding v1.1 TestCases Version 1.0 SCA JMS Binding v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-testcases-1.0-csprd01.html

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 1: Processes and tiered assessment of conformance

ISO/IEC INTERNATIONAL STANDARD. Information technology Software asset management Part 1: Processes and tiered assessment of conformance INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 19770-1 Second edition 2012-06-15 Information technology Software asset management Part 1: Processes and tiered

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

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

Department of Defense Electronic Biometric Transmission Specification

Department of Defense Electronic Biometric Transmission Specification DENY THE ENEMY ANONYMITY Department of Defense Electronic Biometric Transmission Specification Version 4.0 Amendment 1 (DoD EBTS v4.0 Amd 1) DIN: DFBA-STD-EBTS-15-001 May 2016 May 2016 UNCLASSIFIED DISTROBUTION

More information

Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification

Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification Working Draft 6 27 June 2009 Specification URIs: This Version: http://docs.oasis-open.org/sca-assembly/sca-j-caa-1.1-test-assertions-wd5.html

More information

Enabling the Future of Connectivity. HITEC 2016 Tech Talk

Enabling the Future of Connectivity. HITEC 2016 Tech Talk Enabling the Future of Connectivity HITEC 2016 Tech Talk Who is OpenTravel? Founded in 1999 by companies in ALL verticals of travel industry who demanded a common language At the dawn of today s online

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

A Standards-Based Registry/Repository Using UK MOD Requirements as a Basis. Version 0.3 (draft) Paul Spencer and others

A Standards-Based Registry/Repository Using UK MOD Requirements as a Basis. Version 0.3 (draft) Paul Spencer and others A Standards-Based Registry/Repository Using UK MOD Requirements as a Basis Version 0.3 (draft) Paul Spencer and others CONTENTS 1 Introduction... 3 1.1 Some Terminology... 3 2 Current Situation (Paul)...4

More information

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography Metadata Existing Guidelines ADQ AIXM Workshop 10 December 2013 Eduard Porosnicu EUROCONTROL DSR/CMN/IM Metadata allows Data to be found Starts interoperability Decision making based on Quality Relevance

More information

Technical Policy for Root Zone Management CENTR Technical Meeting, Amsterdam Kim Davies Internet Assigned Numbers Authority

Technical Policy for Root Zone Management CENTR Technical Meeting, Amsterdam Kim Davies Internet Assigned Numbers Authority Technical Policy for Root Zone Management CENTR Technical Meeting, Amsterdam 2006 Kim Davies Internet Assigned Numbers Authority Day 1 Today marks the beginning of: New IANA Contract October 1, 2006 through

More information

IAF Informative Document. Information on the Transition of Management System Accreditation to ISO/IEC :2015 from ISO/IEC 17021:2011

IAF Informative Document. Information on the Transition of Management System Accreditation to ISO/IEC :2015 from ISO/IEC 17021:2011 IAF Informative Document Information on the Transition of Management System Accreditation to ISO/IEC 17021-1:2015 from ISO/IEC 17021:2011 Issue 1 (IAF ID 11:2015) Issue 1 Information on the Transition

More information

Static program checking and verification

Static program checking and verification Chair of Software Engineering Software Engineering Prof. Dr. Bertrand Meyer March 2007 June 2007 Slides: Based on KSE06 With kind permission of Peter Müller Static program checking and verification Correctness

More information

The future of interoperability for ILL and resource sharing. Clare Mackeigan Relais International

The future of interoperability for ILL and resource sharing. Clare Mackeigan Relais International The future of interoperability for ILL and resource sharing by Clare Mackeigan Relais International Outline Interoperability Background and history Emergence of new standard ISO 18626 Messages Open and

More information

Identity Assurance Framework: Realizing The Identity Opportunity With Consistency And Definition

Identity Assurance Framework: Realizing The Identity Opportunity With Consistency And Definition Identity Assurance Framework: Realizing The Identity Opportunity With Consistency And Definition Sept. 8, 2008 Liberty Alliance 1 Welcome! Introduction of speakers Introduction of attendees Your organization

More information

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 Committee Specification Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-test-assertions-1.0-

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 19005-3 First edition 2012-10-15 Document management Electronic document file format for long-term preservation Part 3: Use of ISO 32000-1 with support for embedded files (PDF/A-3)

More information

Recommendations of the ad-hoc XML Working Group To the CIO Council s EIEIT Committee May 18, 2000

Recommendations of the ad-hoc XML Working Group To the CIO Council s EIEIT Committee May 18, 2000 Recommendations of the ad-hoc XML Working Group To the CIO Council s EIEIT Committee May 18, 2000 Extensible Markup Language (XML) is being widely implemented and holds great potential to enhance interoperability

More information

ASD S1000D Actors. S1000D User Forum Rank or Title: Ratzer Consulting Service

ASD S1000D Actors. S1000D User Forum Rank or Title: Ratzer Consulting Service S1000D User Forum 2017 ASD S1000D Actors Information on S1000D actors, their purpose, incorporation of their definitions into the specification, and relation to business rules and implementation documents

More information