<xs:include schemalocation="rdmessage,ver14 for NatParas.xsd"/> <xs:include schemalocation="natparas3.xsd"/>

Size: px
Start display at page:

Download "<xs:include schemalocation="rdmessage,ver14 for NatParas.xsd"/> <xs:include schemalocation="natparas3.xsd"/>"

Transcription

1 <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" xmlns=" targetnamespace=" elementformdefault="qualified"> <xs:include schemalocation="rdmessage,ver14 for NatParas.xsd"/> <xs:include schemalocation="natparas3.xsd"/> <xs:simpletype name="date"> <xs:restriction base="xs:string"> <xs:pattern value="\d{4}(0[1-9] 1[012])(0[1-9] [12][0-9] 3[01])"/> </xs:restriction> </xs:simpletype> <xs:simpletype name="macaddress"> <xs:restriction base="xs:hexbinary"> <xs:length value="6"/> </xs:restriction> </xs:simpletype> <xs:simpletype name="username"> <xs:restriction base="xs:string"/> </xs:simpletype> <xs:complextype name="target"> <xs:element name="telephonypartyinformation" type="telephonypartyinformation"/> <xs:element name="telephonysubscriber" type="telephonysubscriber"/> <xs:complextype name="legalbasis"> <xs:element name="tkg_113" type="null" minoccurs="0"/> <xs:element name="stpo_100ab" type="null" minoccurs="0"/> <xs:element name="stpo_100g" type="null" minoccurs="0"/> <xs:element name="stpo_161_163" type="null" minoccurs="0"/> <xs:element name="g10" type="null" minoccurs="0"/> <xs:element name="bkag" type="null" minoccurs="0"/> <xs:element name="madg_10" type="null" minoccurs="0"/> <xs:element name="bverfschg_8" type="null" minoccurs="0"/> <xs:element name="baypag_34b" type="null" minoccurs="0"/> <xs:element name="polg_bw" type="null" minoccurs="0"/> <xs:element name="asog_25a" type="null" minoccurs="0"/> <xs:element name="bbpolg_33b" type="null" minoccurs="0"/> <xs:element name="hsog_15a" type="null" minoccurs="0"/> <xs:element name="sog_mv_34a" type="null" minoccurs="0"/> <xs:element name="nds_sog_33a" type="null" minoccurs="0"/> <xs:element name="polg_nrw" type="null" minoccurs="0"/> <xs:element name="pog_31" type="null" minoccurs="0"/> <xs:element name="spolg_28b" type="null" minoccurs="0"/> <xs:element name="saechspolg" type="null" minoccurs="0"/> <xs:element name="sog_lsa" type="null" minoccurs="0"/> <xs:element name="lvwg_185a" type="null" minoccurs="0"/> <xs:element name="pag_34a" type="null" minoccurs="0"/> <xs:element name="stgb_34" type="null" minoccurs="0"/> <xs:element name="stpo100j1_satz1_ivm_tkg113" type="null" minoccurs="0"/> <xs:element name="stpo100j1_satz2_ivm_tkg113" type="null" minoccurs="0"/> <xs:complextype name="warranttarget">

2 <!-- 'targetnumber' identifiziert ein Target in den Metadaten des warrantrequests --> <xs:element name="targetnumber" type="xs:integer"/> <xs:element name="target" type="target"/> <xs:element name="startdatetime" type="generalizedtime"/> <xs:element name="enddatetime" type="generalizedtime"/> <xs:element name="targettype"> <xs:element name="usagedata" type="usagedata"/> <xs:element name="subscriberdata" type="subscriberdata"/> <xs:element name="lawfulinterception" type="interceptioncriteria"/> <xs:element name="locating" type="locating"/> <xs:complextype name="warrant"> <xs:element name="warranttiff" type="xs:string"/> <xs:element name="warrantdate" type="date"/> <!-- Das Flag 'needsconfirmation' ist zu setzen, falls noch eine Bestätigung, wie bspw. bei einer Eilanordnung TKÜ, benötigt wird --> <xs:element name="needsconfirmation" type="null" minoccurs="0"/> <xs:element name="warranttargets"> <xs:sequence maxoccurs="unbounded"> <xs:element name="warranttarget" type="warranttarget"/> <xs:element name="legalbases"> <xs:sequence maxoccurs="unbounded"> <xs:element name="legalbasis" type="legalbasis"/> <xs:complextype name="usagedata"> <!-- Hier ist eine Auswahl zu treffen, ob die Anfrage den Telefondienst oder -datendienst betrifft, 'true' oder 'false' --> <xs:element name="telephonyservice" type="xs:boolean"/> <xs:element name="dataservice" type="xs:boolean"/> <xs:complextype name="requesteddata"> <xs:element name="pin" type="null" minoccurs="0"/> <xs:element name="puk" type="null" minoccurs="0"/> <xs:element name="billingmethod" type="null" minoccurs="0"/> <xs:element name="bankaccount" type="null" minoccurs="0"/> <xs:element name="billingaddress" type="null" minoccurs="0"/> <xs:element name="contractperiod" type="null" minoccurs="0"/> <xs:element name="other" type="xs:string" minoccurs="0"/> <!-- Das Feld 'other' ist ein Freitextfeld -->

3 <xs:complextype name="subscriberdata"> <xs:element name="requesteddata" type="requesteddata" minoccurs="0"/> <xs:complextype name="locating"> <xs:element name="msisdn" type="partynumber"/> <xs:element name="imsi" type="imsi" minoccurs="0"/> <xs:element name="vlr" type="partynumber" minoccurs="0"/> <xs:complextype name="radiostructure"> <!-- Da alle Parameter in den Feldern von ETSI TS übermittelt werden, bleibt dieser Datentyp leer --> <xs:complextype name="interceptioncriteria"> <!-- Für IRI-only müssen die folgenden 3 Elemente auf 'false' gesetzt werden --> <xs:element name="interceptvoice" type="xs:boolean"/> <xs:element name="interceptdata" type="xs:boolean"/> <xs:element name="interceptidlemodehandover" type="xs:boolean" minoccurs="0"/> <xs:complextype name="monitoringcenter"> <xs:element name="destinationnumber" type="partynumber" minoccurs="0"/> <xs:element name="ipaddress" type="ipaddress" minoccurs="0"/> <xs:element name="portnumber" type="xs:integer" minoccurs="0"/> <xs:element name="ftpaddress" type="xs:string" minoccurs="0"/> <xs:element name="ftpusername" type="xs:string" minoccurs="0"/> <xs:element name="ftppassword" type="xs:string" minoccurs="0"/> <xs:element name="x25address" type="partynumber" minoccurs="0"/> <xs:element name="x31address" type="partynumber" minoccurs="0"/> <xs:complextype name="activation"> <xs:element name="target" type="target"/> <xs:element name="liid" type="xs:string" minoccurs="0"/> <xs:element name="interceptioncriteria" type="interceptioncriteria"/> <xs:element name="monitoringcenter" type="monitoringcenter"/> <xs:element name="startdatetime" type="generalizedtime" minoccurs="0"/> <xs:element name="enddatetime" type="generalizedtime"/> <xs:complextype name="renewal"> <xs:element name="liid" type="xs:string"/> <xs:element name="enddatetime" type="generalizedtime"/> <xs:complextype name="modification"> <xs:element name="liid" type="xs:string"/> <xs:element name="newliid" type="xs:string" minoccurs="0"/> <xs:element name="newinterceptioncriteria" type="interceptioncriteria" minoccurs=

4 "0"/> <xs:element name="newmonitoringcenter" type="monitoringcenter" minoccurs="0"/> <xs:complextype name="deactivation"> <xs:element name="liid" type="xs:string"/> <xs:element name="enddatetime" type="generalizedtime" minoccurs="0"/> <xs:complextype name="lawfulinterception"> <xs:element name="activation" type="activation"/> <xs:element name="renewal" type="renewal"/> <xs:element name="modification" type="modification"/> <xs:element name="deactivation" type="deactivation"/> <xs:complextype name="nationaltelephonypartyinformation"> <xs:element name="countrycode" type="xs:string" default="de"/> <xs:element name="headerid" type="xs:string"/> <xs:element name="partynumberakue" type="xs:string" minoccurs="0"/> <xs:element name="voipid" type="xs:string" minoccurs="0"/> <xs:element name="lineid" type="xs:string" minoccurs="0"/> <xs:element name="username" type="username" minoccurs="0"/> <xs:element name="postboxaddress" type="xs:string" minoccurs="0"/> <xs:element name="macaddress" type="macaddress" minoccurs="0"/> <xs:element name="ipaddress" type="ipaddress" minoccurs="0"/> <xs:complextype name="nationalrequestparameters"> <xs:element name="countrycode" type="xs:string" default="de"/> <xs:element name="headerid" type="xs:string"/> <xs:element name="referencedrequestnumber" type="xs:string" minoccurs="0"/> <xs:element name="targetnumber" type="xs:integer" minoccurs="0"/> <xs:element name="groupid" type="xs:string" minoccurs="0"/> <xs:element name="additionalinformation" type="xs:string" minoccurs="0"/> <xs:element name="requestdetails"> <xs:element name="warrant" type="warrant"/> <xs:element name="usagedata" type="usagedata"/> <xs:element name="subscriberdata" type="subscriberdata"/> <xs:element name="locating" type="locating"/> <xs:element name="radiostructure" type="radiostructure"/> <xs:element name="lawfulinterception" type="lawfulinterception"/> <xs:element name="compensation" type="compensation"/> <xs:complextype name="jveg2013"> <!-- Datentypen für die Geltendmachung von Entschädigungsansprüchen -->

5 <xs:element name="jveg_nummer_100" type="null"/> <xs:element name="jveg_nummer_101" type="null"/> <xs:element name="jveg_nummer_102" type="null"/> <xs:element name="jveg_nummer_103" type="null"/> <xs:element name="jveg_nummer_104" type="null"/> <xs:element name="jveg_nummer_105" type="null"/> <xs:element name="jveg_nummer_106" type="null"/> <xs:element name="jveg_nummer_107" type="null"/> <xs:element name="jveg_nummer_108" type="null"/> <xs:element name="jveg_nummer_109" type="null"/> <xs:element name="jveg_nummer_110" type="null"/> <xs:element name="jveg_nummer_111" type="null"/> <xs:element name="jveg_nummer_112" type="null"/> <xs:element name="jveg_nummer_113" type="null"/> <xs:element name="jveg_nummer_200" type="null"/> <xs:element name="jveg_nummer_201" type="null"/> <xs:element name="jveg_nummer_300" type="null"/> <xs:element name="jveg_nummer_301" type="null"/> <xs:element name="jveg_nummer_302" type="null"/> <xs:element name="jveg_nummer_303" type="null"/> <xs:element name="jveg_nummer_304" type="null"/> <xs:element name="jveg_nummer_305" type="null"/> <xs:element name="jveg_nummer_306" type="null"/> <xs:element name="jveg_nummer_307" type="null"/> <xs:element name="jveg_nummer_308" type="null"/> <xs:element name="jveg_nummer_309" type="null"/> <xs:element name="jveg_nummer_310" type="null"/> <xs:element name="jveg_nummer_311" type="null"/> <xs:element name="jveg_nummer_312" type="null"/> <xs:element name="jveg_nummer_313" type="null"/> <xs:element name="jveg_nummer_314" type="null"/> <xs:element name="jveg_nummer_315" type="null"/> <xs:element name="jveg_nummer_316" type="null"/> <xs:element name="jveg_nummer_400" type="null"/> <xs:element name="jveg_nummer_401" type="null"/> <xs:complextype name="compensationitem"> <xs:element name="requestnumber" type="xs:string"/> <!-- Nummer des Data-, Aktivierungs- oder Renewal-Requests --> <xs:element name="groupid" type="xs:string" minoccurs="0"/> <xs:element name="jveg2013" type="jveg2013"/> <xs:element name="rebate" type="xs:boolean"/> <!-- Angabe, ob 20% Rabatt zutrifft, 'true' oder 'false' --> <xs:element name="quantity" type="xs:integer"/> <!-- Außer in Fällen wie bspw. Leitungskosten, ist die Menge gewoehnlich immer '1' --> <xs:element name="price" type="xs:double"/> <!-- Preis und Menge inkl. Rabatt--> <xs:element name="comment" type="xs:string" minoccurs="0"/> <xs:complextype name="compensation"> <xs:element name="compensationname" type="xs:string"/> <xs:element name="compensation">

6 <xs:sequence minoccurs="0" maxoccurs="unbounded"> <xs:element name="compensationitem" type="compensationitem"/> </xs:schema>

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

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

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

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

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

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

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

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

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

QosManager:1. For UPnP Version 1.0 Date: March 10th, 2005

QosManager:1. For UPnP Version 1.0 Date: March 10th, 2005 QosManager:1 For UPnP Version 1.0 Date: March 10th, 2005 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of the UPnP Forum, pursuant to Section 2.1(c)(ii) of the

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

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

Notes. Any feedback/suggestions? IS 651: Distributed Systems

Notes. Any feedback/suggestions? IS 651: Distributed Systems Notes Grading statistics Midterm1: average 10.60 out of 15 with stdev 2.22 Total: average 15.46 out of 21 with stdev 2.80 A range: [18.26, 23] B range: [12.66, 18.26) C or worse range: [0, 12.66) The curve

More information

Solution Sheet 5 XML Data Models and XQuery

Solution Sheet 5 XML Data Models and XQuery The Systems Group at ETH Zurich Big Data Fall Semester 2012 Prof. Dr. Donald Kossmann Prof. Dr. Nesime Tatbul Assistants: Martin Kaufmann Besmira Nushi 07.12.2012 Solution Sheet 5 XML Data Models and XQuery

More information

Allegato: AgibilitaRequest_V.1.1.xsd

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

More information

Validation Language. GeoConnections Victoria, BC, Canada

Validation Language. GeoConnections Victoria, BC, Canada Validation Language Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria, BC, V8W-2E7

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

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

LGBl. Nr. 135/ ausgegeben am 30. November von 11

LGBl. Nr. 135/ ausgegeben am 30. November von 11 LGBl. Nr. 135/2015 - ausgegeben am 30. November 2015 1 von 11 Anlage 2/2 zur Verordnung der Oö. Landesregierung, mit der das Moor bei Mitterhölbling in der Gemeinde St. Georgen am Walde als Naturschutzgebiet

More information

The Instant Order Processing Notification API Guide

The Instant Order Processing Notification API Guide The Instant Order Processing Notification API Guide A reference guide for developers who want to automate order notifications with their Checkout by Amazon orders. The Instant Order Processing Notification

More information

Instant Order Notification API Guide

Instant Order Notification API Guide Instant Order Notification API Guide A reference guide for developers who want to automate order notifications. Steve Matlock Annika Munz 2 Checkout by Amazon Introduction Checkout by Amazon TOC 3 Contents

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-OXWMT]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

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

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

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

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

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

VDA Annex A KBL XML Schema

VDA Annex A KBL XML Schema VDA-Recommendation 4964 Annex A 1 st Edition, November 2005 Page 1 of 20 Harness Description List (KBL) VDA Annex A KBL XML Schema 4964 This current recommendation is not binding and describes the information

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

QVX File Format and QlikView Custom Connector

QVX File Format and QlikView Custom Connector QVX File Format and QlikView Custom Connector Contents 1 QVX File Format... 2 1.1 QvxTableHeader XML Schema... 2 1.1.1 QvxTableHeader Element... 4 1.1.2 QvxFieldHeader Element... 5 1.1.3 QvxFieldType Type...

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

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

PRELIMINARY. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-OXWSTASK]: Tasks Web Service Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation

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

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

Gebietsabgrenzung Koordinatenbezogene Grenzen des Europaschutzgebiets "Pfeiferanger" im GML-Standard

Gebietsabgrenzung Koordinatenbezogene Grenzen des Europaschutzgebiets Pfeiferanger im GML-Standard Anlage 2 zur Verordnung der Oö. Landesregierung, mit der das Gebiet "Pfeiferanger" als Europaschutzgebiet bezeichnet und mit der ein Landschaftspflegeplan für dieses Gebiet erlassen wird, LGBl.Nr. 22/2011

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

Big Data Fall Data Models

Big Data Fall Data Models Ghislain Fourny Big Data Fall 2018 11. Data Models pinkyone / 123RF Stock Photo CSV (Comma separated values) This is syntax ID,Last name,first name,theory, 1,Einstein,Albert,"General, Special Relativity"

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

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

[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

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

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-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015 SMKI Repository Interface Design Specification DCC Public Page 1 of 21 Contents 1 Introduction 3 1.1 Purpose and Scope 3 1.2 Target Response Times 3 2 Interface Definition 4 2.1 SMKI Repository Portal

More information

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

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

More information

[MS-OXWMT]: Mail Tips Web Service Extensions. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWMT]: Mail Tips Web Service Extensions. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWMT]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28

XML Schema. Mario Alviano A.Y. 2017/2018. University of Calabria, Italy 1 / 28 1 / 28 XML Schema Mario Alviano University of Calabria, Italy A.Y. 2017/2018 Outline 2 / 28 1 Introduction 2 Elements 3 Simple and complex types 4 Attributes 5 Groups and built-in 6 Import of other schemes

More information

Positioning Additional Constraints

Positioning Additional Constraints Positioning Additional Constraints Issue XML Schema 1.1 allows additional constraints to be imposed on elements and attributes, above and beyond the constraints specified by their data type. Where should

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

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

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

CSC503 Exam 2. (AnimalID, VisitDate, OwnerID, AnimalName, OwnerName, AnimalDOB, OwnerPhone, Diagnosis, Cost, VetID, VetName)

CSC503 Exam 2. (AnimalID, VisitDate, OwnerID, AnimalName, OwnerName, AnimalDOB, OwnerPhone, Diagnosis, Cost, VetID, VetName) CSC503 Exam 2 Name: Question 1 Assume that you have the following table: (AnimalID, VisitDate, OwnerID, AnimalName, OwnerName, AnimalDOB, OwnerPhone, Diagnosis, Cost, VetID, VetName) Assume that the following

More information

This main body of this document describes the recommended practices with a particular focus on problems (1) and (4).

This main body of this document describes the recommended practices with a particular focus on problems (1) and (4). MISB RP 1204 Recommended Practice Motion Imagery Identification System (MIIS) June 7 th 2012 1 Scope Motion imagery data is generated by many different sensors, distributed across many different networks

More information

Topic 1 Code Reviewers 2 APT Developer Primer 3 Schemas 3.1 Nirspec xsd 3.2 NirspecFixedSlitSpectroscopy xsd 3.3 NirspecIFUSpectrocopy xsd 3.

Topic 1 Code Reviewers 2 APT Developer Primer 3 Schemas 3.1 Nirspec xsd 3.2 NirspecFixedSlitSpectroscopy xsd 3.3 NirspecIFUSpectrocopy xsd 3. NirSpec_TFI Code Review TOC.oo3 Topic 1 Code Reviewers 2 APT Developer Primer 3 Schemas 3.1 Nirspec xsd 3.2 NirspecFixedSlitSpectroscopy xsd 3.3 NirspecIFUSpectrocopy xsd 3.4 NirspecMOS xsd 3.5 NirspecDark

More information

edmr2.0 XML Documentation Last Updated: 5/12/2010

edmr2.0 XML Documentation Last Updated: 5/12/2010 edmr2.0 XML Documentation Last Updated: 5/12/2010 Versions edmr2.0 vs edmr1.0 To differentiate between the old and new edmr versions we have designated the original version as edmr1.0 and the latest version

More information

User guide for. GanttViewer. Tomas Skalicky

User guide for. GanttViewer. Tomas Skalicky User guide for GanttViewer 2008-07-24 User guide for GanttViewer 2 Contents Chapter 1: Before you begin Preface................................................................. 3 Chapter 2: Start and exit

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

Gebietsabgrenzung Koordinatenbezogene Grenzen des Naturschutzgebietes "Ettenau II" im GML-Standard

Gebietsabgrenzung Koordinatenbezogene Grenzen des Naturschutzgebietes Ettenau II im GML-Standard Anlage 2/1 zur Verordnung der Oö. Landesregierung, mit der das Gebiet "Ettenau II" als Naturschutzgebiet festgestellt und mit der ein Landschaftspflegeplan für dieses Gebiet erlassen wird, LGBl.Nr. 49/2011

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-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

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

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

Big Data 9. Data Models

Big Data 9. Data Models Ghislain Fourny Big Data 9. Data Models pinkyone / 123RF Stock Photo 1 Syntax vs. Data Models Physical view Syntax this is text. 2 Syntax vs. Data Models a Logical view

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-WMS]: 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

Big Data for Engineers Spring Data Models

Big Data for Engineers Spring Data Models Ghislain Fourny Big Data for Engineers Spring 2018 11. Data Models pinkyone / 123RF Stock Photo CSV (Comma separated values) This is syntax ID,Last name,first name,theory, 1,Einstein,Albert,"General, Special

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

3GPP TS V8.2.0 ( )

3GPP TS V8.2.0 ( ) TS 24.623 V8.2.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Fabasoft Integration for Novell GroupWise. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Fabasoft Integration for Novell GroupWise Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software names used

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

Information Document Wind and Solar Power Forecasting ID # R

Information Document Wind and Solar Power Forecasting ID # R Information Documents are not authoritative. Information Documents are for information purposes only and are intended to provide guidance. In the event of any discrepancy between an Information Document

More information

4 Building a Data Exchange Connector

4 Building a Data Exchange Connector 4 Building a Data Exchange Connector A Data Exchange Connector is a JMS server-based integration vehicle that helps you to build a bi-directional data exchange setup between Enterprise Manager and other

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

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

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

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

[MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification

[MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification [MS-WORDSSP]: Word Automation Services Stored Procedures Protocol Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

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

[MS-TSWS]: Translation Services Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-TSWS]: Translation Services Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-TSWS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

[MS-OXWSXPROP]: Extended Properties Structure. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSXPROP]: Extended Properties Structure. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSXPROP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

PTC Integrity 10.7 Web Services Reference

PTC Integrity 10.7 Web Services Reference PTC Integrity 10.7 Web Services Reference PTC Integrity 10.7 Web Services Reference Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

Deploying Axis in Mission-Critical Environments

Deploying Axis in Mission-Critical Environments Deploying Axis in Mission-Critical Environments Eugene Ciurana eugenex@walmart.com http://eugeneciurana.com Deploying Apache Axis in Mission-Critical Applications When should I suggest web services? When

More information

WORKSHARE COMPARE SERVER 8 Developer Guide

WORKSHARE COMPARE SERVER 8 Developer Guide WORKSHARE COMPARE SERVER 8 Developer Guide July 2016 Workshare Compare Server Developer Guide Company Information Workshare Compare Server Developer Guide Workshare Ltd. (UK) 20 Fashion Street London E1

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

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-QDEFF]: Query Definition File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-QDEFF]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release

Automated Load Forecast System (ALFS) Interface Specification. Fall 2017 Release Automated Load Forecast System (ALFS) Interface Specification Fall 2017 Release Version: 1.1 March 27, 2017 Revision History Date Version Description 03/01/2017 1.0 Initial document release related to

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

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

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

SYNDICATING HIERARCHIES EFFECTIVELY

SYNDICATING HIERARCHIES EFFECTIVELY SDN Contribution SYNDICATING HIERARCHIES EFFECTIVELY Applies to: SAP MDM 5.5 Summary This document introduces hierarchy tables and a method of effectively sending out data stored in hierarchy tables. Created

More information

extensible Markup Language

extensible Markup Language What is XML? The acronym means extensible Markup Language It is used to describe data in a way which is simple, structured and (usually) readable also by humans Developed at the end of the ninenties by

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

Semantic Annotations for WSDL and XML Schema

Semantic Annotations for WSDL and XML Schema Page 1 of 16 Semantic Annotations for WSDL and XML Schema W3C Recommendation 28 August 2007 This version: Latest version: http://www.w3.org/tr/sawsdl/ Previous version: http://www.w3.org/tr/2007/pr-sawsdl-20070705/

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

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