Spectrum Miner. Version 8.0. Quadstone Metadata Markup Language

Size: px
Start display at page:

Download "Spectrum Miner. Version 8.0. Quadstone Metadata Markup Language"

Transcription

1 Spectrum Miner Version 8.0

2 Copyright 2017 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property of their respective holders. USPS Notices Pitney Bowes Inc. holds a non-exclusive license to publish and sell ZIP + 4 databases on optical and magnetic media. The following trademarks are owned by the United States Postal Service: CASS, CASS Certified, DPV, elot, FASTforward, First-Class Mail, Intelligent Mail, LACS Link, NCOA Link, PAVE, PLANET Code, Postal Service, POSTNET, Post Office, RDI, Suite Link, United States Postal Service, Standard Mail, United States Post Office, USPS, ZIP Code, and ZIP + 4. This list is not exhaustive of the trademarks belonging to the Postal Service. Pitney Bowes Inc. is a non-exclusive licensee of USPS for NCOA Link processing. Prices for Pitney Bowes Software's products, options, and services are not established, controlled, or approved by USPS or United States Government. When utilizing RDI data to determine parcel-shipping costs, the business decision on which parcel delivery company to use is not made by the USPS or United States Government. Data Provider and Related Notices Data Products contained on this media and used within Pitney Bowes Software applications are protected by various trademarks and by one or more of the following copyrights: Copyright United States Postal Service. All rights reserved TomTom. All rights reserved. TomTom and the TomTom logo are registered trademarks of TomTom N.V HERE Fuente: INEGI (Instituto Nacional de Estadística y Geografía) Based upon electronic data National Land Survey Sweden. Copyright United States Census Bureau Copyright Nova Marketing Group, Inc.

3 Copyright Portions of this program are Copyright by Nova Marketing Group Inc. All Rights Reserved Copyright Second Decimal, LLC Copyright Canada Post Corporation This CD-ROM contains data from a compilation in which Canada Post Corporation is the copyright owner Claritas, Inc. The Geocode Address World data set contains data licensed from the GeoNames Project ( provided under the Creative Commons Attribution License ("Attribution License") located at Your use of the GeoNames data is governed by the terms of the Attribution License, and any conflict between your agreement with Pitney Bowes Software, Inc. and the Attribution License will be resolved in favor of the Attribution License solely as it relates to your use of the GeoNames data. ICU Notices Copyright International Business Machines Corporation and others. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. 3

4 Table of Contents 1 - Introduction Purpose 6 Who should read this guide 6 Related documentation Quadstone Metadata Markup Language (QMML) formats XML formats 8 QMML schema definition 8 Main element types 8 Document metadata 9 QMML variants QMML examples QMML variant examples 14

5 1 - Introduction In this section Purpose 6 Who should read this guide 6 Related documentation 6

6 Introduction Purpose This document provides additional reference information on (QMML). Who should read this guide This book is intended for Spectrum Miner Administrators and provides additional Spectrum Miner XML schema definition information. Related documentation Document Location Spectrum Miner 8.0 Administration Guide 6

7 2 - Quadstone Metadata Markup Language (QMML) formats In this section XML formats 8 QMML schema definition 8 Main element types 8 Document metadata 9 QMML variants 11

8 (QMML) formats XML formats Quadstone provides a single XML schema for describing representation of metadata for the Quadstone System. This is the format, or QMML. In the present version of the Quadstone System, only a subset of Quadstone file and interchange formats are represented as XML documents, but QMML provides a general framework to allow extension to cover future Quadstone XML representations, as they become available in future releases. The QMML framework describes how to build documents to act as representations of Quadstone metadata state. These documents can contain a lot of detailed information (tracking audit history, maintaining descriptions of relationships between different components, and so on). QMML schema definition The QMML schema definition is shipped as part of the qmml extension product, and can be found in the <smhome>\server\qs8.0\integration\schemas\qmmlcore.xsd file. The current version of the QMML schema definition is DRAFT3, so the required schema URI is Note that QMML is defined by this XML schema definition alone. There is no equivalent description provided as a DTD. The schema defines a qmml XML namespace, in which a number of main element types are defined. A valid QMML document must contain one of these top-level QMML tags, in the QMML namespace. Main element types All QMML documents take the form of a overall top-level element tag, from the QMML namespace defined in the QMML schema. QMML thus defines a family of related document types. The following top-level element types are available in the current version of the QMML schema definition. Future versions will extend to include additional elements, to allow more extensive representations of general Quadstone System metadata. 8

9 (QMML) formats The <qmml:rules> element tag is used for QMML documents that describe rules. These documents are used by the RealTime framework. The <qmml:x-fdl> element tag is used for QMML documents that provide easy interchange with Quadstone Field Derivation Language (FDL) files. The <qmml:expressions> element tag is used as an intermediate form for representing the structure implicit in Quadstone Field Derivation Language expressions. It is a useful building block for converting from FDL to query languages used by external third-party products. Document metadata The QMML formats provide mechanisms for tracking origin and version history of documents, and of individual components within documents. The detailed specification of exactly which components can carry document audit-trail metadata is contained within the QMML schema definition. Components that support document metadata may contain <info> elements to hold this information. These elements take the following form, with the detailed metadata encoded according to the Dublin Core standard via RFC2731. <info> <description> optional textual description </description> <comment> optional textual comment </comment> <history> <metadata type="creation modification state-change" <meta name="dc.element" content="content"/>... <meta name="qc.element" content="content"/>... </metadata> </history> </info> Metadata tags The creation metadata element is used for describing the initial creation of a document (or elements within a document). The modification metadata element is used for tracking subsequent modifications to the document (or to elements within it). The state-change metadata element is used for tracking changes of state, similar to a general modification, but where the change takes the form of a change to a single named property. A 9

10 (QMML) formats state-change element requires an additional property attribute, to specify the name of the property whose state has been changed, (together with QC.State.Previous and QC.State.Value meta elements). This is used in cases such as tracking the live state of a ruleset within a qmml:rules document. Meta tags The following standard Dublin Core <meta> tag encodings can be used: DC.Creator is used in a creation metadata-element to give the name (real name, or login account name) of the creator of a QMML document or component. DC.Description is used for short summary descriptions of QMML documents, in any of the metadata elements. A longer textual description can be used in the additional <description> element. DC.Date.Created is used to record the creation-date of a document or component. The ISO8601 standard is used for formatting of dates. DC.Date is used to record additional dates (for merge or modification history), also formatted according to the ISO8601 standard. DC.Source is used in some cases to record the original source of information. In addition, some QMML-specific extension <meta> tags are used: QC.User is used in any of the metadata elements to record the name (real name, or logic account name) of the user responsible for a creation, merge or modification event. It can duplicate the information already provided via use of the standard Dublin Core DC.Creator tag. QC.Host is used in any of the metadata elements to record the hostname of the computer on which the document was created or modified. QC.Application is used in any of the metadata elements to record the name of the Quadstone System application used to create or modify a document. QMML documents created via other applications may omit this. QC.Application.Operation is (optionally) used to specify a particular operation that was applied. It is used to disambiguate in cases where the QC.Application element does not on its own provide sufficient detail (such as with the qsqmmledit utility, which can be used for many different QMML manipulation operations). QC.Application.Version is (optionally) used to specify the version of the application used to modify the document. QC.State.Value is used to describe the current (new) state of a property within a state-change metadata element. QC.State.Previous is used to describe the previous (old) state of a property within a state-change metadata element. Note that all metadata (apart from detailed description and state-change information), is encoded in the Dublin Core RFC2731 HTML form of <meta> elements, wrapped up inside QMML <history> 10

11 (QMML) formats and <metadata> blocks. The Dublin Core RDF/XML encodings (Resource Description Framework using XML) are not currently used. QMML variants Individual QMML variants build structure out of the set of elements available in the QMML schema definition. Each variant is designed to be targeted for a particular purpose, and will use appropriate elements to represent the information required for that purpose. Some global underlying structure (such as document metadata support) is shared by all variants. The full specification of what elements are provided, where they may occur, what they may contain, and what attributes they take, is given in the QMML schema definition file. A variant is defined by its top-level tag. The following variants are currently supported: The qmml:rules document type QMML documents for representing rules may contain the following main internal tags: The <info> element is used to carry general document metadata. This use is just a special case of use of this element type within a number of different components, in order to carry tracking information. It is described in some detail in the section above. The <focus> element is used to describe data origins (usually for a model) in terms of a description of a particular Quadstone System focus file. It includes specific information such as the pathname of the.ftr file, the TML that was used to generate this focus (if built using TML) and audit trail tracking information. It does not include any internals information (such as the lists of fields). The <fields> element is used to describe lists of fields in a table (and, typically, a table that corresponds to a focus). It does not include any detailed analytic metadata just the name and type for each field, and the FDL derivation expression for those fields that are derived. The <functions> element is used to describe global FDL function state (corresponding to FDL functions that have been loaded in to a Decisionhouse session from a function library file). This is the background function state against which any FDL expressions built during that session are defined. The <rulesets> element is used to describe rulesets. Each ruleset consists of a named collection of rules. A rule is defined in terms of a result field, which corresponds exactly to a derived field (as a reference to an entry in the <fields> element). 11

12 (QMML) formats The qmml:x-fdl document type QMML documents for FDL interchange may contain the following main internal tags: The <fdl-function> element is used to define a single FDL function expression. It is used in QMML documents that represent FDL. This may appear multiple times. The <fdl-derivation> element is used to define a single FDL field-derivation expression. This may appear multiple times. The qmml:expressions document type QMML documents for interchange of FDL structure representation may contain the following main internal tags: The <functions> element is used to describe global FDL function state, in exactly the same way as for a <qmml:rules> document. The<variables> element is used to declare the list of field names used in the derivation (including both input fields and result fields). The<expression> element contains either a single expression tree or a list of expression trees, depending on whether the document represents a number of named derivations or a single unnamed derivation. A list is given by an <expressionlist> subelement, which may in turn contain <assign> subelements. The full description of how FDL structure is represented is given in the QMML schema definition file. The structure within an <expression> element can contain elements corresponding to all of the syntactic items in the FDL language, such as literal values, conditionals, expression lists, variable assignments, and so on. This structure is identical to the parsed format that can be added to a qmml:rules document using the qsqmmledit -parse utility. 12

13 3 - QMML examples In this section QMML variant examples 14

14 QMML examples QMML variant examples Here are some simple examples for each of the QMML variant formats. For ease of readability, the initial standard XML processing instruction: <?xml version="1.0" encoding="utf-8"?> has been omitted. Similarly, the QMML namespace declaration attributes have been omitted. A fully valid QMML document would include the following in the main element tag: <qmml:elementname xmlns=" xmlns:xsi=" xsi:schemalocation=" qmml.xsd"> qmml:rules Here is an example of a QMML document for representing rules: <qmml:rules> <info> <history> <metadata type="creation"> <meta name="qc.application" content="none"/> <meta name="qc.application.version" content="none"/> <meta name="dc.date.created" content=" t10:36:17"/> <meta name="qc.host" content="demohost"/> <meta name="qc.user" content="demouser"/> <meta name="dc.creator" content="demouser"/> </metadata> </history> </info> <focus name="finance_10000" platform="win32"> <focuspath>f:/quadstone/foci/finance_10000</focuspath> </focus> <fields> <field dhtype="string(6)" id="_1" name="gender" type="string"> <info> <history> <metadata type="creation"> <meta name="qc.application" content="decisionhouse"/> 14

15 QMML examples <meta name="qc.application.version" content="4.0c"/> <meta name="dc.date.created" content=" t10:36:17"/> </metadata> </history> </info> <fdl> <text> case Sex_MF eq "M": "Male"; Sex_MF eq "F": "Female"; default: null </text> </fdl> </field> <field dhtype="string(1)" id="_2" name="sex_mf" type="string"/> <field dhtype="real" id="_3" name="income" type="real"/> </fields> <rulesets> <ruleset id="_0" live="false" name="default"> <info> <history> <metadata type="creation"> <meta name="qc.application" content="none"/> <meta name="qc.application.version" content="none"/> <meta name="dc.date.created" content=" t10:36:17"/> <meta name="qc.host" content="demohost"/> <meta name="qc.user" content="demouser"/> <meta name="dc.creator" content="demouser"/> </metadata> </history> </info> <fieldlist> <fieldref idref="_1" name="gender" type="string"/> </fieldlist> </ruleset> </rulesets> </qmml:rules> qmml:x-fdl Here is the same example, given as an unnamed FDL expression for the derived field: <qmml:x-fdl> <fdl-derivation> case Sex_MF eq "M": "Male"; Sex_MF eq "F": "Female"; 15

16 QMML examples default: null </fdl-derivation> </qmml:x-fdl> qmml:expressions Here is the same example, given as an unnamed FDL expression tree: <qmml:expressions> <variables> <variable id="_1" name="sexmf" type="string"/> </variables> <expression type="string"> <choose source="case" type="string"> <when type="string"> <condition type="integer"> <binaryop op="eq" type="integer"> <expression type="string"> <fieldref idref="_1" name="sexmf" type="string"/> </expression> <expression type="string"> <stringliteral type="string"><![cdata[m]]></stringliteral> </expression> </binaryop> </condition> <expression type="string"> <stringliteral type="string"><![cdata[male]]></stringliteral> </expression> </when> <when type="string"> <condition type="integer"> <binaryop op="eq" type="integer"> <expression type="string"> <fieldref idref="_1" name="sexmf" type="string"/> </expression> <expression type="string"> <stringliteral type="string"><![cdata[f]]></stringliteral> </expression> </binaryop> </condition> <expression type="string"> <stringliteral type="string"><![cdata[female]]></stringliteral> </expression> </when> <otherwise type="string"> 16

17 QMML examples <nullliteral type="string"/> </otherwise> </choose> </expression> </qmml:expressions> 17

18 3001 Summer Street Stamford CT USA Pitney Bowes Software Inc. All rights reserved

Quadstone Metadata Markup Language. Version 7.0B

Quadstone Metadata Markup Language. Version 7.0B Quadstone Metadata Markup Language Version 7.0B 2015 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or

More information

Spectrum Miner. Version 8.0. Release Notes

Spectrum Miner. Version 8.0. Release Notes Spectrum Miner Version 8.0 Copyright 2017 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property

More information

Local Update of Census Addresses (LUCA)

Local Update of Census Addresses (LUCA) Local Update of Census Addresses (LUCA) Version 1.0 GeoEnrichment Table of Contents 1 - Introduction Local Update of Census Addresses (LUCA) 4 Installation 4 2 - Data Layouts Record Format 6 1 - Introduction

More information

Spectrum Optimizer. Version 7.2. Spectrum Optimizer User Guide

Spectrum Optimizer. Version 7.2. Spectrum Optimizer User Guide Spectrum Optimizer Version 7.2 Copyright 2016 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are

More information

Technology Platform. Spectrum. Version 11.0 SP1. Communications Suite Database Guide

Technology Platform. Spectrum. Version 11.0 SP1. Communications Suite Database Guide Spectrum Version 11.0 SP1 Technology Platform Table of Contents 1 - Introduction Communications Suite 4 Communications Suite Lookup 5 Master Location Data Address Fabric Version Compatibility 5 2 - Data

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 12.0 SP2 Notices Copyright 2018 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other

More information

Technology Platform. Spectrum. Version Spectrum Visual Insights. Guide

Technology Platform. Spectrum. Version Spectrum Visual Insights. Guide Spectrum Version 12.0 Technology Platform Spectrum Visual Insights Guide Table of Contents 1 - Introduction What is Spectrum Visual Insights? 4 Architecture 5 Key Features 6 2 - Installation Installing

More information

Release Notes. StreamWeaver Contents

Release Notes. StreamWeaver Contents Release Notes StreamWeaver 6.4.5 Technical Support www.pbinsight.com/support This document contains information about the StreamWeaver 6.4.5 release. Complete documentation and global contact numbers can

More information

VMware vcenter Log Insight Manager. Deployment Guide

VMware vcenter Log Insight Manager. Deployment Guide VMware vcenter Log Insight Manager Deployment Guide VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Text Record Type Definition. Technical Specification NFC Forum TM RTD-Text 1.0 NFCForum-TS-RTD_Text_

Text Record Type Definition. Technical Specification NFC Forum TM RTD-Text 1.0 NFCForum-TS-RTD_Text_ Text Record Type Definition Technical Specification NFC Forum TM RTD-Text 1.0 NFCForum-TS-RTD_Text_1.0 2006-07-24 RESTRICTIONS ON USE This specification is copyright 2005-2006 by the NFC Forum, and was

More information

Packet Trace Guide. Packet Trace Guide. Technical Note

Packet Trace Guide. Packet Trace Guide. Technical Note Packet Trace Guide Technical Note VERSION: 2.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

RSA Two Factor Authentication

RSA Two Factor Authentication RSA Two Factor Authentication Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 31 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

Simba Cassandra ODBC Driver with SQL Connector

Simba Cassandra ODBC Driver with SQL Connector Simba Cassandra ODBC Driver with SQL Connector Last Revised: March 26, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information in this document is subject

More information

NTLM NTLM. Feature Description

NTLM NTLM. Feature Description Feature Description VERSION: 6.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

Match and Location Codes

Match and Location Codes Centrus GeoStan Match and Location Codes Version 28.00 For Windows, UNIX/Linux, z/os April 2015 2015 Pitney Bowes Software Inc. All rights reserved. Pitney Bowes Software Inc. is a wholly-owned subsidiary

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP)

iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) iwrite technical manual iwrite authors and contributors Revision: 0.00 (Draft/WIP) June 11, 2015 Chapter 1 Files This section describes the files iwrite utilizes. 1.1 report files An iwrite report consists

More information

LoadMaster VMware Horizon (with View) 6. Deployment Guide

LoadMaster VMware Horizon (with View) 6. Deployment Guide LoadMaster VMware Horizon (with View) 6 Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the

More information

Migration Tool. Migration Tool (Beta) Technical Note

Migration Tool. Migration Tool (Beta) Technical Note Migration Tool (Beta) Technical Note VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo

More information

Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing.

Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing. Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing. It is important to note that not all Service Providers can

More information

Adobe Connect. Adobe Connect. Deployment Guide

Adobe Connect. Adobe Connect. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide

Hyper-V - Windows 2012 and 8. Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8. Installation Guide Virtual LoadMaster for Microsoft Hyper-V on Windows Server 2012, 2012 R2 and Windows 8 Installation Guide VERSION: 5.0 UPDATED: JANUARY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc..

More information

Epic. Epic Systems. Deployment Guide

Epic. Epic Systems. Deployment Guide Epic Systems Deployment Guide VERSION: 1.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are

More information

XEP-0087: Stream Initiation

XEP-0087: Stream Initiation XEP-0087: Stream Initiation Thomas Muldowney mailto:temas@jabber.org xmpp:temas@jabber.org 2003-05-22 Version 0.1 Status Type Short Name Retracted Standards Track si A common method to initiate a stream

More information

Splunk. Splunk. Deployment Guide

Splunk. Splunk. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Moodle. Moodle. Deployment Guide

Moodle. Moodle. Deployment Guide Moodle Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

KEMP Driver for Red Hat OpenStack. KEMP LBaaS Red Hat OpenStack Driver. Installation Guide

KEMP Driver for Red Hat OpenStack. KEMP LBaaS Red Hat OpenStack Driver. Installation Guide KEMP LBaaS Red Hat OpenStack Driver Installation Guide VERSION: 2.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil)

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) Dear valued Pitney Bowes Software customer: Last year we embarked on a new

More information

MAILERS+4 Quick Start Guide

MAILERS+4 Quick Start Guide Quick Start Guide MAILERS+4 Quick Start Guide Contents System Requirements... 1 Where To Find Help... 2 Online Help User s Guide Online Tutorials Melissa Data Web Site Call Us Toll Free The MAILERS+4 Interface...

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

CA File Master Plus. Release Notes. Version

CA File Master Plus. Release Notes. Version CA File Master Plus Release Notes Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions Integrated Address Management Solutions MailRoom Architect for ToolKit Job Files Architect Release Notes United States United States Simply Powerful Data Simply Quality Powerful Solutions Satori Architect

More information

XEP-0009: Jabber-RPC

XEP-0009: Jabber-RPC XEP-0009: Jabber-RPC DJ Adams mailto:dj.adams@pobox.com xmpp:dj@gnu.mine.nu 2011-11-10 Version 2.2 Status Type Short Name Final Standards Track jabber-rpc This specification defines an XMPP protocol extension

More information

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics

Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Additional License Authorizations for HPE OneView for Microsoft Azure Log Analytics Product Use Authorizations This document provides Additional License Authorizations for HPE OneView for Microsoft Azure

More information

XEP-0206: XMPP Over BOSH

XEP-0206: XMPP Over BOSH 1 di 15 31/01/2011 19:39 XEP-0206: XMPP Over BOSH Abstract: Authors: Copyright: Status: Type: This specification defines how the Bidirectional-streams Over Synchronous HTTP (BOSH) technology can be used

More information

SDLC INTELLECTUAL PROPERTY POLICY

SDLC INTELLECTUAL PROPERTY POLICY SDLC INTELLECTUAL PROPERTY POLICY Last Revised: 11/14/17 1. Introduction. This Intellectual Property Policy ( Policy ) governs intellectual property rights of the SDL Consortium ( SDLC ) and its Members

More information

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically you the list owner.

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically  you the list owner. The USPS is requiring mail list owners to electronically sign a NCOA Processing Acknowledgment Form before Mail Service Providers can run the required National Change of Address software. When a list is

More information

The form must be legible all information except signatures must be printed or typed.

The form must be legible all information except signatures must be printed or typed. 1900 New Highway, Farmingdale NY 11735-1509 Phone: 631.293.6100 Fax: 631.293.4113 As licensees of USPS National Change Of Address (NCOA LinkTM ) service, we are required to provide all NCOA LInkTM customers

More information

Customer Information Management. Spectrum Version 12.0 SP1. Technology Platform. Microsoft Dynamics CRM Guide

Customer Information Management. Spectrum Version 12.0 SP1. Technology Platform. Microsoft Dynamics CRM Guide Customer Information Management Spectrum Version 12.0 SP1 Technology Platform Table of Contents 1 - Introduction Microsoft Dynamics CRM Module 4 2 - Integrating Microsoft Dynamics CRM with Spectrum Integrating

More information

Ecma International Policy on Submission, Inclusion and Licensing of Software

Ecma International Policy on Submission, Inclusion and Licensing of Software Ecma International Policy on Submission, Inclusion and Licensing of Software Experimental TC39 Policy This Ecma International Policy on Submission, Inclusion and Licensing of Software ( Policy ) is being

More information

XEP-0399: Client Key Support

XEP-0399: Client Key Support XEP-0399: Client Key Support Dave Cridland mailto:dave.c@threadsstyling.com xmpp:dwd@dave.cridland.net 2018-01-25 Version 0.1.0 Status Type Short Name Experimental Standards Track client-key This specification

More information

Customer Information Management. Spectrum. Technology Platform. Version Microsoft Dynamics CRM Guide

Customer Information Management. Spectrum. Technology Platform. Version Microsoft Dynamics CRM Guide Customer Information Management Spectrum Version 10.0 Technology Platform Table of Contents 1 - Introduction Microsoft Dynamics CRM Module 4 2 - Integrating Microsoft Dynamics CRM with Spectrum Integrating

More information

XEP-0056: Business Data Interchange

XEP-0056: Business Data Interchange XEP-0056: Business Data Interchange Ulrich Staudinger mailto:chicago5@gmx.de xmpp:uls@jabber.org 2018-11-03 Version 0.3.1 Status Type Short Name Deferred Standards Track N/A This document defines a way

More information

XEP-0099: IQ Query Action Protocol

XEP-0099: IQ Query Action Protocol XEP-0099: IQ Query Action Protocol Iain Shigeoka mailto:iain@jivesoftware.com xmpp:smirk@jabber.com 2018-11-03 Version 0.1.1 Status Type Short Name Deferred Standards Track Not yet assigned Standardizes

More information

XEP-0363: HTTP File Upload

XEP-0363: HTTP File Upload XEP-0363: HTTP File Upload Daniel Gultsch mailto:daniel@gultsch.de xmpp:daniel@gultsch.de 2018-04-21 Version 0.6.0 Status Type Short Name Proposed Standards Track NOT_YET_ASSIGNED This specification defines

More information

MEAS HTU21D PERIPHERAL MODULE

MEAS HTU21D PERIPHERAL MODULE MEAS HTU21D PERIPHERAL MODULE Digital Humidity and Temperature Digital Component Sensor (DCS) Development Tools The HTU21D peripheral module provides the necessary hardware to interface the HTU21D digital

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

Open Source Used In Cisco Configuration Professional for Catalyst 1.0

Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Open Source Used In Cisco Configuration Professional for Catalyst 1.0 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on

More information

Data Quality Web Service. Quick Start Guide

Data Quality Web Service. Quick Start Guide Data Quality Web Service Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

X Locale Database Specification. Yoshio Horiuchi, IBM Japan

X Locale Database Specification. Yoshio Horiuchi, IBM Japan X Locale Database Specification Yoshio Horiuchi, IBM Japan X Locale Database Specification by Yoshio Horiuchi X Version 11, Release 7.7 Copyright 1994 IBM Corporation License to use, copy, modify, and

More information

XEP-0293: Jingle RTP Feedback Negotiation

XEP-0293: Jingle RTP Feedback Negotiation XEP-0293: Jingle RTP Feedback Negotiation Olivier Crête mailto:olivier.crete@collabora.co.uk xmpp:olivier.crete@collabora.co.uk 2015-08-11 Version 1.0 Status Type Short Name Draft Standards Track NOT_YET_ASSIGNED

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008

IETF TRUST. Legal Provisions Relating to IETF Documents. Approved November 6, Effective Date: November 10, 2008 IETF TRUST Legal Provisions Relating to IETF Documents Approved November 6, 2008 Effective Date: November 10, 2008 1. Background The IETF Trust was formed on December 15, 2005, for, among other things,

More information

User Guide. Calibrated Software, Inc.

User Guide. Calibrated Software, Inc. User Guide Calibrated Software, Inc. Copyright 2008 Calibrated Software, Inc. All rights reserved. www.calibratedsoftware.com Your rights to the software are governed by the accompanying Software License

More information

Instructions for Completing the Implementation extra Information for Testing (IXIT) for NFC Forum Device. NFC Forum TM Version 1.5.

Instructions for Completing the Implementation extra Information for Testing (IXIT) for NFC Forum Device. NFC Forum TM Version 1.5. for Testing (IXIT) for TM Version 1.5.00 2016-09-19 RESTRICTIONS ON USE This document is copyright 2011-2016 by the, and is made available subject to the following terms: 1. You may, without charge, copy

More information

XEP-0290: Encapsulated Digital Signatures in XMPP

XEP-0290: Encapsulated Digital Signatures in XMPP XEP-0290: Encapsulated Digital Signatures in XMPP Kurt Zeilenga mailto:kurt.zeilenga@isode.com xmpp:kurt.zeilenga@isode.com 2011-01-28 Version 0.2 Status Type Short Name Deferred Standards Track N/A This

More information

X Generic Event Extension. Peter Hutterer

X Generic Event Extension. Peter Hutterer X Generic Event Extension Peter Hutterer X Generic Event Extension Peter Hutterer X Version 11, Release 7.7 Version 1.0 Copyright 2007 Peter Hutterer Permission is hereby granted, free of charge, to any

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Simba ODBC Driver with SQL Connector for Salesforce

Simba ODBC Driver with SQL Connector for Salesforce Simba ODBC Driver with SQL Connector for Salesforce Installation and Configuration Guide Last Revised: May 28, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved.

More information

CoreBlox Token Translator. Version 1.0. User Guide

CoreBlox Token Translator. Version 1.0. User Guide CoreBlox Token Translator Version 1.0 User Guide 2014 Ping Identity Corporation. All rights reserved. PingFederate CoreBlox Token Translator User Guide Version 1.0 April, 2014 Ping Identity Corporation

More information

MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0

MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0 MCAFEE THREAT INTELLIGENCE EXCHANGE RESILIENT THREAT SERVICE INTEGRATION GUIDE V1.0 Copyright IBM Corporation 2018 Permission is hereby granted, free of charge, to any person obtaining a copy of this software

More information

LoadMaster Clustering

LoadMaster Clustering Introduction LoadMaster Clustering Feature Description VERSION: 9.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

XEP-0129: WebDAV File Transfers

XEP-0129: WebDAV File Transfers XEP-0129: WebDAV File Transfers Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ Dave Smith mailto:dizzyd@jabber.org xmpp:dizzyd@jabber.org 2007-04-19 Version 0.3 Status

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

Configuring Real Servers for DSR

Configuring Real Servers for DSR Configuring Real Servers for DSR VERSION: 1.1 UPDATED: JULY 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 20 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

Simba ODBC Driver with SQL Connector for MongoDB

Simba ODBC Driver with SQL Connector for MongoDB Simba ODBC Driver with SQL Connector for MongoDB Installation and Configuration Guide October 24, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

Edge Security Pack (ESP)

Edge Security Pack (ESP) Edge Security Pack (ESP) VERSION: 1.2 UPDATED: SEPTEMBER 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 22 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved.

TERMS OF SERVICE. Maui Lash Extensions All Rights Reserved. TERMS OF SERVICE Electronic Communication: When you visit our website or send e-mails to us, you are communicating with us electronically. You consent to receive communications from us electronically.

More information

XEP-0104: HTTP Scheme for URL Data

XEP-0104: HTTP Scheme for URL Data XEP-0104: HTTP Scheme for URL Data Matthew Miller mailto:linuxwolf@outer-planes.net xmpp:linuxwolf@outer-planes.net 2004-01-20 Version 0.3 Status Type Short Name Deferred Standards Track N/A This document

More information

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 1. License The MIT License (MIT) Copyright (c) 2018 gamedna Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),

More information

ZSI: The Zolera Soap Infrastructure User s Guide. Release 2.0.0

ZSI: The Zolera Soap Infrastructure User s Guide. Release 2.0.0 ZSI: The Zolera Soap Infrastructure User s Guide Release 2.0.0 July 31, 2006 Copyright c 2001, Zolera Systems, Inc. All Rights Reserved. Copyright c 2002-2003, Rich Salz. All Rights Reserved. COPYRIGHT

More information

Core Engine. R XML Specification. Version 5, February Applicable for Core Engine 1.5. Author: cappatec OG, Salzburg/Austria

Core Engine. R XML Specification. Version 5, February Applicable for Core Engine 1.5. Author: cappatec OG, Salzburg/Austria Core Engine R XML Specification Version 5, February 2016 Applicable for Core Engine 1.5 Author: cappatec OG, Salzburg/Austria Table of Contents Cappatec Core Engine XML Interface... 4 Introduction... 4

More information

XEP-0052: File Transfer

XEP-0052: File Transfer XEP-0052: File Transfer Thomas Muldowney mailto:temas@box5.net xmpp:temas@jabber.org Matthew Miller mailto:linuxwolf@outer-planes.net xmpp:linuxwolf@outer-planes.net Justin Karneges mailto:justin@affinix.com

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

Feed Cache for Umbraco Version 2.0

Feed Cache for Umbraco Version 2.0 Feed Cache for Umbraco Version 2.0 Copyright 2010, Ferguson Moriyama Limited. All rights reserved Feed Cache for Umbraco 2.0 Page 1 Introduction... 3 Prerequisites... 3 Requirements... 3 Downloading...

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

mp3fm Documentation Release Akshit Agarwal

mp3fm Documentation Release Akshit Agarwal mp3fm Documentation Release 1.0.1 Akshit Agarwal July 27, 2013 CONTENTS 1 Introduction to MP3fm 3 1.1 Features.................................................. 3 2 Libraries Used and Install 5 2.1 Libraries

More information

HTNG Web Services Product Specification. Version 2014A

HTNG Web Services Product Specification. Version 2014A HTNG Web Services Product Specification Version 2014A About HTNG Hotel Technology Next Generation (HTNG) is a non-profit association with a mission to foster, through collaboration and partnership, the

More information

Upgrading BankLink Books

Upgrading BankLink Books Upgrading BankLink Books Contents Upgrading BankLink Books... 4 Upgrading BankLink Books using the automatic upgrade 4 Upgrading BankLink Books when asked to upgrade 5 Upgrading BankLink Books Page 2 of

More information

Atrio Map. Installation and User Guide

Atrio Map. Installation and User Guide Atrio Map Version 8 Installation and User Guide Atrio 6001 N. Adams Road, Suite 285 Bloomfield Hills, Michigan 48304-1547 (248) 594-1500 - www.atriocrm.com Table of Contents Introduction... 3 Requirements/Compatibility...

More information

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference.

FONT SOFTWARE END USER LICENSE AGREEMENT. We recommend that you print this Font Software End User License Agreement for further reference. FONT SOFTWARE END USER LICENSE AGREEMENT We recommend that you print this Font Software End User License Agreement for further reference. This Font Software End User License Agreement (the Agreement )

More information

Data Deduplication Metadata Extension

Data Deduplication Metadata Extension Data Deduplication Metadata Extension Version 1.1c ABSTRACT: This document describes a proposed extension to the SNIA Cloud Data Management Interface (CDMI) International Standard. Publication of this

More information

End User License Agreement

End User License Agreement End User License Agreement Kyocera International, Inc. ( Kyocera ) End User License Agreement. CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ( AGREEMENT ) BEFORE USING OR OTHERWISE ACCESSING THE SOFTWARE

More information

XEP-0283: Moved. Tory Patnoe Version 0.1.1

XEP-0283: Moved. Tory Patnoe Version 0.1.1 XEP-0283: Moved Tory Patnoe mailto:tpatnoe@cisco.com xmpp:tpatnoe@cisco.com 2018-08-06 Version 0.1.1 Status Type Short Name Experimental Standards Track moved This document defines an XMPP protocol extension

More information

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Overview... 3 Installing the demo... 3 Configure

More information

LoadMaster for Azure (Marketplace Classic Interface)

LoadMaster for Azure (Marketplace Classic Interface) LoadMaster for Azure (Marketplace Classic Interface) Feature Description VERSION: 8.0 UPDATED: OCTOBER 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

XEP-0146: Remote Controlling Clients

XEP-0146: Remote Controlling Clients XEP-0146: Remote Controlling Clients Remko Tronçon http://el-tramo.be/ Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2017-11-07 Version 1.1 Status Type Short Name Obsolete

More information

Experience extraordinary merge/purge power

Experience extraordinary merge/purge power 2017 Experience extraordinary merge/purge power MatchUp Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein

More information

XEP-0341: Rayo CPA. Ben Langfeld Version 0.2

XEP-0341: Rayo CPA. Ben Langfeld Version 0.2 XEP-0341: Rayo CPA Ben Langfeld mailto:ben@langfeld.me xmpp:ben@langfeld.me http://langfeld.me 2017-09-11 Version 0.2 Status Type Short Name Deferred Standards Track NOT_YET_ASSIGNED This specification

More information

Connector for OpenText Content Server Setup and Reference Guide

Connector for OpenText Content Server Setup and Reference Guide Connector for OpenText Content Server Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Content Server Connector Introduction 4 1.1 Products 4 1.2 Supported features 4 2 Content Server Setup

More information

URI Record Type Definition. Technical Specification NFC Forum TM RTD-URI 1.0 NFCForum-TS-RTD_URI_

URI Record Type Definition. Technical Specification NFC Forum TM RTD-URI 1.0 NFCForum-TS-RTD_URI_ URI Record Type Definition Technical Specification NFC Forum TM RTD-URI 1.0 NFCForum-TS-RTD_URI_1.0 2006-07-24 RESTRICTIONS ON USE This specification is copyright 2005-2006 by the NFC Forum, and was made

More information

Nafees Pakistani Naskh v2.01 beta

Nafees Pakistani Naskh v2.01 beta Nafees Pakistani Naskh v2.01 beta Release Notes November 07, 2007 CENTER FOR RESEARCH IN URDU LANGUAGE PROCESSING NATIONAL UNIVERSITY OF COMPUTER AND EMERGING SCIENCES, LAHORE PAKISTAN Table of Contents

More information

LGR Toolset (beta) User Guide. IDN Program 24 October 2017

LGR Toolset (beta) User Guide. IDN Program 24 October 2017 LGR Toolset (beta) User Guide IDN Program 24 October 2017 1 Introduction to LGR Toolset (beta) Label Generation Rulesets (LGRs) specify metadata, code point repertoire, variant rules and Whole Label Evaluation

More information

LoadMaster VMware Horizon Access Point Gateway

LoadMaster VMware Horizon Access Point Gateway LoadMaster VMware Horizon Access Point Gateway Deployment Guide VERSION: 1.0 UPDATED: OCTOBER 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009

IETF TRUST. Legal Provisions Relating to IETF Documents. February 12, Effective Date: February 15, 2009 IETF TRUST Legal Provisions Relating to IETF Documents February 12, 2009 Effective Date: February 15, 2009 1. Background The IETF Trust was formed on December 15, 2005, for, among other things, the purpose

More information

HTNG Web Services Product Specification. Version 2011A

HTNG Web Services Product Specification. Version 2011A HTNG Web Services Product Specification Version 2011A About HTNG Hotel Technology Next Generation ( HTNG ) is a nonprofit organization with global scope, formed in 2002 to facilitate the development of

More information

Cover Page. Video Manager User Guide 10g Release 3 ( )

Cover Page. Video Manager User Guide 10g Release 3 ( ) Cover Page Video Manager User Guide 10g Release 3 (10.1.3.3.0) March 2007 Video Manager User Guide, 10g Release 3 (10.1.3.3.0) Copyright 2007, Oracle. All rights reserved. Contributing Authors: Bruce Silver

More information

CA Performance Center

CA Performance Center CA Performance Center CA Report Information Base API Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

XEP-0133: Service Administration

XEP-0133: Service Administration XEP-0133: Service Administration Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2017-07-15 Version 1.2 Status Type Short Name Active Informational admin This document

More information