Grammars for XML XML Information Set

Size: px
Start display at page:

Download "Grammars for XML XML Information Set"

Transcription

1 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

2 Recmmended Reading T. Bray, J. Pali, C.M. Sperberg-McQueen, E. Maler, F. Yergeau, J. Cwan (Eds.): XML 1.1 (Secnd Editin), W3C Recmmendatin, 16 August J. Cwan, R. Tbin (Eds.): XML Infrmatin Set (Secnd Editin), W3C Recmmendatin, 4 February N. Luttenberger 2

3 Overview 1. Intrductin 2. Infrmatin items 3. Infrmatin item names (Namespaces) 4. Further infrmatin item prperties N. Luttenberger 3

4 Chapter 2.1 Intrductin

5 Intrductin What is XML Infrmatin Set? A specificatin f abstract data structures describing the cntent f well-frmed XML dcuments accessible t applicatins. A specificatin describing the "utput" f XML prcessrs. A W3C recmmendatin. N. Luttenberger 5

6 Intrductin Frm the XML specificatin: "Each XML dcument has bth a lgical and a physical structure. Lgically, the dcument is cmpsed f, elements, cmments, and prcessing instructins, all f which are indicated in the dcument by explicit markup. (Mre "lgical units" t cme later; NL) Physically, the dcument is cmpsed f [strage] units called entities. " What is the lgical structure f XML dcuments?

7 Intrductin What is an XML infset? "An XML dcument's infrmatin set cnsists f a number f infrmatin items; the infrmatin set fr any well-frmed XML dcument will cntain at least a dcument infrmatin item and several thers. each infrmatin item has a set f assciated named prperties." N. Luttenberger 7

8 Chapter 2.2 Infrmatin Items

9 Infrmatin Items XML dcument attributed, tree-like graph different nde types, e.g.: Rt ("Dcument Infrmatin Item") Dcument element Dcument type declaratin Attribute Prcessing instructin Element Element Element Text Cmment Text N. Luttenberger 9

10 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin Items Attribute Infrmatin Items Prcessing Instructin Infrmatin Items Unexpanded Entity Reference Infrmatin Items Character Infrmatin Items Cmment Infrmatin Items Dcument Type Declaratin Infrmatin Item Unparsed Entity Infrmatin Items Ntatin Infrmatin Items Namespace Infrmatin Items N. Luttenberger We ski p m st f t hes e! 10

11 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin IsItems the rt f the dcument: It has exactly ne element infrmatin item: the dcument Attribute Infrmatinchild Items element infrmatin item. Prcessing InstructinPrecisely: Infrmatin Items The value f the [dcument element] prperty finfrmatin the dcument infrmatin item is a Unexpanded Entity Reference Items single element infrmatin item. This is called the Character Infrmatindcument Items element infrmatin item. Cmment Infrmatin Items Dcument Type Declaratin Infrmatin Item Unparsed Entity Infrmatin Items Ntatin Infrmatin Items Namespace Infrmatin Items N. Luttenberger 11

12 Excursin: Terminlgy Incnsistent terminlgy between the DOM, XML, and XPath specs "There is cnfusin between the terms tp level (dcument) element (which is an element nde) with rt f the dcument (which is nt)." Clarificatin: N. Luttenberger The rt represents the dcument itself. The dcument element is the element that has all ther elements within the dcument as descendants. The rt can have ther children besides the dcument element, e.g. cmments and prcessing instructins. 12

13 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin Items Attribute Infrmatin Items There is an element infrmatin item fr each Prcessing Instructin Infrmatin Itemsin the XML dcument. element appearing Unexpanded Entity Reference Infrmatin Items Character Infrmatin Items Cmment Infrmatin Items Dcument Type Declaratin Infrmatin Item Unparsed Entity Infrmatin Items Ntatin Infrmatin Items Namespace Infrmatin Items N. Luttenberger 13

14 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin Items Attribute Infrmatin Items Prcessing Instructin Infrmatin Items There is an attribute infrmatin item fr each Unexpanded Entity Reference Infrmatin attribute (specified ritems defaulted) f each element in the dcument, including thse which Character Infrmatin Items are namespace declaratins. The latter Cmment Infrmatin Items hwever appear as members f an element's Dcument Type Declaratin Infrmatin Item prperty rather than [namespace attributes] its [attributes] Unparsed Entity Infrmatin Items prperty. Ntatin Infrmatin Items Namespace Infrmatin Items N. Luttenberger 14

15 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin Items Attribute Infrmatin Items There is a character infrmatin item fr each data Prcessing Instructin Infrmatin Items character that appears in the dcument Each character is a lgically separate infrmatin item, Unexpanded Entity Reference Infrmatin Items but XML applicatins are free t chunk characters Character Infrmatin Items int larger grups as necessary r desirable. (In this lecture, we prefer a text infrmatin item.) Cmment Infrmatin Items Dcument Type Declaratin Infrmatin Item Unparsed Entity Infrmatin Items Ntatin Infrmatin Items Namespace Infrmatin Items N. Luttenberger 15

16 Infrmatin Items Types f infrmatin items Dcument Infrmatin Item Element Infrmatin Items Attribute Infrmatin Items Prcessing Instructin Infrmatin Items Unexpanded Entity Reference Infrmatin Items Character Infrmatin Items Cmment Infrmatin Items Dcument Type Declaratin Infrmatin Item Unparsed Entity Infrmatin EachItems element in the dcument has a namespace infrmatin item fr each namespace that is in Ntatin Infrmatin Items scpe fr that element. Namespace Infrmatin Items N. Luttenberger 16

17 Chapter 2.3 Infrmatin Item Names (Namespaces)

18 Infrmatin Item Names Remember: "An XML dcument's infrmatin set cnsists f a number f infrmatin items; the infrmatin set fr any well-frmed XML dcument will cntain at least a dcument infrmatin item and several thers. each infrmatin item has a set f assciated named prperties." Three imprtant name-related prperties lcal name expanded name namespace URI N. Luttenberger 18

19 Infrmatin Item Names Prblem Hw t prvide unique names, when "mixing" XML dcuments? N. Luttenberger 19

20 <?xml versin="1.0" encing="utf-8"?> <Bk> <ISBN> </ISBN> <authr>kevin Davies</authr> <title>cracking the Genme</title> <price>20.00</price> </Bk> "lcal names" <?xml versin="1.0" encding="utf-8"?> <html> <head> <title>my hme page</title> </head> <bdy> <p>my hbby</p> <p>my bks</p> </bdy> </html>

21 <?xml versin="1.0" encding="utf-8"?> <html> <head> <title>my hme page</title> </head> <bdy> Remark: This is called "mixed cntent" <p>my hbby</p> text cntent and element cntent <p>my bks <Bk> <ISBN> </ISBN> <authr>kevin Davies</authr> <title>cracking the Genme</title> <price>20.00</price> </Bk> </p> </bdy> </html> Bth XML validatr and applicatin prgram Bth XML validatr and applicatin prgram need cntext infrmatin t distinguish between HTML page title and bk title!

22 Namespaces Hw the web wrks Individually created dcuments Distributed creatin f knwledge and lazy integratin Prblem: Vcabulary cllisins! Tw-step slutin 1. Expand lcal names by lcally unique name prefixes 2. Bind lcal prefixes t glbally unique URIs

23 <?xml versin="1.0" encding="utf-8"?> <xhtml:html> <xhtml:head> <xhtml:title>my hme page</xhtml:title> </xhtml:head> <xhtml:bdy> lcally unique <xhtml:p>my hbby</xhtml:p> "expanded names" <xhtml:p>my bks <b:bk> <b:isbn> </b:isbn> <b:authr>kevin Davies</b:authr> <b:title>cracking the Genme</b:title> <b:price>20.00</b:price> </b:bk> </xhtml:p> </xhtml:bdy> </xhtml:html>

24 Namespaces b:bk b:price b:isbn xhtml:head xhtml:p b b:title b:authr xhtml:html xhtml xhtml:title xhtml:bdy vcabulary b vcabulary xhtml But wh guarantees uniqueness f prefixes?

25 Namespaces Give prefixes nly lcal relevance in an instance dcument Assciate lcal prefix with glbal namespace name: a unique name fr a namespace Uniqueness is guaranteed by using a URI (preferably URN) in dmain f the party creating the namespace. URI desn t have any meaning, i.e. desn t have t reslve int anything. An XML namespace is a cllectin f names, identified by a URI reference, which are used in XML dcuments as element and attribute names.

26 <?xml versin="1.0" encding="utf-8"?> <xhtml:html xmlns:xhtml=" xmlns:b=" <xhtml:head> <xhtml:title>my hme page</xhtml:title> </xhtml:head> "namespaces" <xhtml:bdy> <xhtml:p>my hbby</xhtml:p> <xhtml:p>my bks <b:bk> <b:isbn> </b:isbn> <b:authr>kevin Davies</b:authr> <b:title>cracking the Genme</b:title> <b:price>20.00</b:price> </b:bk> </xhtml:p> </xhtml:bdy> </xhtml:html>

27 <?xml versin="1.0" encding="utf-8"?> <xhtml:html xmlns:xhtml=" <xhtml:head> <xhtml:title>my hme page</xhtml:title> </xhtml:head> <xhtml:bdy> <xhtml:p>my hbby</xhtml:p> <xhtml:p>my bks <b:bk xmlns:b=" <b:isbn> </b:isbn> <b:authr>kevin Davies</b:authr> <b:title>cracking the Genme</b:title> <b:price>20.00</b:price> </b:bk> </xhtml:p> </xhtml:bdy> </xhtml:html>

28 <?xml versin="1.0" encding="utf-8"?> <xhtml:html xmlns:xhtml=" <xhtml:head> <xhtml:title>my hme page</xhtml:title> </xhtml:head> <xhtml:bdy> <xhtml:p>my hbby</xhtml:p> <xhtml:p>my bks <Bk xmlns=" <ISBN> </ISBN> <authr>kevin Davies</authr> <title>cracking the Genme</title> <price>20.00</price> </Bk> </xhtml:p> </xhtml:bdy> </xhtml:html>

29 <?xml versin="1.0" encding="utf-8"?> <html xmlns=" <head> <title>my hme page</title> </head> <bdy> <p>my hbby<p> <p>my bks <Bk xmlns=" <ISBN> </ISBN> <authr>kevin Davies</authr> <title>cracking the Genme</title> <price>20.00</price> </Bk> </p> </bdy> </html>

30 Namespaces What d namespace URI s pint t? The "abstractin" camp A namespace URI is the id fr a cncept, it shuldn t reslve t anything The "rthdx" camp It shuld reslve t a schema (xml schema) The "liberal" camp It shuld reslve t many things

31 Chapter 2.4 Further Infrmatin Item Prperties

32 Infrmatin Item Prperties Prperties depend n type f infrmatin item e.g. element infrmatin item [namespace name], [lcal name], [prefix] [children] An rdered list f child infrmatin items, in dcument rder. This list cntains element, prcessing instructin, unexpanded entity reference, character, and cmment infrmatin items [attributes] An unrdered set f attribute infrmatin items, ne fr each f the attributes [namespace attributes] An unrdered set f attribute infrmatin items, ne fr each f the namespace declaratins [base URI] The base URI f the element. [parent] The dcument r element infrmatin item which cntains this infrmatin item in its [children] prperty. N. Luttenberger 32

33 Infrmatin Item Prperties Prperties depend n type f infrmatin item e.g. attribute infrmatin item [namespace name], [lcal name], [prefix] [nrmalized value] The nrmalized attribute value [specified] A flag indicating whether this attribute was actually specified in the start-tag f its element, r was defaulted [attribute type] An indicatin f the type declared fr this attribute in the DTD. Legitimate values are ID, IDREF, IDREFS, ENTITY, ENTITIES, NMTOKEN, NMTOKENS, NOTATION, CDATA, and ENUMERATION. Applicatins shuld treat n value and unknwn as equivalent t a value f CDATA. The value f this prperty is nt affected by the validity f the attribute value. [references] Fr attributes typed IDREF, IDREFS, ENTITY, ENTITIES, r NOTATION [wner element] The element infrmatin item which cntains this infrmatin item in its [attributes] prperty. N. Luttenberger 33

Tree Processing (DOM)

Tree Processing (DOM) XML Prcessing Tree Prcessing (DOM) Lecture "XML in Cmmunicatin Systems" Chapter 6 Dr.-Ing. Jesper Zedlitz Research Grup fr Cmmunicatin Systems Dept. f Cmputer Science Christian-Albrechts-University in

More information

Mapping between DFDL 1.0 Infoset and XML Data Model

Mapping between DFDL 1.0 Infoset and XML Data Model 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)

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

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

More information

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0 Oracle BPM 10rR3 Rle Authrizatin reslutin using grups Versin: 1.0 OBPM 10gR3 Rle Authrizatin reslutin using grups Cntents Intrductin... 3 Sme BPM & LDAP cncepts... 4 Cnfiguring OBPM t use different grup

More information

App Orchestration 2.6

App Orchestration 2.6 App Orchestratin 2.6 Terminlgy in App Orchestratin 2.6 Last Updated: July 8, 2015 Page 1 Terminlgy Cntents Elements f App Orchestratin... 3 Dmains... 3 Multi-Datacenter Deplyments... 4 Delivery Sites...

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

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

Aptech Ltd Version 1.1 Page 1 of 9

Aptech Ltd Version 1.1 Page 1 of 9 Aptech Ltd Versin 1.1 Page 1 f 9 Table f Cntents S# Sessin Page N. 1. Intrductin t XML 3 2. Namespaces 4 3. DTDs 5 4. XML Schema 6 5. Stylesheets 7 6. XSL and XSLT 8 7. Mre n XSLT 9 Aptech Ltd Versin 1.1

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

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

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

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager A U G U S T 2 0 1 7 V1 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites...

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

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

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

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

- Replacement of a single statement with a sequence of statements(promotes regularity)

- Replacement of a single statement with a sequence of statements(promotes regularity) ALGOL - Java and C built using ALGOL 60 - Simple and cncise and elegance - Universal - Clse as pssible t mathematical ntatin - Language can describe the algrithms - Mechanically translatable t machine

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Web Services SOAP. Lecture "XML in Communication Systems" Chapter 12

Web Services SOAP. Lecture XML in Communication Systems Chapter 12 Web Services SOAP Lecture "XML in Cmmunicatin Systems" Chapter 12 Prf. Dr.-Ing. Nrbert Luttenberger Research Grup fr Cmmunicatin Systems Dept. f Cmputer Science Christian-Albrechts-University in Kiel Recmmended

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

RSA ACE/Server 5.2 VERITAS Integration

RSA ACE/Server 5.2 VERITAS Integration RSA ACE/Server 5.2 VERITAS Integratin Versin: 1.0 July 17, 2003 Cpyright 2003 RSA Security Inc. All rights reserved. N part f this dcument may be reprduced r distributed in any frm r by any means, r stred

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

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager SEP 2 0 1 8 V 4 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites... 1

More information

of Prolog An Overview 1.1 An example program: defining family relations

of Prolog An Overview 1.1 An example program: defining family relations An Overview f Prlg This chaptereviews basic mechanisms f Prlg thrugh an example prgram. Althugh the treatment is largely infrmal many imprtant cncepts are intrduced. 1.1 An example prgram: defining family

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

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

Computer Science Programming Contest

Computer Science Programming Contest Team Member Requirements Cmputer Science Prgramming Cntest By Charltte Scrggs Frmer Cach and UIL CS C-Directr A prgramming team must have exactly three members If a cmputer science team has fur members,

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

It has hardware. It has application software.

It has hardware. It has application software. Q.1 What is System? Explain with an example A system is an arrangement in which all its unit assemble wrk tgether accrding t a set f rules. It can als be defined as a way f wrking, rganizing r ding ne

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

CSCI L Topics in Computing Fall 2018 Web Page Project 50 points

CSCI L Topics in Computing Fall 2018 Web Page Project 50 points CSCI 1100-1100L Tpics in Cmputing Fall 2018 Web Page Prject 50 pints Assignment Objectives: Lkup and crrectly use HTML tags in designing a persnal Web page Lkup and crrectly use CSS styles Use a simple

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

Retrieval Effectiveness Measures. Overview

Retrieval Effectiveness Measures. Overview Retrieval Effectiveness Measures Vasu Sathu 25th March 2001 Overview Evaluatin in IR Types f Evaluatin Retrieval Perfrmance Evaluatin Measures f Retrieval Effectiveness Single Valued Measures Alternative

More information

Definiens XD Release Notes

Definiens XD Release Notes Definiens XD 1.1.2 Release Ntes Errr! N text f specified style in dcument. Definiens XD 1.1.2 - Release Ntes Imprint and Versin Dcument Versin XD 1.1.2 Cpyright 2009 Definiens AG. All rights reserved.

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

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

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

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Chapter 14. Basic Planning Methodology

Chapter 14. Basic Planning Methodology Chapter 14 Basic Planning Methdlgy This chapter prvides a basic and generic methdlgy fr planning prtectin requirements. It fcuses n the primary cnsideratins fr designing and implementing a basic strage

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

Enrolling onto the Open Banking Directory How To Guide

Enrolling onto the Open Banking Directory How To Guide Enrlling nt the Open Banking Directry Hw T Guide Date: Octber 2017 Versin: v3.0 Classificatin: PUBLIC OPEN BANKING LIMITED ENROLLING ONTO THE OPEN BANKING DIRECTORY Page 1 f 14 Cntents 1. Intrductin 3

More information

XML: extensible Markup Language

XML: extensible Markup Language XML: extensible Markup Language Languages fr web SisInf Lab - Plytechnic University f Bari Master s Degree Curse in Cmputer Engineering What is XML? XML is a subset f SGML aiming t enable generic dcument

More information

Customizable Subject Line for Subscription Notifications and Approval Workflow Mails

Customizable Subject Line for Subscription Notifications and Approval Workflow Mails Custmizable Subject Line fr Subscriptin Ntificatins and Apprval Wrkflw Mails Applies t: Usage type Enterprise Prtal (EP) f SAP enhancement package 1 fr SAP NetWeaver 7.0 Summary The Knwledge Management

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

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

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

PL-2302 Mac OS Driver MAC/PC and PC/MAC Communication Software

PL-2302 Mac OS Driver MAC/PC and PC/MAC Communication Software PL-2302 Mac OS Driver MAC/PC and PC/MAC Cmmunicatin Sftware Windws Netwrk User Manual Prlific Technlgy Inc. Table f Cntents 1. Scpe... 3 1.1. Overview... 3 1.2. Supprted Platfrms and Tested Sftware...3

More information

PAGE NAMING STRATEGIES

PAGE NAMING STRATEGIES PAGE NAMING STRATEGIES Naming Yur Pages in SiteCatalyst May 14, 2007 Versin 1.1 CHAPTER 1 1 Page Naming The pagename variable is used t identify each page that will be tracked n the web site. If the pagename

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

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

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

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

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform

Cookbook Qermid Defibrillator web service Version This document is provided to you free of charge by the. ehealth platform Ckbk Qermid Defibrillatr web service Versin 1.01 This dcument is prvided t yu free f charge by the ehealth platfrm Willebrekkaai 38 38, Quai de Willebrek 1000 BRUSSELS All are free t circulate this dcument

More information

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS

OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SUBMISSIONS FOR FLORIDA: SYSTEM FUNCTIONS OASIS SYSTEM FUNCTIONS... 2 ESTABLISHING THE COMMUNICATION CONNECTION... 2 ACCESSING THE OASIS SYSTEM... 3 SUBMITTING OASIS DATA FILES... 5 OASIS INITIAL

More information

Single Sign-On (SSO) Release Notes Spring, 2010

Single Sign-On (SSO) Release Notes Spring, 2010 Single Sign-On (SSO) Release Ntes Spring, 2010 Cntents SSO Functinality Changes in Learning Platfrm 4.0 GUIDs SOAP FORM SSO Lgin Cnfiguratin Variable Cpyright 2010 by Desire2Learn Incrprated. Desire2Learn

More information

OWL. Web Ontology Languagge

OWL. Web Ontology Languagge OWL Web Ontlgy Languagge Origins 2 DAML OIL RDF DAML = DARPA Agent Markup Language OIL = Ontlgy Inference Layer DAML+OIL OWL Purpse The purpse f OWL is identical t RDF Schemas - t prvide an XML vcabulary

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

CS1150 Principles of Computer Science Methods

CS1150 Principles of Computer Science Methods CS1150 Principles f Cmputer Science Methds Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang CS1150 UC. Clrad Springs Opening Prblem Find the sum f integers frm 1 t 10, frm 20

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

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words,

The transport layer. Transport-layer services. Transport layer runs on top of network layer. In other words, The transprt layer An intrductin t prcess t prcess cmmunicatin CS242 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege Transprt-layer services Prvides fr lgical cmmunicatin* between applicatin

More information

BME Smart-Colo. Smart-Colo is a solution optimized for the colocation of trading applications, built and managed by BME.

BME Smart-Colo. Smart-Colo is a solution optimized for the colocation of trading applications, built and managed by BME. BME Smart-Cl 1. Intrductin The aim f this dcument is t describe the BME Smart-Cl service fr accessing BME Cash, BME Derivative markets and market data feeds. Smart-Cl service prvides at the BME Data Center

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

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

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

ITE310 Computer Networks

ITE310 Computer Networks Cmputer Science Department cs.salemstate.edu ITE310 Cmputer Netwrks 4 cr. Catalg descriptin: This curse begins with an intrductin t cmputer netwrks, including hardware, sftware, trubleshting, and maintenance.

More information

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

Create your Applicant Area

Create your Applicant Area 2017 Researcher cmpetitin - Applicant Area Guide Create yur Applicant Area Click n the link "Create my Applicant Area". Fill in the infrmatin required t create an accunt and "Validate". Passwrds - Infrmatin

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

Data Structure Interview Questions

Data Structure Interview Questions Data Structure Interview Questins A list f tp frequently asked Data Structure interview questins and answers are given belw. 1) What is Data Structure? Explain. Data structure is a way that specifies hw

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

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

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2

Lab 1 - Calculator. K&R All of Chapter 1, 7.4, and Appendix B1.2 UNIVERSITY OF CALIFORNIA, SANTA CRUZ BOARD OF STUDIES IN COMPUTER ENGINEERING CMPE13/L: INTRODUCTION TO PROGRAMMING IN C SPRING 2012 Lab 1 - Calculatr Intrductin In this lab yu will be writing yur first

More information

Last time. VHDL in Action. Motivation. Covered in This Lesson. Packages. Packages (cont'd)

Last time. VHDL in Action. Motivation. Covered in This Lesson. Packages. Packages (cont'd) Last time VHDL in Actin Packages and Libraries Ch 3, pp. 96-114 Versin f wavefrm updating algrithm t handle reject clauses Macr and micr time Delta delays: Ensure crrect rdering f zer time events Martin

More information

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways:

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways: Type: System Enhancements ID Number: SE 94 Date: June 29, 2012 Subject: New Address Verificatin Prcess Suggested Audience: Human Resurce Offices Details: Sectin I: General Infrmatin fr Address Verificatin

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description:

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description: Cmputer Science Department cs.salemstate.edu ITE330 Web Systems 4 cr. Catalg descriptin: This curse prvides an intrductin t web systems and technlgies, including an verview f architecture f a website,

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

All Academy Day: Router Configuration and Troubleshooting Event Details

All Academy Day: Router Configuration and Troubleshooting Event Details Cisc Netwrking Academy Prgram All Academy Day: Ruter Cnfiguratin and Trubleshting Event Details Overview Descriptin Each team is emplyed by an ISP. They have been given a wrk rder that directs them t install

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

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

Eastern Mediterranean University School of Computing and Technology Information Technology Lecture2 Functions

Eastern Mediterranean University School of Computing and Technology Information Technology Lecture2 Functions Eastern Mediterranean University Schl f Cmputing and Technlgy Infrmatin Technlgy Lecture2 Functins User Defined Functins Why d we need functins? T make yur prgram readable and rganized T reduce repeated

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

Xerox Phaser 3635 MFP User Instructions

Xerox Phaser 3635 MFP User Instructions Xerx Phaser 3635 MFP User Instructins Make a Cpy Using the Duplex Autmatic Dcument Feeder (DADF) NOTE: Use the DADF fr multiple r single pages. Use the Dcument Glass fr single cpies r paper that cannt

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Because of security on the site, you cannot create a bookmark through the usual means. In order to create a bookmark that will work consistently:

Because of security on the site, you cannot create a bookmark through the usual means. In order to create a bookmark that will work consistently: The CllegeNet URL is: https://admit.applyweb.cm/admit/shibbleth/crnell Lg in with Crnell netid and Kerbers passwrd Because f security n the site, yu cannt create a bkmark thrugh the usual means. In rder

More information

Overview of OPC Alarms and Events

Overview of OPC Alarms and Events Overview f OPC Alarms and Events Cpyright 2016 EXELE Infrmatin Systems, Inc. EXELE Infrmatin Systems (585) 385-9740 Web: http://www.exele.cm Supprt: supprt@exele.cm Sales: sales@exele.cm Table f Cntents

More information

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills The Internet and Cmputing Cre Certificatin Guide cnsists f 64 Lessns, with lessn bjectives, summary and ten review questins. IC³ bjectives are easily lcated by using symbls thrughut the curseware. Curse

More information

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches

Link-layer switches. Jurassic Park* LANs with backbone hubs are good. LANs with backbone hubs are bad. Hubs, bridges, and switches Link-layer switches Jurassic Park* Hubs, bridges, and switches CS4 Cmputer Netwrks Department f Cmputer Science Wellesley Cllege *A multi-tier hub design. Switches 0- LANs with backbne hubs are gd. Prvide

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

VC 238 :: Week 02 1 of 5 02 October A method of instructing a Web browser which layout mode to use when displaying a page.

VC 238 :: Week 02 1 of 5 02 October A method of instructing a Web browser which layout mode to use when displaying a page. VC 238 :: Week 02 1 f 5 02 Octber 2017 week::tw DOCTYPEs, Rendering Engines, & HTML5 A Quick Histry f Brwsers Designing with Web Standards Structure Presentatin Behavir DOCTYPE Defined Mdes Examples Surces

More information