/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

Size: px
Start display at page:

Download "/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)"

Transcription

1 /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart

2 Informatie Vlaanderen /// Aanpassingen aan de webservices Dit is de bestaande url structuur 16T19:20:30+01: /GeefTaxonomie De nieuwe URL structuur is 16T19:20:30+01:00&_format=xml_extended -> 404 (niet meer van toepassing) /rss.xml Voor testdoeleinden Voor test doeleinden dien je productencatalogus.vlaanderen.be te veranderen naar test-productencatalogus.vlaanderen.be De oude URL s worden gedirected om dit te testen gebruik je test-cache-productencatalogus.vlaanderen.be XSD-schema nieuwe versie <?xml version="1.0" encoding="utf-8"?> 2 /// /// /Titel document/

3 /// Informatie Vlaanderen <xs:schema xmlns:xs=" elementformdefault="qualified" attributeformdefault="unqualified"> <xs:simpletype name="uuidtype"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}"/> </xs:restriction> </xs:simpletype> <xs:simpletype name="bestuurtypetype"> <xs:restriction base="xs:string"> <xs:enumeration value="federaal" /> <xs:enumeration value="gewest" /> <xs:enumeration value="provincie" /> <xs:enumeration value="gemeente" /> </xs:restriction> </xs:simpletype> <xs:complextype name="bestuurtype"> <xs:complexcontent> <xs:extension base="taxonomytermtype"> <xs:attribute name="type" type="bestuurtypetype" use="required"/> </xs:extension> </xs:complexcontent> <xs:simpletype name="linktypetype"> <xs:restriction base="xs:string"> <xs:enumeration value="hyperlink" /> <xs:enumeration value="document" /> </xs:restriction> </xs:simpletype> <xs:complextype name="linktype"> <xs:element name="url" type="xs:anyuri"/> /Titel document/ /// /// 11

4 Informatie Vlaanderen /// <xs:element name="titel" type="xs:string"/> <xs:element name="type" type="linktypetype"/> <xs:complextype name="linkstype"> <xs:element name="link" type="linktype" minoccurs="0" <xs:complextype name="taxonomytermtype"> <xs:element name="id" type="uuidtype"/> <xs:element name="waarde" type="xs:string"/> <xs:complextype name="adrestype"> <xs:element name="naam" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="straat" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:element name="huisnummer" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:element name="busnummer" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:element name="postcode" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:element name="gemeente" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:element name="land" type="xs:string" minoccurs="0" maxoccurs="1"/> <xs:complextype name="servicestype"> <xs:element name="dienst" type="taxonomytermtype" minoccurs="0" <xs:element name="adres" type="adrestype" minoccurs="0" 4 /// /// /Titel document/

5 /// Informatie Vlaanderen <xs:simpletype name="actiontype"> <xs:restriction base="xs:string"> <xs:enumeration value="unmodified" /> <xs:enumeration value="modified" /> <xs:enumeration value="archived" /> </xs:restriction> </xs:simpletype> <xs:element name="geeftaxonomieresponse"> <xs:sequence minoccurs="0"> <xs:element name="afleverendediensten"> <xs:element name="afleverendedienst" type="taxonomytermtype" minoccurs="0" <xs:element name="bevoegdeoverheden"> <xs:element name="bevoegdeoverheid" type="taxonomytermtype" minoccurs="0" <xs:element name="producttypes"> <xs:element name="type" type="taxonomytermtype" minoccurs="0" <xs:element name="doelgroepen"> /Titel document/ /// /// 11

6 Informatie Vlaanderen /// <xs:element name="doelgroep" type="taxonomytermtype" minoccurs="0" <xs:element name="themas"> <xs:element name="thema" type="taxonomytermtype" minoccurs="0" <xs:element name="besturen"> <xs:element name="bestuur" type="bestuurtype" minoccurs="0" <xs:element name="geefclustersresponse"> <xs:sequence minoccurs="0"> <xs:element name="cluster" type="taxonomytermtype" minoccurs="0" <xs:element name="zoekproductenresponse"> <xs:sequence minoccurs="0"> <xs:element name="product" minoccurs="0" maxoccurs="unbounded"> 6 /// /// /Titel document/

7 /// Informatie Vlaanderen <xs:attribute name="id" type="xs:nonnegativeinteger" use="required"/> <xs:attribute name="action" type="actiontype" use="required"/> <xs:element name="geefproductresponse"> <xs:sequence minoccurs="0"> <xs:element name="product" minoccurs="0" maxoccurs="unbounded"> <xs:element name="productid" type="xs:nonnegativeinteger" minoccurs="1" maxoccurs="1"/> <xs:element name="naam" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="titel" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="inhoud" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="voorwaarden" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="procedure" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="watmeebrengen" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="bedrag" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="uitzonderingen" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="regelgeving" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="links" type="linkstype" minoccurs="1" maxoccurs="1"/> <xs:element name="bevoegdeoverheidsdiensten" type="servicestype" minoccurs="1" maxoccurs="1"/> <xs:element name="afleverendediensten" type="servicestype" minoccurs="1" maxoccurs="1"/> <xs:element name="doelgroepen" minoccurs="1" maxoccurs="1"> <xs:element name="doelgroep" type="taxonomytermtype" minoccurs="0" /Titel document/ /// /// 11

8 Informatie Vlaanderen /// <xs:element name="geografischetoepassingsgebieden" minoccurs="1" maxoccurs="1"> <xs:element name="geografischetoepassingsgebied" minoccurs="1" maxoccurs="4"> <xs:element name="bestuur" type="taxonomytermtype" minoccurs="1" <xs:attribute name="type" type="bestuurtypetype"/> <xs:element name="producttype" type="taxonomytermtype" minoccurs="1" maxoccurs="1"/> <xs:element name="trefwoorden" minoccurs="1" maxoccurs="1"> <xs:element name="trefwoord" type="taxonomytermtype" minoccurs="0" <xs:element name="themas" minoccurs="1" maxoccurs="1"> <xs:element name="thema" type="taxonomytermtype" minoccurs="0" <xs:element name="defaultthema" type="taxonomytermtype" minoccurs="1" maxoccurs="1"/> <xs:element name="verwanteproducten" minoccurs="1" maxoccurs="1"> <xs:element name="verwantproduct" minoccurs="0" maxoccurs="unbounded"> 8 /// /// /Titel document/

9 /// Informatie Vlaanderen <xs:element name="productid" type="xs:nonnegativeinteger" minoccurs="1" maxoccurs="1"/> <xs:element name="naam" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="titel" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="startdatum" type="xs:date" minoccurs="0" maxoccurs="1"/> <xs:element name="einddatum" type="xs:date" minoccurs="0" maxoccurs="1"/> <xs:element name="clusters"> <xs:element name="cluster" type="taxonomytermtype" minoccurs="0" <xs:element name="meerinfo" type="xs:string" minoccurs="1" maxoccurs="1"/> <xs:element name="verrijktelinks" type="linkstype" minoccurs="1" maxoccurs="1"/> <xs:attribute name="datumlaatsteaanpassing" type="xs:datetime" use="required"/> </xs:schema> /Titel document/ /// /// 11

10

11 /// Informatie Vlaanderen /Titel document/ /// /// 11

Restricting complextypes that have mixed content

Restricting complextypes that have mixed content Restricting complextypes that have mixed content Roger L. Costello October 2012 complextype with mixed content (no attributes) Here is a complextype with mixed content:

More information

MWTM NBAPI WSDL and XSD Definitions

MWTM NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1.4 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-10 ProvisionAPI.wsdl, page

More information

MWTM 6.1 NBAPI WSDL and XSD Definitions

MWTM 6.1 NBAPI WSDL and XSD Definitions APPENDIXA This appendix describes the WSDL and XSD 1 (XML Schema Definition) definitions for MWTM 6.1 Northbound API (NBAPI): InventoryAPI.wsdl, page A-1 EventAPI.wsdl, page A-5 ProvisionAPI.wsdl, page

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0

Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0 Testing of Service Oriented Architectures A practical approach / APPENDIX V1.0 Schahram Dustdar, Stephan Haslinger 1 Distributed Systems Group, Vienna University of Technology dustdar@infosys.tuwien.ac.at

More information

PTS XML STANDARD GUIDELINE

PTS XML STANDARD GUIDELINE PTS XML STANDARD GUIDELINE September 2012 Turkish Medicines & Medical Devices Agency, Department of Pharmaceutical Track & Trace System Söğütözü Mahallesi 2176 Sok. No: 5 P.K.06520 Çankaya, Ankara Phone:

More information

Cisco Prime Central 1.0 API Guide

Cisco Prime Central 1.0 API Guide Cisco Prime Central 1.0 API Guide Cisco Prime Central API Cisco Prime Central Information Model and API's to support the following features. Managed Elements and Equipment Inventory Object Create, Delete

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

TED schemas. Governance and latest updates

TED schemas. Governance and latest updates TED schemas Governance and latest updates Enric Staromiejski Torregrosa Carmelo Greco 9 October 2018 Agenda 1. Objectives 2. Scope 3. TED XSD 3.0.0 Technical harmonisation of all TED artefacts Code lists

More information

X3D Unit Specification Updates Myeong Won Lee The University of Suwon

X3D Unit Specification Updates Myeong Won Lee The University of Suwon X3D Unit Specification Updates Myeong Won Lee The University of Suwon 1 Units Specification ISO_IEC_19775_1_2008_WD3_Am1_2011_04_14 PDAM in ISO progress UNIT statement Defined in Core component UNIT statements

More information

AlwaysUp Web Service API Version 11.0

AlwaysUp Web Service API Version 11.0 AlwaysUp Web Service API Version 11.0 0. Version History... 2 1. Overview... 3 2. Operations... 4 2.1. Common Topics... 4 2.1.1. Authentication... 4 2.1.2. Error Handling... 4 2.2. Get Application Status...

More information

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1)

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1) Data-centric XML XML Schema (Part 1) Schema and DTD Disadvantages of DTD: separate, non-xml syntax very limited constraints on data types (just ID, IDREF, ) no support for sets (i.e. each element type

More information

Markup Languages. Lecture 4. XML Schema

Markup Languages. Lecture 4. XML Schema Markup Languages Lecture 4. XML Schema Introduction to XML Schema XML Schema is an XML-based alternative to DTD. An XML schema describes the structure of an XML document. The XML Schema language is also

More information

HVDC LINK DOCUMENT UML MODEL AND SCHEMA

HVDC LINK DOCUMENT UML MODEL AND SCHEMA 1 HVDC LINK DOCUMENT UML MODEL AND SCHEMA 2017-01-19 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 Table of Contents 1 Objective...

More information

The following is a sample XML code from the HCSProductCatalog.wsdl file.

The following is a sample XML code from the HCSProductCatalog.wsdl file. APPENDIXA This appendix contains sample WSDL and XSD files. It includes the following sections: HCSProductCatalog.wsdl File, page A-1 HCSProvision.xsd File, page A-27 HCSProvisionAsyncResponse.wsdl File,

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description

Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Pattern/Object Markup Language (POML): A Simple XML Schema for Object Oriented Code Description Jason McC. Smith Apr 7, 2004 Abstract Pattern/Object Markup Language (or POML) is a simple XML Schema for

More information

Web Service Provider Example - Enabling Visible Business

Web Service Provider Example - Enabling Visible Business Web Services Example Web Service Provider Example - Enabling Visible Business Company A makes earrings. One of their suppliers, Company B, provides the glass beads that are used in the earrings. Company

More information

An XML Description Language for Web-based Network Simulation

An XML Description Language for Web-based Network Simulation An XML Description Language for Web-based Network Simulation R. Canonico, D. Emma, G. Ventre Università di Napoli "Federico II", Dipartimento di Informatica e Sistemistica Via Claudio, 21 I-80125 Napoli

More information

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA

PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 PLANNED RESOURCE SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

Released to: TSCP Architecture Committee

Released to: TSCP Architecture Committee Business Authorization Identification and Labeling Scheme Version 1 (BAILS v.1.0) Prepared by: TSCP ILH Team Lead Author: Jean-Paul Buu-Sao, TSCP Released to: TSCP Architecture Committee Edition: 1.4 Published:

More information

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA

RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 1 RESOURCE SCHEDULE CONFIRMATION DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015

User Manual. HIPAA Transactions System Integration for Channel Partner Vendor. Version 15.2 May 2015 User Manual HIPAA Transactions System Integration for Channel Partner Vendor Version 15.2 May 2015 Trademarks and Copyrights Optum HIPAA Transactions System Integration Document Channel Partner Vendor

More information

Work/Studies History. Programming XML / XSD. Database

Work/Studies History. Programming XML / XSD. Database Work/Studies History 1. What was your emphasis in your bachelor s work at XXX? 2. What was the most interesting project you worked on there? 3. What is your emphasis in your master s work here at UF? 4.

More information

UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA

UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA 1 UNAVAILABILITY DOCUMENT UML MODEL AND SCHEMA 2017-01-27 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Table of Contents 1 Objective...

More information

! "# # $ % & ' ( ' )* ) & %*+ *

! # # $ % & ' ( ' )* ) & %*+ * !"# # # $ %&'( ' )*& %*+ %*+ text text text

More information

Custom Data Access with MapObjects Java Edition

Custom Data Access with MapObjects Java Edition Custom Data Access with MapObjects Java Edition Next Generation Command and Control System (NGCCS) Tactical Operations Center (TOC) 3-D Concurrent Technologies Corporation Derek Sedlmyer James Taylor 05/24/2005

More information

Network Service Interface Topology Representation

Network Service Interface Topology Representation GWD-R-P NSI-WG nsi-wg@ogf.org Jeroen van der Ham, UvA June 2013 Network Service Interface Topology Representation Status of This Document Group Working Draft (GWD), candidate Recommendations Proposed (R-P).

More information

Configuring a WMS Feature Source

Configuring a WMS Feature Source Configuring a WMS Feature Source Overview This document describes how to specify additional configuration options for a MapGuide WMS feature source (i.e., configuring the GetMap request that is generated

More information

[MS-TSWP]: Terminal Services Workspace Provisioning Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TSWP]: Terminal Services Workspace Provisioning Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TSWP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Qualys Cloud Suite API Release Notes

Qualys Cloud Suite API Release Notes Qualys Cloud Suite API Release Notes Version 2.28 Qualys Cloud Suite API gives you ways to integrate your programs and API calls with Qualys capabilities. You ll find all the details in our documentation,

More information

Allegato: AgibilitaRequest_V.1.1.xsd

Allegato: AgibilitaRequest_V.1.1.xsd Allegato: AgibilitaRequest_V.1.1.xsd

More information

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TMPLDISC]: Template Discovery Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TMPLDISC]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

REDISPATCH DOCUMENT UML MODEL AND SCHEMA

REDISPATCH DOCUMENT UML MODEL AND SCHEMA 1 REDISPATCH DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Table of Contents 1

More information

Apache UIMA Regular Expression Annotator Documentation

Apache UIMA Regular Expression Annotator Documentation Apache UIMA Regular Expression Annotator Documentation Written and maintained by the Apache UIMA Development Community Version 2.3.1 Copyright 2006, 2011 The Apache Software Foundation License and Disclaimer.

More information

Approaches to using NEMSIS V3 Custom Elements

Approaches to using NEMSIS V3 Custom Elements NEMSIS TAC Whitepaper Approaches to using NEMSIS V3 Custom Elements Date August 17, 2011 July 31, 2013 (added section Restrictions, page 11) March 13, 2014 ( CorrelationID now reads CustomElementID as

More information

Data Bus Client Interface Manager Interface Control Document

Data Bus Client Interface Manager Interface Control Document SunGuide SM : Data Bus Client Interface Manager Interface Control Document SunGuide-DB-CIM-ICD-1.0.0 Prepared for: Florida Department of Transportation Traffic Engineering and Operations Office 605 Suwannee

More information

TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA

TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA 1 TRANSMISSION NETWORK DOCUMENT UML MODEL AND SCHEMA 2017-01-27 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 Table of

More information

Digital Signage Network Playlog Standards

Digital Signage Network Playlog Standards Digital Signage Network Playlog Standards Version 1.1, August 23, 2006 Editor-In-Chief William Wu (DS-IQ) william.wu@ds-iq.com Editors Jeff Porter (Scala) jeff.porter@scala.com Steve Saxe (3M) sgsaxe@mmm.com

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA

REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA 1 REPORTING INFORMATION DOCUMENT UML MODEL AND SCHEMA 2018-11-08 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

More information

Columbia University R. Mahy, Ed. SIP Edge LLC November An INVITE-Initiated Dialog Event Package for the Session Initiation Protocol (SIP)

Columbia University R. Mahy, Ed. SIP Edge LLC November An INVITE-Initiated Dialog Event Package for the Session Initiation Protocol (SIP) Network Working Group Request for Comments: 4235 Category: Standards Track J. Rosenberg Cisco Systems H. Schulzrinne Columbia University R. Mahy, Ed. SIP Edge LLC November 2005 Status of this Memo An INVITE-Initiated

More information

SCHEDULE DOCUMENT UML MODEL AND SCHEMA

SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2017-01-19 DRAFT DOCUMENT FOR APPROVAL VERSION 1.0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

1 Adaptive Streaming Overview (Informative)

1 Adaptive Streaming Overview (Informative) 1 Adaptive Streaming Overview (Informative) Adaptive streaming is enabled by two main components: 1. A media format that can be delivered by an HTTP server as a sequence of Segments, each in response to

More information

Project Members: Aniket Prabhune Reenal Mahajan Mudita Singhal

Project Members: Aniket Prabhune Reenal Mahajan Mudita Singhal CS-5604 Information Storage and Retrieval Project Report Scenario/Class Diagram Synthesis (American South 2) Project Members: Aniket Prabhune (aprabhun@vt.edu) Reenal Mahajan (remahaja@vt.edu) Mudita Singhal

More information

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with

Document erratum applies to QosDevice:1. List other Erratum s or Documents that this change may apply to or have associated changes with Erratum Number: Document and Version: Cross References: QosDevice:1 Erratum Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to QosDevice:1 List other Erratum s or

More information

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions

Fall, 2005 CIS 550. Database and Information Systems Homework 5 Solutions Fall, 2005 CIS 550 Database and Information Systems Homework 5 Solutions November 15, 2005; Due November 22, 2005 at 1:30 pm For this homework, you should test your answers using Galax., the same XQuery

More information

Extensible Markup Language Processing

Extensible Markup Language Processing CHAPTER 2 Revised: June 24, 2009, This chapter describes the Extensible Markup Language (XML) process in the Common Object Request Broker Architecture (CORBA) adapter. XML and Components Along with XML,

More information

Brief guide for XML, XML Schema, XQuery for YAWL data perspective

Brief guide for XML, XML Schema, XQuery for YAWL data perspective Brief guide for XML, XML Schema, XQuery for YAWL data perspective Carmen Bratosin March 16, 2009 1 Data perspective in YAWL YAWL engine files are XML based. Therefore, YAWL uses XML for data perspective

More information

Manage Desktop Layout

Manage Desktop Layout You can define the layout of the Finesse desktop on the Desktop Layout tab. Important Requirements, such as processor speed and RAM, for clients that access the Finesse desktop can vary. Desktops that

More information

XML extensible Markup Language

XML extensible Markup Language extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1

Software Engineering Methods, XML extensible Markup Language. Tutorial Outline. An Example File: Note.xml XML 1 extensible Markup Language Eshcar Hillel Sources: http://www.w3schools.com http://java.sun.com/webservices/jaxp/ learning/tutorial/index.html Tutorial Outline What is? syntax rules Schema Document Object

More information

CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA

CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA 1 CAPACITY AUCTION SPECIFICATION DOCUMENT UML MODEL AND SCHEMA 2018-05-08 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

SCHEDULE DOCUMENT UML MODEL AND SCHEMA

SCHEDULE DOCUMENT UML MODEL AND SCHEMA 1 SCHEDULE DOCUMENT UML MODEL AND SCHEMA 2017-01-19 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table of Contents 1

More information

HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA

HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA 1 HISTORICAL ACTIVATION DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43

More information

TS SIGNATURE VALIDATION REPORT

TS SIGNATURE VALIDATION REPORT TS 119 102 2 SIGNATURE VALIDATION REPORT An introduction Presented by Peter Lipp for the esignature and eseal validation workshop, Jan 10 2018 Agenda Scope Relation to EN 319 102 1 Approach Report structure

More information

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA

RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 1 RESERVE ALLOCATION RESULT DOCUMENT UML MODEL AND SCHEMA 2019-02-12 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

More information

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA

IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 1 IMPLICIT AUCTION RESULT DOCUMENT UML MODEL AND SCHEMA 2018-05-08 DOCUMENT APPROVED 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table

More information

CAPACITY DOCUMENT UML MODEL AND SCHEMA

CAPACITY DOCUMENT UML MODEL AND SCHEMA 1 CAPACITY DOCUMENT UML MODEL AND SCHEMA 2017-01-03 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Table of Contents 1 Objective...

More information

Keio Virtual Sensor System based on Sensor- Over- XMPP

Keio Virtual Sensor System based on Sensor- Over- XMPP Keio Virtual Sensor System based on Sensor- Over- XMPP 1. Basic information Keio virtual sensor system is based on XMPP PubSub mechanism. Thus, we basically follow XMPP PubSub protocol (XEP- 0060: Publish-

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

BiTXml. M2M Communications Protocol. Rel

BiTXml. M2M Communications Protocol. Rel BiTXml M2M Communications Protocol Rel. 2.0.3 Last revision: 2009-11-03 Index FOREWORDS... 4 FOREWORDS TO THE SECOND EDITION... 4 CHANGES... 5 INTRODUCTION... 7 1. REFERENCE MODEL... 8 2. BITXML V2 PROTOCOL

More information

CONVERTING CONCEPTUAL MODEL XUML TO XML SCHEMA

CONVERTING CONCEPTUAL MODEL XUML TO XML SCHEMA CONVERTING CONCEPTUAL MODEL XUML TO XML SCHEMA XUEMIN ZHANG School of Computer and Information Science, Hubei Engineering University, Xiaogan 432000, Hubei, China ABSTRACT As XML has become the standard

More information

Cisco Unity Connection Notification Interface (CUNI) API

Cisco Unity Connection Notification Interface (CUNI) API Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018 Cisco Systems, Inc. All rights

More information

Introducing our First Schema

Introducing our First Schema 1 di 11 21/05/2006 10.24 Published on XML.com http://www.xml.com/pub/a/2000/11/29/schemas/part1.html See this if you're having trouble printing code examples Using W3C XML By Eric van der Vlist October

More information

DFP Mobile Ad Network and Rich Media API

DFP Mobile Ad Network and Rich Media API DFP Mobile Ad Network and Rich Media API v2.0, 12 June 2012 Background DFP Mobile is adopting a single open API for integrating with all ad networks and rich media vendors. This has the following benefits:

More information

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0

Customer Market Results Interface (CMRI) For RC Interface Specification. Version: 1.0.0 Customer Market Results Interface (CMRI) For RC Interface Specification Version: 1.0.0 November 1, 2018 Revision History Date Version Description 11/01/2018 1.0.0 Initial document release Page 2 of 10

More information

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Draft 1.0.2 6 January 2010 Specification URIs: This Version: Previous Version: [NA] Latest Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0.html

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; User Data Convergence (UDC); User Data Repository Access Protocol over the Ud interface;

More information

Using Inventory Export Guide

Using Inventory Export Guide Introducing Inventory Import and Export XML Using Inventory Export Guide To Manage Your Inventory Data Version 1.0 ADD TO CART XML API GUIDE 5/28/13 PAGE 1 Copyright 2013 Shopatron, Inc. Using Inventory

More information

ETSI TS V9.2.0 ( ) Technical Specification

ETSI TS V9.2.0 ( ) Technical Specification Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; User Data Convergence (UDC); User data repository access protocol

More information

Document Metadata: document technical metadata for digital preservation

Document Metadata: document technical metadata for digital preservation Document Metadata: document technical metadata for digital preservation By Carol Chou - Florida Digital Archive (FDA) Andrea Goethals - Harvard Library (HL) March 18, 2009 Rev. November 30, 2012 1 Table

More information

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 SIMPLE J. Rosenberg Internet-Draft dynamicsoft Expires: January 15, 2005 July 17, 2004 Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 Status

More information

RESERVE BID DOCUMENT UML MODEL AND SCHEMA

RESERVE BID DOCUMENT UML MODEL AND SCHEMA 1 RESERVE BID DOCUMENT UML MODEL AND SCHEMA 2018-03-08 APPROVED DOCUMENT 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Table of Contents

More information

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML Introduction Syntax and Usage Databases Java Tutorial November 5, 2008 Introduction Syntax and Usage Databases Java Tutorial Outline 1 Introduction 2 Syntax and Usage Syntax Well Formed and Valid Displaying

More information

RESERVE BID DOCUMENT UML MODEL AND SCHEMA

RESERVE BID DOCUMENT UML MODEL AND SCHEMA 1 RESERVE BID DOCUMENT UML MODEL AND SCHEMA 2017-01-10 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 Table of Contents 1 Objective...

More information

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen

Physician Data Center API API Specification. 7/3/2014 Federation of State Medical Boards Kevin Hagen 7/3/2014 Federation of State Medical Boards Kevin Hagen Revision Description Date 1 Original Document 2/14/2014 2 Update with Degree search field 7/3/2014 Overview The Physician Data Center (PDC) offers

More information

PISOA Interface Specification. Fall 2017 Release

PISOA Interface Specification. Fall 2017 Release PISOA Interface Specification Fall 2017 Release Version: 1.0 July 21, 2017 Revision History Date Version Description 07/21/2017 1.0 Initial document release related to the PISO Interfaces. RequestVERMeasurements

More information

VDS Service Broker APIs

VDS Service Broker APIs CHAPTER 2 This chapter describes the HTTPS RESTful APIs for VDS-SB and the XML schema. CDN Management API, page 2-1 BFQDN Management API BFQDN Policy API CDN Adaptation Policy API CDN Selection Policy

More information

Specifications for SHORT System Document Submission Service

Specifications for SHORT System Document Submission Service Specifications for SHOT System Document Submission Service Version 1.3 August 2015 Version 1.3 August 2015 1 evision History Version Date Major Changes 1.0 December 2010 Initial version. 1.1 February 2011

More information

!"#$%&'('$)*+,-.$/,-0'($12345$

!#$%&'('$)*+,-.$/,-0'($12345$ "#$%&'('$)*+,-.$/,-0'($12345$ "#$%&'('$)*+,-.$/,-0'($12345$ E*139;F*>@)*94G-0=*14H56IJ*99GA6;1*JE1*I010J5@KG+31LM13:*1GN3:>*9N3O*1GP311ON9**2*1 ()*+,(-./0120134506 #$#F>1956I406-;7 F*;Q01;G+A$'RS$ 87N7A7

More information

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification

[MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification [MS-OXWSSYNC]: Mailbox Contents Synchronization Web Service Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group E SUB-COMMITTEE ON NAVIGATION, COMMUNICATIONS AND SEARCH AND RESCUE 5th session Agenda item 4 21 ebruary 2018 Original: ENGLISH DISCLAIMER As at its date of issue, this document, in whole or in part, is

More information

Privacy and Personal Data Collection Disclosure. Legal Notice

Privacy and Personal Data Collection Disclosure. Legal Notice Privacy and Personal Data Collection Disclosure Certain features available in Trend Micro products collect and send feedback regarding product usage and detection information to Trend Micro. Some of this

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OTPCE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation Big Data Exercises Fall 2018 Week 8 ETH Zurich XML validation Reading: (optional, but useful) XML in a Nutshell, Elliotte Rusty Harold, W. Scott Means, 3rd edition, 2005: Online via ETH Library 1. XML

More information

Syntax XML Schema XML Techniques for E-Commerce, Budapest 2004

Syntax XML Schema XML Techniques for E-Commerce, Budapest 2004 Mag. iur. Dr. techn. Michael Sonntag Syntax XML Schema XML Techniques for E-Commerce, Budapest 2004 E-Mail: sonntag@fim.uni-linz.ac.at http://www.fim.uni-linz.ac.at/staff/sonntag.htm Michael Sonntag 2004

More information

7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja

7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja 7. XSD datoteke za dostavu podataka 7.1. Redovna datoteka sa slogovima koji se odnose na kupnje i prodaje valuta na tržištu stranih sredstava plaćanja

More information

Specifications for the EMMA Continuing Disclosure Submission Services

Specifications for the EMMA Continuing Disclosure Submission Services The Official Source for Municipal Disclosures and Market Data Specifications for the EMMA Continuing Disclosure Submission Services Version 1.8 emma.msrb.org Municipal Securities Rulemaking Board 1 Specifications

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXSHRMSG]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information