Mapping between DFDL 1.0 Infoset and XML Data Model

Size: px
Start display at page:

Download "Mapping between DFDL 1.0 Infoset and XML Data Model"

Transcription

1 Stephen M Hansn (IBM) Mapping between DFDL 1.0 Infset and XML Data Mdel Status f This Dcument This wrking draft dcument prvides infrmatin t the OGF cmmunity n the Data Frmat Descriptin Language (DFDL) standard and its interperability with XDM. Distributin is unlimited Cpyright Ntice Cpyright Open Grid Frum, (2011). All Rights Reserved. Abstract This dcument defines the mapping frm DFDL 1.0 Infset t W3C XDM, and frm W3C XDM t DFDL 1.0 infset. dfdl-wg@gf.rg Page 1 f 16

2 Stephen M Hansn (IBM) Table f cntents Mapping between DFDL 1.0 Infset and XML Data Mdel Intrductin Dcument Nde DFDL Infset t XDM XDM t DFDL Infset Element Nde DFDL Infset t XDM XDM t DFDL Infset Text Nde DFDL Infset t XDM XDM t DFDL Infset Namespace Nde DFDL Infset t XDM XDM t DFDL Infset Authrs and Cntributrs Intellectual Prperty Statement Disclaimer Full Cpyright Ntice References dfdl-wg@gf.rg Page 2 f 16

3 Stephen M Hansn (IBM) 1. Intrductin The W3C XML Data Mdel [XDM] is the data mdel fr XPath 2.0, XSLT 2.0 and XQuery. This dcument defines the mapping frm DFDL 1.0 [DFDL] Infset t XDM, and frm XDM t DFDL 1.0 Infset. This enables XML tls that use XDM as a cannical data mdel t include DFDL prcessrs and thereby enable nn-xml data t appear as virtual XML data. Here is a UML class diagram f the DFDL Infset, reprduced frm the DFDL 1.0 specificatin. There are three kinds f cncrete DFDL infrmatin item, Dcument, SimpleElement and CmplexElement. There are seven kinds f Ndes in the XDM, but when mapping frm and t DFDL nly fur are used, Dcument Nde, Element Nde, Text Nde and Namespace Nde. When mapping t DFDL, the mapping fails and prduces n Infset if the XDM cntains anything that can nt be represented in the DFDL Infset. This includes, but is nt limited t, nde kinds ther than Dcument, Element, Text and Namespace, data types ther than thse supprted by DFDL, mre than ne Dcument nde, multiple children in a Dcument nde, a Text Nde that is a sibling f an Element Nde. The fllwing sectins define the mapping fr each kind f XDM nde. dfdl-wg@gf.rg Page 3 f 16

4 Stephen M Hansn (IBM) 2. Dcument Nde Dcument Ndes have the fllwing prperties: base-uri, pssibly empty. children, pssibly empty. unparsed-entities, pssibly empty. dcument-uri, pssibly empty. string-value typed-value Dcument infrmatin items have the fllwing prperties: [rt] [dfdlversin] [schema], pssibly empty 2.1. DFDL Infset t XDM A Dcument Nde is cnstructed fr a Dcument infrmatin item. Dcument Nde prperties are derived frm the Dcument infrmatin item as fllws. base-uri children Empty. The DFDL Infset des nt cntain dcument URIs. The sequence f exactly ne Element Nde cnstructed frm the Element infrmatin item fund in the [rt] prperty. unparsed-entities Empty. string-value typed-value dcument-uri The cncatenatin f the string-value prperties f all descendant Text Ndes. The value f string-value as xs:untypedatmic 1. Empty. The DFDL Infset set des nt cntain dcument URIs XDM t DFDL Infset A Dcument infrmatin item is cnstructed fr a Dcument Nde. Dcument infrmatin item prperties are derived frm the Dcument Nde as fllws. 1 One f five additinal types added by the XML Data Mdel, see [XDM]. dfdl-wg@gf.rg Page 4 f 16

5 Stephen M Hansn (IBM) [rt] [dfdlversin] [schema] The Element infrmatin item cnstructed frm the children prperty, which must be a single Element nde. The string dfdl-1.0. Empty. dfdl-wg@gf.rg Page 5 f 16

6 Stephen M Hansn (IBM) 3. Element Nde Element Ndes have the fllwing prperties: base-uri, pssibly empty. nde-name parent, pssibly empty type-name children, pssibly empty attributes, pssibly empty namespaces nilled string-value typed-value is-id is-idrefs SimpleElement infrmatin items have the fllwing prperties: [namespace] [name] [dcument] [parent], pssibly empty [children], has n value [datatype], being the name f a built-in XML Schema simple type [datavalue], pssibly special value nil [schema], pssibly empty CmplexElement infrmatin items have the fllwing prperties: [namespace] [name] [dcument] [parent], pssibly empty [children], pssibly empty [datatype], has n value [datavalue], has n value [schema], pssibly empty Nte that n value is distinct frm empty, the empty string r nil. It is used when a prperty has n meaning in the cntext f a CmplexElement r SimpleElement DFDL Infset t XDM An Element Nde is cnstructed fr each SimpleElement and CmplexElement infrmatin item. Element Nde prperties are derived frm the Element infrmatin item as fllws. Nte: SimpleElement [datavalue] values may cntain characters that are illegal in XML, fr example, DFDL strings can cntain the character cde 0 (zer) within them, but XML des nt allw this character cde in any XML cntent even if it is represented as a character entity. Nevertheless, a DFDL described string is mapped t an XDM string data value. base-uri nde-name Empty. The DFDL Infset des nt cntain nde URIs. dfdl-wg@gf.rg Page 6 f 16

7 Stephen M Hansn (IBM) parent type-name children attributes namespaces nilled string-value typed-value xs:qname cnstructed frm the [name] and [namespace] prperties. If [parent] prperty is empty, then the Dcument Nde, therwise the Element Nde that crrespnds t the value f [parent]. CmplexElement: xs:anytype. SimpleElement: xs:qname, the lcal name being the value f [datatype] and the namespace being Optinally, if [schema] prperty is nt empty, an implementatin may use the value f [schema] (a Schema Cmpnent Designatr) t btain the actual type definitin frm the referenced element declaratin, and then use its name and namespace t set type-name. If s, then fr SimpleElement it becmes pssible fr the value f [datavalue] prperty t be invalid accrding t the type, in which case type-name must be set t xs:anysimpletype. CmplexElement: If [children] is empty, then the empty sequence, therwise the sequence f Element Ndes cnstructed frm the Element infrmatin items fund in [children]. SimpleElement: Optinally a Text Nde cnstructed frm [datavalue] prperty (see sectin 4) Empty sequence. If [namespace] prperty is nt empty, then a Namespace Nde cnstructed frm the value f [namespace] (see sectin 5), therwise the empty sequence. If [datavalue] prperty has special value nil, then true, therwise "false". CmplexElement: The cncatenatin f the string-value prperties f all descendant Text Ndes. SimpleElement: If the value f [datavalue] is special value nil, then the empty string, therwise the value f [datavalue] cnverted t its cannical lexical representatin. CmplexElement: The value f string-value as xs:untypedatmic. dfdl-wg@gf.rg Page 7 f 16

8 Stephen M Hansn (IBM) is-id is-idrefs SimpleElement: If the value f [datavalue] is special value nil, then the empty sequence, therwise the value f [datavalue]. Optinally, if type-name has been set frm the actual type definitin using [schema] prperty, then typed-value is set as fllws: CmplexElement: Undefined. SimpleElement: If the value f [datavalue] is special value nil, then the empty sequence, else if type-name is xs:anysimpletype, then string-value as xs:untypedatmic, therwise the value f [datavalue]. If typed-value is nt undefined, the relatinship between the type-name, typedvalue, and string-value prperties f an Element nde is cnsistent with XML Schema validatin. "false". "false" XDM t DFDL Infset A SimpleElement r CmplexElement infrmatin item is cnstructed fr an Element Nde, depending n whether the type-name prperty designates a simple type r a cmplex type. Element infrmatin item prperties are derived frm the Element Nde as fllws. [namespace] [name] [dcument] [parent] [children] The namespace name part f the value f nde-name prperty. The lcal name part f the value f nde-name prperty. The Dcument infrmatin item cnstructed frm the Dcument Nde. If parent prperty is the Dcument Nde, then empty, therwise the Element infrmatin item crrespnding t the Element Nde that is the value f the parent prperty. CmplexElement: If children prperty is the empty sequence, then empty, therwise the sequence f Element infrmatin items cnstructed frm the Element Ndes fund in children. SimpleElement: Has n value. dfdl-wg@gf.rg Page 8 f 16

9 Stephen M Hansn (IBM) [datatype] [datavalue] [schema] CmplexElement: Has n value. SimpleElement: If type-name refers t a built-in simple type, the lcal name part f type-name, therwise the lcal name f the nearest ancestr built-in simple type t type-name. CmplexElement: Has n value. SimpleElement: If nilled is true, the special value nil, therwise the value f typedvalue prperty. Empty. dfdl-wg@gf.rg Page 9 f 16

10 Stephen M Hansn (IBM) 4. Text Nde Text Ndes have the fllwing prperties: cntent parent, pssibly empty DFDL Infset t XDM If the value f a SimpleElement infrmatin item [datavalue] prperty cnverted t its cannical string representatin is nt the empty string then a Text Nde must be cnstructed, therwise n Text Nde is cnstructed. Text Nde prperties are derived frm the SimpleElement infrmatin item as fllws. cntent parent The value f [datavalue] prperty cnverted t its cannical lexical representatin. The Element Nde cnstructed frm the SimpleElement infrmatin item XDM t DFDL Infset When a SimpleElement infrmatin item is cnstructed, a Text Nde is nt used. dfdl-wg@gf.rg Page 10 f 16

11 Stephen M Hansn (IBM) 5. Namespace Nde Namespace Ndes have the fllwing prperties: prefix, pssibly empty uri parent, pssibly empty DFDL Infset t XDM If a SimpleElement r CmplexElement infrmatin item [namespace] prperty is nt empty, then a Namespace Nde must be cnstructed, therwise n Namespace Nde is cnstructed. Namespace Nde prperties are derived frm the Element infrmatin item as fllws. prefix uri parent Empty. There are n prefixes fr namespaces in DFDL. The value f the [namespace] prperty. The Element Nde cnstructed frm the Element infrmatin item XDM t DFDL Infset When a SimpleElement r CmplexElement infrmatin item is cnstructed, a Namespace Nde is nt used. dfdl-wg@gf.rg Page 11 f 16

12 Stephen M Hansn (IBM) 6. Authrs and Cntributrs Stephen M. Hansn, IBM Sftware Grup, Hursley, Winchester,UK smh@uk.ibm.cm We greatly acknwledge the cntributins made t this dcument by the fllwing peple. Sandy Ga, IBM Sftware Grup, Markham, Ontari, Canada dfdl-wg@gf.rg Page 12 f 16

13 Stephen M Hansn (IBM) 7. Intellectual Prperty Statement The OGF takes n psitin regarding the validity r scpe f any intellectual prperty r ther rights that might be claimed t pertain t the implementatin r use f the technlgy described in this dcument r the extent t which any license under such rights might r might nt be available; neither des it represent that it has made any effrt t identify any such rights. Cpies f claims f rights made available fr publicatin and any assurances f licenses t be made available, r the result f an attempt made t btain a general license r permissin fr the use f such prprietary rights by implementers r users f this specificatin can be btained frm the OGF Secretariat. The OGF invites any interested party t bring t its attentin any cpyrights, patents r patent applicatins, r ther prprietary rights which may cver technlgy that may be required t practice this recmmendatin. Please address the infrmatin t the OGF Executive Directr. dfdl-wg@gf.rg Page 13 f 16

14 Stephen M Hansn (IBM) 8. Disclaimer This dcument and the infrmatin cntained herein is prvided n an As Is basis and the OGF disclaims all warranties, express r implied, including but nt limited t any warranty that the use f the infrmatin herein will nt infringe any rights r any implied warranties f merchantability r fitness fr a particular purpse. dfdl-wg@gf.rg Page 14 f 16

15 Stephen M Hansn (IBM) 9. Full Cpyright Ntice Cpyright (C) Open Grid Frum (2011). All Rights Reserved. This dcument and translatins f it may be cpied and furnished t thers, and derivative wrks that cmment n r therwise explain it r assist in its implementatin may be prepared, cpied, published and distributed, in whle r in part, withut restrictin f any kind, prvided that the abve cpyright ntice and this paragraph are included n all such cpies and derivative wrks. Hwever, this dcument itself may nt be mdified in any way, such as by remving the cpyright ntice r references t the OGF r ther rganizatins, except as needed fr the purpse f develping Grid Recmmendatins in which case the prcedures fr cpyrights defined in the OGF Dcument prcess must be fllwed, r as required t translate it int languages ther than English. The limited permissins granted abve are perpetual and will nt be revked by the OGF r its successrs r assignees. dfdl-wg@gf.rg Page 15 f 16

16 Stephen M Hansn (IBM) 10. References [XDM] XML Data Mdel [DFDL] DFDL dfdl-wg@gf.rg Page 16 f 16

TaskCentre v4.5 XML to Recordset Tool White Paper

TaskCentre v4.5 XML to Recordset Tool White Paper TaskCentre v4.5 XML t Recrdset Tl White Paper Dcument Number: PD500-03-15-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 GLOBAL CONFIGURATION 2 Schema

More information

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018 Release Ntes Versin: - v18.13 Fr ClickSftware StreetSmart September 22, 2018 Cpyright Ntice Cpyright 2018 ClickSftware Technlgies Ltd. All rights reserved. N part f this publicatin may be cpied withut

More information

Aras Innovator 11. Client Settings for Chrome on Windows

Aras Innovator 11. Client Settings for Chrome on Windows Dcument #: 11.0.02016022601 Last Mdified: 1/3/2017 Cpyright Infrmatin Cpyright 2017 Aras Crpratin. All Rights Reserved. Aras Crpratin 300 Brickstne Square Suite 700 Andver, MA 01810 Phne: 978-691-8900

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

Aras Innovator 11. Client Settings for Chrome on Windows

Aras Innovator 11. Client Settings for Chrome on Windows Dcument #: 11.0.02016022601 Last Mdified: 1/11/2018 Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights Reserved. Aras Crpratin 300 Brickstne Square Suite 700 Andver, MA 01810 Phne: 978-691-8900

More information

Grammars for XML XML Information Set

Grammars for XML XML Information Set Grammars fr XML XML Infrmatin Set Lecture "XML in Cmmunicatin Systems" Chapter 2 Dr.-Ing. Jesper Zedlitz Research Grup fr Cmmunicatin Systems Dept. f Cmputer Science Christian-Albrechts-University in Kiel

More information

TaskCentre v4.5 Save As File Tool White Paper

TaskCentre v4.5 Save As File Tool White Paper TaskCentre v4.5 Save As File Tl White Paper Dcument Number: PD500-03-20-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

Simple Identity Management Profile

Simple Identity Management Profile Simple Identity Management Prfile Dcument Number: DCIM1055 Dcument Type: Specificatin Dcument Status: Published Dcument Language: E Date: 2017-07-11 Versin: 4.0.0 Versin 4.0.0 1 This prfile is fr infrmatinal

More information

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2.

Reliability of Provisional Responses in the Session Initiation Protocol (SIP) Abstract. 1 Introduction 2. 2 Terminology 2. Netwrk Wrking Grup J. Rsenberg/H. Schulzrinne Request fr Cmments: 3262 dynamicsft/clumbia U. Categry: Standards Track June 2002 Reliability f Prvisinal Respnses in the Sessin Initiatin Prtcl (SIP) Status

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

Aras Innovator Viewer Add-Ons

Aras Innovator Viewer Add-Ons Aras Innvatr Viewer Add-Ons Aras Innvatr 9.2 Dcument #: 9.2.02232009 Last Mdified: 4/1/2010 Aras Crpratin ARAS CORPORATION Cpyright 2010 All rights reserved Aras Crpratin 300 Brickstne Square Suite 904

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Overview. Features. Intel Media SDK 2014 Audio Library has API version 1.8. The following audio formats are supported: Decoding

Overview. Features. Intel Media SDK 2014 Audio Library has API version 1.8. The following audio formats are supported: Decoding Intel Media Sftware Develpment Kit 2014 Audi Library Release Ntes (Versin 5.0.337.79303) Overview Features System Requirements Package Cntents Installatin Knwn Limitatins Legal Infrmatin Overview The Intel

More information

UML : MODELS, VIEWS, AND DIAGRAMS

UML : MODELS, VIEWS, AND DIAGRAMS UML : MODELS, VIEWS, AND DIAGRAMS Purpse and Target Grup f a Mdel In real life we ften bserve that the results f cumbersme, tedius, and expensive mdeling simply disappear in a stack f paper n smene's desk.

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Test Suite for the CAE Implementor Forum Round 4S

Test Suite for the CAE Implementor Forum Round 4S Test Suite fr the Rund 4S January-May 2019 Release 1.0 March 4, 2019 Jchen By PROSTEP AG Dlivstraße 11 64293 Darmstadt / Germany jchen.by@prstep.cm CAx Implementr Frum Cntacts Jean-Marc Crepel AFNeT 30,

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases Creating an Autmatin Framewrk t make Recrd and Play Autmatin practical fr Test Use Cases Cpyright Ntice Gemetric Limited. All rights reserved. N part f this dcument (whether in hardcpy r electrnic frm)

More information

Support Documentation

Support Documentation Supprt Dcumentatin fr M8: ectd EWG ectd v4.0 Implementatin Package v1.2 Internatinal Cuncil fr Harmnisatin f Technical Requirements fr Pharmaceuticals fr Human Use 1 Legal Ntice ectd v4.0 Supprt Dcumentatin

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Release Customer Concierge (CC5000/CCHUB1) Software Release Notes. Enterprise Visibility and Mobility Data Capture Solutions.

Release Customer Concierge (CC5000/CCHUB1) Software Release Notes. Enterprise Visibility and Mobility Data Capture Solutions. Custmer Cncierge (CC5000/CCHUB1) Sftware Release Ntes Release 1.3.0.25 Enterprise Visibility and Mbility Data Capture Slutins July 24, 2017 Cncierge Sftware Release Ntes 1.3.0.25 fr CC5000-10 and CCHUB

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist

Customer Information. Agilent 2100 Bioanalyzer System Startup Service G2949CA - Checklist This checklist is used t prvide guidance and clarificatin n aspects f the auxillary Startup Service (G2949CA) including Security Pack Installatin and Familiarizatin f yur Agilent 2100 Bianalyzer System

More information

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

Release Customer Concierge (CC ) Software Release Notes. Enterprise Visibility and Mobility Data Capture Solutions.

Release Customer Concierge (CC ) Software Release Notes. Enterprise Visibility and Mobility Data Capture Solutions. Custmer Cncierge (CC5000-10) Sftware Release Ntes Release 1.3.0.14 Enterprise Visibility and Mbility Data Capture Slutins April 11, 2016 Cpyright This dcument cntains prprietary and cnfidential infrmatin

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

Developing Java Web Services. Duration: 5 days

Developing Java Web Services. Duration: 5 days QWERTYUIOP{ Develping Java Web Services Duratin: 5 days The Develping Java Web Services training class prepares Java prgrammers t develp interperable Java Web services and using SOAP, WSDL, and XML Schema.

More information

Aras Innovator 11. Package Import Export Utilities

Aras Innovator 11. Package Import Export Utilities Aras Innvatr 11 Package Imprt Exprt Utilities Dcument #: 11.0.02015040601 Last Mdified: 1/4/2018 Aras Innvatr 11 Package Imprt Exprt Utilities Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

WS-I Usage Scenarios for the WS-I Attachments Profile 1.0

WS-I Usage Scenarios for the WS-I Attachments Profile 1.0 WS-I Usage Scenaris fr Attachments WS-I Usage Scenaris fr the WS-I Attachments Prfile 1.0 Dcument Status: Member Review Draft Versin: 1.02 Date: 2 September, 2004 Editrs: Marc Gdner, SAP Barbara McKee,

More information

Change Log for OSS Inventory API version 1.1

Change Log for OSS Inventory API version 1.1 Change Lg fr OSS Inventry API versin 1.1 OSS thrugh Java Initiative Pierre Gauthier MetaSlv Sftware Inc. INV-API-SPEC_change_lg.1.1.5.dc Cpyright 2006 MetaSlv Sftware Inc, Inc. All rights reserved. Use

More information

RICOH IMAGING COMPANY, LTD. wishes to announce the release of Firmware Update Software Version

RICOH IMAGING COMPANY, LTD. wishes to announce the release of Firmware Update Software Version Dwnlads : Firmware Update Thank yu fr using GR II digital camera. RICOH IMAGING COMPANY, LTD. wishes t annunce the release f Firmware Update Sftware Versin 3.00 fr GR II. Firmware in this dcument is the

More information

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C

LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C LAB 7 (June 29/July 4) Structures, Stream I/O, Self-referential structures (Linked list) in C Due: July 9 (Sun) 11:59 pm 1. Prblem A Subject: Structure declaratin, initializatin and assignment. Structure

More information

OVAL Language Design Document

OVAL Language Design Document OVAL Language Design Dcument Versin 5.1 2006 The MITRE Crpratin. All rights reserved. Intrductin...3 OVAL Overview...3 Implementatin f the Language...3 OVAL Definitin Schema...4 ...4 ...4

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

More information

Tips & Tricks Data Entry Tool How to import files from Excel or Access into the DET

Tips & Tricks Data Entry Tool How to import files from Excel or Access into the DET Tips & Tricks Data Entry Tl Hw t imprt files frm Excel r Access int the DET 2 This dcument explains hw data prepared in ther prgrams (e.g. Excel, Oracle, Access,...) can be imprted t the Data Entry Tl.

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Louisiana 2D Bar Code General Information

Louisiana 2D Bar Code General Information 2006 Luisiana 2D Bar Cde General Infrmatin The Luisiana Department f Revenue is utilizing tw-dimensinal barcde technlgy fr the resident (IT-540) and nnresident (IT-540B) Individual Incme Tax Frms. We are

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved.

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved. Aras Innvatr Service Usage Instructins Aras Innvatr 8.1 Dcument #: 8.1.09202006 Last Mdified: 4/4/2007 Aras Crpratin ARAS CORPORATION Cpyright 2007 All rights reserved Aras Crpratin Heritage Place 439

More information

To start your custom application development, perform the steps below.

To start your custom application development, perform the steps below. Get Started T start yur custm applicatin develpment, perfrm the steps belw. 1. Sign up fr the kitewrks develper package. Clud Develper Package Develper Package 2. Sign in t kitewrks. Once yu have yur instance

More information

HP Server Virtualization Solution Planning & Design

HP Server Virtualization Solution Planning & Design Cnsulting & Integratin Infrastructure Services HP Server Virtualizatin Slutin Planning & Design Service descriptin Hewlett-Packard Cnsulting & Integratin Infrastructure Cnsulting Packaged Services (HP

More information

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking 12.0.3 Develpment Wrkbench- Screen Develpment II August 2013 1 Cntents 1 Preface... 3 1.1 Audience... 3 1.2 Related Dcuments... 3 2 Intrductin... 4 3 Generated Files...

More information

CMC Blade BIOS Profile Cloning

CMC Blade BIOS Profile Cloning This white paper describes the detailed capabilities f the Chassis Management Cntrller s Blade BIOS Prfile Clning feature. Authr Crey Farrar This dcument is fr infrmatinal purpses nly and may cntain typgraphical

More information

JSR Java API for JSON Binding (JSON- B)

JSR Java API for JSON Binding (JSON- B) JSR Java API fr JSON Binding (JSON- B) Title: * Java API fr JSON Binding (JSON- B) Summary: * A standard binding layer (metadata & runtime) fr cnverting Java bjects t/frm JSON messages. Sectin 1: Identificatin

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Simba ODBC Driver with SQL Connector for Salesforce

Simba ODBC Driver with SQL Connector for Salesforce Simba ODBC Driver with SQL Cnnectr fr Salesfrce Last Revised: May 29, 2013 Simba Technlgies Inc. Cpyright 2012-2013 Simba Technlgies Inc. All Rights Reserved. Infrmatin in this dcument is subject t change

More information

Draft of 22 April 2013 REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION

Draft of 22 April 2013 REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION REGISTRATION DATA DIRECTORY SERVICE (WHOIS) SPECIFICATION [Nte: ICANN will be prpsing updated language regarding the term Whis t cmply with SSAC recmmendatins. The updated language will nt represent a

More information

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x

TPP: Date: October, 2012 Product: ShoreTel PathSolutions System version: ShoreTel 13.x I n n v a t i n N e t w r k A p p N t e TPP: 10320 Date: Octber, 2012 Prduct: ShreTel PathSlutins System versin: ShreTel 13.x Abstract PathSlutins sftware can find the rt-cause f vice quality prblems in

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Remoting SDK Release Notes

Remoting SDK Release Notes Remting SDK Release Ntes Release 2018 R2 Dcument Versin: 1.0 10 August 2018 This dcument is a cmpilatin f sftware and sftware dcumentatin defects, and sftware specificatin clarificatins, updates, and changes.

More information

spec/javaee8_community_survey_results.pdf

spec/javaee8_community_survey_results.pdf Title: Mdel- View- Cntrller (MVC 1.0) Specificatin. Summary/Descriptin: This JSR is t develp MVC 1.0, a mdel- view- cntrller specificatin fr Java EE. Duratin: 2 weeks Sectin 1: Identificatin Specificatin

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

App Center User Experience Guidelines for Apps for Me

App Center User Experience Guidelines for Apps for Me App Center User Experience Guidelines fr Apps fr Me TABLE OF CONTENTS A WORD ON ACCESSIBILITY...3 DESIGN GUIDELINES...3 Accunt Linking Prcess... 3 Cnnect... 5 Accept Terms... 6 Landing Page... 6 Verificatin...

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Example set of DFDL 1.0 properties

Example set of DFDL 1.0 properties Example set of DFDL 1.0 properties Status of This Document This informational document provides an example to the OGF community of the Data Format Description Language (DFDL) standard. Distribution is

More information

Aloha Offshore SDLC Process

Aloha Offshore SDLC Process Alha Sftware Develpment Life Cycle Alha Offshre SDLC Prcess Alha Technlgy fllws a sftware develpment methdlgy that is derived frm Micrsft Slutins Framewrk and Ratinal Unified Prcess (RUP). Our prcess methdlgy

More information

Description of the international LOFAR station datatransport system

Description of the international LOFAR station datatransport system Descriptin f the internatinal LOFAR statin datatransprt system Auteur(s) / Authr(s): Organisatie / Organizatin Datum / Date D.H.P. Maat Cntrle / Checked: Gedkeuring / Apprval: A. Gunst Autrisatie / Authrisatin:

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

Downloads : Firmware Update. Changes to V1.10. Caution. Firmware Update Software for GR II. Thank you for using GR II digital camera.

Downloads : Firmware Update. Changes to V1.10. Caution. Firmware Update Software for GR II. Thank you for using GR II digital camera. Dwnlads : Firmware Update Thank yu fr using GR II digital camera. RICOH IMAGING COMPANY, LTD. wishes t annunce the release f Firmware Update Sftware Versin 1.10 fr GR II. Firmware in this dcument is the

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Crrectin Prpsal STATUS Final Text Date f Last Update 2014/06/25 Persn Assigned Submitter Name James Philbin Jnathan Whitby (jwhitby@vitalimages.cm) Submissin Date 2013/10/17 Crrectin Number CP-1351

More information

Example set of DFDL 1.0 properties

Example set of DFDL 1.0 properties Example set of DFDL 1.0 properties Status of This Document This working draft document provides an example to the OGF community of the Data Format Description Language (DFDL) standard. Distribution is

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

Schema Binding Proposal

Schema Binding Proposal SchemaBindingPrpsalV2WG20071010ChangeBars.dc Schema Binding Prpsal Sandy Ga Valentina Ppescu 1 Terminlgy Schema dcument: Schema: an element; can be an XML fragment a set f schema cmpnents;

More information

AvePoint Accessibility Accelerator 2.0

AvePoint Accessibility Accelerator 2.0 AvePint Accessibility Acceleratr 2.0 User Guide Revisin B Issued July 2013 AvePint Accessibility Acceleratr 1 Table f Cntents Abut AvePint Accessibility Acceleratr... 3 Submitting Dcumentatin Feedback

More information

WEB LAB - Subset Extraction

WEB LAB - Subset Extraction WEB LAB - Subset Extractin Fall 2005 Authrs: Megha Siddavanahalli Swati Singhal Table f Cntents: Sl. N. Tpic Page N. 1 Abstract 2 2 Intrductin 2 3 Backgrund 2 4 Scpe and Cnstraints 3 5 Basic Subset Extractin

More information

Extended Traceability Report for Enterprise Architect

Extended Traceability Report for Enterprise Architect Extended Traceability Reprt User Guide Extended Traceability Reprt fr Enterprise Architect Extended Traceability Reprt fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins

More information

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4

Table of Contents. 1 Introduction Connecting to the API HTTP request syntax API release versions... 4 API Guide Table f Cntents 1 Intrductin... 3 2 Cnnecting t the API... 4 2.1 HTTP request syntax... 4 2.2 API release versins... 4 3 Direct Answer API... 5 3.1 Required parameters... 5 3.2 Optinal parameters...

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

ebxml Registry And Repository Registry Services Proposal

ebxml Registry And Repository Registry Services Proposal 1 2 3 4 5 6 ebxml Registry And Repsitry Registry Services Prpsal Wrking Draft 10/2/2000 12:35 PM This versin: RegistryServicesSpecificatin v0-8.dc 7 8 9 10 11 12 Abstract This dcument is a draft prpsal

More information

GPA: Plugin for Prerequisite Checks With Solution Manager 7.1

GPA: Plugin for Prerequisite Checks With Solution Manager 7.1 GPA: Plugin fr Prerequisite Checks With Slutin Manager 7.1 Descriptin: The plugin Prerequisite checks can be used in yur wn guided prcedures. It ffers the pssibility t select at design time amng a set

More information

Simple Object Access Protocol (SOAP)

Simple Object Access Protocol (SOAP) Simple Object Access Prtcl (SOAP) Languages fr web Prf. Eugeni Di Sciasci Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) Web service architecture (1/2) A ppular interpretatin f Web services

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

ODF vs Open XML The ISO Specs. Mario Wendt Chair of the JTC1/SC34 German Mirror & National Standards Officer (NSO) Germany Microsoft Corporation

ODF vs Open XML The ISO Specs. Mario Wendt Chair of the JTC1/SC34 German Mirror & National Standards Officer (NSO) Germany Microsoft Corporation ODF vs Open XML The ISO Specs Mari Wendt Chair f the JTC1/SC34 German Mirrr & Natinal Standards Officer (NSO) Germany Micrsft Crpratin 1 2011/12 ODF unchartered waters Open XML DISCOVERING ISO/IEC PDTR

More information

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as:

$ARCSIGHT_HOME/current/user/agent/map. The files are named in sequential order such as: Lcatin f the map.x.prperties files $ARCSIGHT_HOME/current/user/agent/map File naming cnventin The files are named in sequential rder such as: Sme examples: 1. map.1.prperties 2. map.2.prperties 3. map.3.prperties

More information

Elastomer Classification and Characterization

Elastomer Classification and Characterization Recmmended Practice Elastmer Classificatin and Characterizatin Ver 1.0 PCP Run Life Imprvement JIP Participants Prepared by K.L. Kishiuchi, MSc, EIT Reviewed by B.T. Wagg, MSc, PEng Cpyright 2007 C-FER

More information

UBPartner Product Release Note XBRL Toolkit, XCT, XRT, XVT Version 2.9. February, UBPartner. Revision 1. Phone:

UBPartner Product Release Note XBRL Toolkit, XCT, XRT, XVT Version 2.9. February, UBPartner. Revision 1. Phone: UBPartner Prduct Release Nte XBRL Tlkit, XCT, XRT, XVT Versin 2.9 February, 2016 Revisin 1 UBPartner Phne: +33 1 80 88 47 91 Email: supprt@ubpartner.cm This dcument is fr Licensed Custmers and Partners

More information

Password Management Guidelines

Password Management Guidelines Unified Cntract System Passwrd Management Guidelines Versin 2.5 Revisin date: 26-06-2006 Authr:J.Thiyagarajan Cpyright 2006 by Hexaware Technlgies Limited All rights reserved. All text and figures included

More information

ALCATEL-LUCENT RAINBOW TM

ALCATEL-LUCENT RAINBOW TM P R O D U C T I O N N O T E ALCATEL-LUCENT RAINBOW TM PRODUCTION NOTE - Rainbw 1.22.4 MARCH, 27 TH,2017 Authr: Custmer Care & Prgrams/Operatins - Clud Services Target audience: ALE Sales Champins/ End-Custmer

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES

User Guide. ACE Data Source. OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) ACE Data Surce Prepared fr: ACE Data Surce - Versin 2.0.0 Date: Octber 2015 Dcument Versin: 2.0.0 Abstract The ACE Data Surce (ACE-DS) is

More information

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

CRISP Directory Input File Requirement for MHBE Carriers

CRISP Directory Input File Requirement for MHBE Carriers CRISP Directry Input File Requirement fr MHBE Carriers March 22, 2013 (Versin 1.2) Table f Cntents Cntents 1. Overview.... 3 1.1 Scpe.... 3 1.2 Purpse.... 3 1.3 Prcess Overview.... 3 1.4 Prcess Flw....

More information

Reporting Requirements Specification

Reporting Requirements Specification Cmmunity Mental Health Cmmn Assessment Prject OCAN 2.0 - ing Requirements Specificatin May 4, 2010 Versin 2.0.2 SECURITY NOTICE This material and the infrmatin cntained herein are prprietary t Cmmunity

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

Structure Query Language (SQL)

Structure Query Language (SQL) Structure Query Language (SQL) 1. Intrductin SQL 2. Data Definitin Language (DDL) 3. Data Manipulatin Language ( DML) 4. Data Cntrl Language (DCL) 1 Structured Query Language(SQL) 6.1 Intrductin Structured

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Compliance Guardian 4. User Guide

Compliance Guardian 4. User Guide Cmpliance Guardian 4 User Guide Issued September 2015 Table f Cntents What's New in this Guide... 3 Abut Cmpliance Guardian... 4 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 6

More information

CHANGE REQUEST. Status: Draft Internal Review X Community Review Agreed

CHANGE REQUEST. Status: Draft Internal Review X Community Review Agreed CHANGE REQUEST DASH-IF IOP CR 0007 rev - Current versin: 4.0 Status: Draft Internal Review X Cmmunity Review Agreed Title: Surce: Anntatin and Client Mdel fr Cntent Selectin DASH-IF IOP Supprting Cmpanies:

More information

Rapid Implementation Package

Rapid Implementation Package Implementatin Package Implementatin 1 Purpse The purpse f this dcument is t detail thse services BuildingPint NrthEast ( BPNE ) will prvide as part f the Prlg Rapid Implementatin Package. This package

More information

DocAve 6 Software Platform

DocAve 6 Software Platform DcAve 6 Sftware Platfrm Release Ntes Service Pack 3, Cumulative Update 2 DcAve Fr Micrsft SharePint Released Octber 25, 2013 1 New Features and Imprvements DcAve Platfrm Verified cmpatibility with Micrsft

More information

Release Note. Discovery Network Assistant (DNA) V

Release Note. Discovery Network Assistant (DNA) V Release Nte Discvery Netwrk Assistant (DNA) V2.2.0.35 Ver. 1 September 2, 2018 Intrductin 2018 FLIR Systems, Inc. All rights reserved wrldwide. N parts f this manual, in whle r in part, may be cpied, phtcpied,

More information