Message structure: Payment limit status (colr.mrl ) Description: Structure: Message component elements:

Size: px
Start display at page:

Download "Message structure: Payment limit status (colr.mrl ) Description: Structure: Message component elements:"

Transcription

1 Message structure: Payment limit status (colr.mrl ) Description: Message used to set, request the status of, or cancel a payment limit for a clearing member, sent by the payer agent. Message used to request the status of a payment limit sent by a clearing member. Message sent by a clearing member to kdpw_stream. Structure: No. or < XML Tag > Name Multiplicity 0 KDPWDocument KDPW system message [1..1] KDPWDocument 0.1 colr.mrl Payment limit status [1..n] colr.mrl GnlInf General information [1..1] GeneralInformation 1.1 SndrMsgRef Message reference generated by the sender [1..1] Max16Text 1.2 FuncOfMsg Function of message [1..1] FunctionOfMessage 1.3 CreDtTm Date of message creation [0..1] DateAndDateTimeChoice { lub Dt Date [1..1] ISODate lub } DtTm Date and time [1..1] ISODateTime 1.4 EligDt Eligibility date [1..1] ISODate 2 PmtLmtReqDtls Payment limit Details [1..1] PaymentLimitRequestDetails 2.1 KDPWMmbId Member identifier [1..1] KDPWMemberIdentifier 2.2 PngAgtId Payer agent identifier [1..1] KDPWMemberIdentifier 2.3 MmbLmt 2.4 CshTxTp Limit set by the payment agent Payment order identifier code [0..1] CurrencyAndAmount [1..1] Code4Text Message component : KDPWDocument- KDPW system message (element) Description KDPW system message KDPWDocument <xs:element name="kdpwdocument" ="KDPWDocument" /> Amount- Amount (simple type)

2 Description Amount Derivative of type: xs:decimal Min. Amount=0 Max. Amount= Number of decimal places=2 Number of characters=14 <xs:simple name="amount" > <xs:restriction base="xs:decimal" > <xs:mininclusive value="0" /> <xs:maxexclusive value=" " /> <xs:fractiondigits value="2" /> <xs:totaldigits value="14" /> </xs:simple> Code4Text-Qualifier (simple type) Description Qualifier, code Min. Length =4 Maks. Length =4 <xs:simple name="code4text" > <xs:whitespace value="collapse" /> <xs:minlength value="4" /> <xs:maxlength value="4" /> </xs:simple> CurrencyAndAmount- Amount and currency code (complex type) Description Amount and currency code Attributes Derivative of type: Amount Name Description Ccy currency code CurrencyCode <xs:complex name="currencyandamount" > <xs:simplecontent> <xs:extension base="amount" > < xs:attribute name="ccy" ="CurrencyCode" use="required" /> </xs:extension> </xs:simplecontent> </xs:complex> CurrencyCode- Currency code (simple type)

3 Description Currency code xs:pattern=[a-z]{3,3} <xs:simple name="currencycode" > <xs:pattern value="[a-z]{3,3}" /> </xs:simple> DateAndDateTimeChoice- Date and time (complex type) Description Date and time Dt DtTm <xs:complex name="dateanddatetimechoice" > <xs:choice > <xs:element name="dt" ="ISODate" /> <xs:element name="dttm" ="ISODateTime" /> </xs:choice> </xs:complex> DateAndDateTimeChoice/Dt- Date (element) Description Date ISODate <xs:element name="dt" ="ISODate" /> DateAndDateTimeChoice/DtTm- Date and time (element) Description Date and time ISODateTime <xs:element name="dttm" ="ISODateTime" /> FunctionOfMessage- Function of message (simple type) Description Function of message Kod NEWL CURL CANL Description Setting a new limit, it is mandatory to specify: KDPWMmbId, PngAgtId, MmbLmt, CshTxTp. Query about the current limit, it is mandatory to specify: KDPWMmbId, PngAgtId, CshTxTp. Cancelling an existing limit, it is mandatory to specify:

4 STAT KDPWMmbId, PngAgtId, MmbLmt, CshTxTp. Query about the current degree of utilisation of the limit, it is mandatory to specify: KDPWMmbId, PngAgtId, CshTxTp. <xs:simple name="functionofmessage" > <xs:enumeration value="newl" /> <xs:enumeration value="curl" /> <xs:enumeration value="canl" /> <xs:enumeration value="stat" /> </xs:simple> GeneralInformation- General information (complex type) Description General information of the message SndrMsgRef FuncOfMsg CreDtTm{0,1} EligDt <xs:complex name="generalinformation" > <xs:element name="sndrmsgref" ="Max16Text" /> <xs:element name="funcofmsg" ="FunctionOfMessage" /> <xs:element name="credttm" ="DateAndDateTimeChoice" minoccurs="0" /> <xs:element name="eligdt" ="ISODate" /> </xs:complex> GeneralInformation/SndrMsgRef- Sender message reference (element) Description Message reference generated by the sender Max16Text <xs:element name="sndrmsgref" ="Max16Text" /> GeneralInformation/FuncOfMsg- Function of message (element) Description Function of message FunctionOfMessage <xs:element name="funcofmsg" ="FunctionOfMessage" /> GeneralInformation/CreDtTm- Creation date and time (element) Description Creation date and time DateAndDateTimeChoice <xs:element name="credttm" ="DateAndDateTimeChoice" minoccurs="0" /> GeneralInformation/EligDt- Eligibility date (element) Description Eligibility date

5 ISODate <xs:element name="eligdt" ="ISODate" /> ISODate- Date (simple type) Description Date Derivative of type: xs:date <xs:simple name="isodate" > <xs:restriction base="xs:date" > </xs:simple> ISODateTime- Date and time (simple type) Description Date and time Derivative of type: xs:datetime <xs:simple name="isodatetime" > <xs:restriction base="xs:datetime" > </xs:simple> KDPWDocument- KDPW system messages (Complex type) Description KDPW system messages Attributes Name Description Sndr Sender KDPWMemberIdentifier Rcvr Receiver KDPWMemberIdentifier colr.mrl {1,unbounded} <xs:complex name="kdpwdocument" > <xs:element name="colr.mrl " ="colr.mrl " maxoccurs="unbounded" /> < xs:attribute name="sndr" ="KDPWMemberIdentifier" use="required" /> < xs:attribute name="rcvr" ="KDPWMemberIdentifier" use="required" /> </xs:complex> KDPWDocument/colr.mrl Payment limit status (element) Description Payment limit status colr.mrl <xs:element name="colr.mrl " ="colr.mrl " maxoccurs="unbounded" /> KDPWMemberIdentifier- KDPW Member identifier (simple type)

6 Description KDPW Member identifier Min. length=4 Maks. length=4 <xs:simple name="kdpwmemberidentifier" > <xs:whitespace value="collapse" /> <xs:minlength value="4" /> <xs:maxlength value="4" /> </xs:simple> Max16Text- Text (Simple type) Description Text, maximum length 16 characters Min. length=1 Maks. length=16 <xs:simple name="max16text" > <xs:minlength value="1" /> <xs:maxlength value="16" /> </xs:simple> Max16TextCollapse- Text (Simple type) Description Text, maximum length 16 characters Min. długość=1 Maks. długość=16 <xs:simple name="max16textcollapse" > <xs:whitespace value="collapse" /> <xs:minlength value="1" /> <xs:maxlength value="16" /> </xs:simple> PaymentLimitRequestDetails- Payment limit status (Complex type) Description Payment limit status KDPWMmbId PngAgtId

7 MmbLmt{0,1} CshTxTp <xs:complex name="paymentlimitrequestdetails" > <xs:element name="kdpwmmbid" ="KDPWMemberIdentifier" /> <xs:element name="pngagtid" ="KDPWMemberIdentifier" /> <xs:element name="mmblmt" ="CurrencyAndAmount" minoccurs="0" /> <xs:element name="cshtxtp" ="Code4Text" /> </xs:complex> PaymentLimitRequestDetails/KDPWMmbId- Member identifier (element) Description Member identifier KDPWMemberIdentifier <xs:element name="kdpwmmbid" ="KDPWMemberIdentifier" /> PaymentLimitRequestDetails/PngAgtId- Payer Agent identifier (element) Description Payer Agent identifier KDPWMemberIdentifier <xs:element name="pngagtid" ="KDPWMemberIdentifier" /> PaymentLimitRequestDetails/MmbLmt- Limit set by the Member (element) Description Limit set by the Member CurrencyAndAmount <xs:element name="mmblmt" ="CurrencyAndAmount" minoccurs="0" /> PaymentLimitRequestDetails/CshTxTp- Payment order identifier code (element) Description Payment order identifier code Code4Text <xs:element name="cshtxtp" ="Code4Text" /> colr.mrl Payment limit status (complex type) Description Payment limit status GnlInf PmtLmtReqDtls <xs:complex name="colr.mrl " > <xs:element name="gnlinf" ="GeneralInformation" /> <xs:element name="pmtlmtreqdtls" ="PaymentLimitRequestDetails" /> </xs:complex>

8 colr.mrl /gnlinf- General information (element) Description General information GeneralInformation <xs:element name="gnlinf" ="GeneralInformation" /> colr.mrl /pmtlmtreqdtls- Payment details (element) Description Payment details PaymentLimitRequestDetails <xs:element name="pmtlmtreqdtls" ="PaymentLimitRequestDetails" />

Message structure: Payment limit status (colr.mrs ) Description: Structure: Message component elements:

Message structure: Payment limit status (colr.mrs ) Description: Structure: Message component elements: Message structure: Payment limit status (colr.mrs.002.01) Description: Message used as notification that a payment limit has been set or cancelled or notification of the degree of utilisation of a limit.

More information

No. Or < XML Tag > Name Multiplicity Type. KDPW system message. General information. Sender message reference. Function of message

No. Or < XML Tag > Name Multiplicity Type. KDPW system message. General information. Sender message reference. Function of message Message structure: Margin settlement (colr.mrg.001.02) Description: Details of margin settlement. Structure: No. Or < XML Tag > Name Multiplicity 0 KDPWDocument KDPW system message [1..1] KDPWDocument

More information

Message used to send instructions to create new accounts and change details of existing accounts of members. KDPW system message. [1..

Message used to send instructions to create new accounts and change details of existing accounts of members. KDPW system message. [1.. Message structure: Account instruction (acmt.rqa.002.02) Description: Message used to send instructions to create new accounts and change details of existing accounts of members. Structure: No. or < XML

More information

System KDPW_TR. Message: Report processing and registration message (trar.sts )

System KDPW_TR. Message: Report processing and registration message (trar.sts ) System KDPW_TR Message: Report processing and registration message (trar.sts.001.03) Creation date: 30.11.2017 : Report processing and registration message Structure: Pos Or < XML Tag > Name Multiplicity

More information

kdpw_stream Struktura komunikatu: Raport do ARM (auth.rpt ) Data utworzenia: r.

kdpw_stream Struktura komunikatu: Raport do ARM (auth.rpt ) Data utworzenia: r. kdpw_stream Data utworzenia: 09.11.2017 r. : Raport transakcji do ARM Struktura: Lp. Lub < XML Tag > Nazwa Krotność 0 Document [1..1] Document 0.1 FinInstrmRptgTxRpt [1..1] FinancialInstrumentReportingTransactionReportV0

More information

Schema schema-for-json.xsd

Schema schema-for-json.xsd Schema schema-for-json.xsd schema location: attributeformdefault: elementformdefault: targetnamespace:..\schema-for-json.xsd qualified http://www.w3.org/2015/exi/json Elements Complex types Simple types

More information

PESC Compliant JSON Version /19/2018. A publication of the Technical Advisory Board Postsecondary Electronic Standards Council

PESC Compliant JSON Version /19/2018. A publication of the Technical Advisory Board Postsecondary Electronic Standards Council Version 0.5.0 10/19/2018 A publication of the Technical Advisory Board Postsecondary Electronic Standards Council 2018. All Rights Reserved. This document may be copied and furnished to others, and derivative

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

PESC Compliant JSON Version /04/2019

PESC Compliant JSON Version /04/2019 Version 1.0.0 02/04/2019 A publication of the Technical Advisory Board, 2018. This document is released and all use of it is controlled under Creative Commons, specifically under an Attribution- ShareAlike

More information

So far, we've discussed the use of XML in creating web services. How does this work? What other things can we do with it?

So far, we've discussed the use of XML in creating web services. How does this work? What other things can we do with it? XML Page 1 XML and web services Monday, March 14, 2011 2:50 PM So far, we've discussed the use of XML in creating web services. How does this work? What other things can we do with it? XML Page 2 Where

More information

Specifications for the Preliminary Official Statement Submission Service

Specifications for the Preliminary Official Statement Submission Service Specifications for the Preliminary Official Statement Submission Service Version 1.2 August 2015 1 EVISION HISTOY Version Date Major Changes 1.0 May 2011 Initial version. 1.1 July 2011 emove security types

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 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

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

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

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

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

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.5, August 2015 emma.msrb.org Municipal Securities Rulemaking

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

Specifications for the MSRB Primary Market Subscription Service

Specifications for the MSRB Primary Market Subscription Service The Official Source for Municipal Disclosures and Market Data Specifications for the MSRB Primary Market Subscription Service Version 1.5, January 2013 Effective May 2013 http://emma.msrb.org Revision

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

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

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

XMLSchema2ShEx: Converting XML validation to RDF validation

XMLSchema2ShEx: Converting XML validation to RDF validation Semantic Web 0 (0) 1 1 IOS Press XMLSchema2ShEx: Converting XML validation to RDF validation Herminio Garcia-Gonzalez a, Jose Emilio Labra-Gayo a, a Department of Computer Science, University of Oviedo,

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

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

XML Schema for WSML. Table of Contents

XML Schema for WSML. Table of Contents XML Schema for WSML Table of Contents Schema Document Properties Global Schema Components Element: wsml Element: importsontology Element: usesmediator Element: sharedvariables Element: precondition Element:

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

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

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

Área d Organització i Sistemes d Informació Centre de Sistemes d Informació Servei de desenvolupament SARA 600 MISSATGES XML

Área d Organització i Sistemes d Informació Centre de Sistemes d Informació Servei de desenvolupament SARA 600 MISSATGES XML Área d Organització i Sistemes d Informació Centre de Sistemes d Informació Servei de desenvolupament SARA 600 MISSATGES XML Data: 23-11-2011 INDICE 1.- Propòsit del document.... 3 2.- Descripció del missatge

More information

Using and defining new simple types. Basic structuring of definitions. Copyright , Sosnoski Software Solutions, Inc. All rights reserved.

Using and defining new simple types. Basic structuring of definitions. Copyright , Sosnoski Software Solutions, Inc. All rights reserved. IRIS Web Services Workshop II Session 1 Wednesday AM, September 21 Dennis M. Sosnoski What is XML? Extensible Markup Language XML is metalanguage for markup Enables markup languages for particular domains

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

Public Education Information Management System (PEIMS)

Public Education Information Management System (PEIMS) 2016-2017 Texas Education Data Standards (TEDS) Public Education Information Management System (PEIMS) Appendix 8.G Personal Enrollment Tracking (PET) Guidelines TSDS Unique ID Version October 14, 2016

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

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

MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA

MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA 1 MERIT ORDER LIST DOCUMENT UML MODEL AND SCHEMA 2017-02-24 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

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

Gemini API Specification

Gemini API Specification Gemini API Specification Copyright National Grid, all rights reserved. No part of this publication may by reproduced in any material form (including photocopying and restoring in any medium or electronic

More information

Technical requirements

Technical requirements ANNEX 1: TECHNICAL REQUIREMENTS Technical requirements 1. Introduction... 2 2. Overview of the import formalities section of the market access database... 2 2.1. Architecture... 2 2.2. The dataset... 2

More information

Infor Enterprise Server User Guide for Triggering

Infor Enterprise Server User Guide for Triggering Infor Enterprise Server User Guide for Triggering Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

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

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

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

Chapter 11 XML Data Modeling. Recent Development for Data Models 2016 Stefan Deßloch

Chapter 11 XML Data Modeling. Recent Development for Data Models 2016 Stefan Deßloch Chapter 11 XML Data Modeling Recent Development for Data Models 2016 Stefan Deßloch Motivation Traditional data models (e.g., relational data model) primarily support structure data separate DB schema

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

Overview of the EU ETS Reporting Language (XETL)

Overview of the EU ETS Reporting Language (XETL) Overview of the EU ETS Reporting Language (XETL) General The EU ETS Reporting Language is an electronic ing language supporting EU ETS Monitoring, Reporting and Validation (MRV) activities such as submitting

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

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

ENGINEERING COMMITTEE Digital Video Subcommittee

ENGINEERING COMMITTEE Digital Video Subcommittee ENGINEERING COMMITTEE Digital Video Subcommittee ANSI/SCTE 118-3 2006 Program-Specific Ad Insertion - Traffic System to Ad Insertion System File Format Specification NOTICE The Society of Cable Telecommunications

More information

Public Education Information Management System (PEIMS)

Public Education Information Management System (PEIMS) 2017-2018 Texas Education Data Standards (TEDS) Public Education Information Management System (PEIMS) Appendix 8.G Person Enrollment Tracking (PET) Guidelines TSDS Unique ID Version September 1, 2017

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

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

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

LEI Common Data File format V2.0

LEI Common Data File format V2.0 LEI Common Data File format V2.0 FINAL V2.0 2016-11-30 Contents 1. Introduction... 7 1.1. Audience for this document... 8 1.2. Status of this document... 8 1.3. Terminology and Typographical Conventions...

More information

A Language for Platform Independent Communication and Storage in Multiobjective Optimisation

A Language for Platform Independent Communication and Storage in Multiobjective Optimisation A Language for Platform Independent Communication and Storage in Multiobjective Optimisation Adam Berry School of Computing University of Tasmania Sandy Bay, Tasmania, Australia Adam.Berry@utas.edu.au

More information

Last week we saw how to use the DOM parser to read an XML document. The DOM parser can also be used to create and modify nodes.

Last week we saw how to use the DOM parser to read an XML document. The DOM parser can also be used to create and modify nodes. Distributed Software Development XML Schema Chris Brooks Department of Computer Science University of San Francisco 7-2: Modifying XML programmatically Last week we saw how to use the DOM parser to read

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

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

CSC503 Exam 2. Assume that the following functional dependencies beyond that of the primary key are valid:

CSC503 Exam 2. Assume that the following functional dependencies beyond that of the primary key are valid: CSC503 Exam 2 Name: Question 1 Assume that you have the following table: (OrderID, OrderDate, DeliveryDate, CustomerID, CustomerName, CustomerEmail, CustomerCity, CustomerState, CustomerZip, (ProductID,

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

Gistiskýrslur - Schema

Gistiskýrslur - Schema Statistics Iceland Borgartúni 21a IS-105 Reykjavík Iceland Gistiskýrslur - Schema Last updated: 13.2.2017 Owner Statistics Iceland Version 2.00 Author Sigurður Marísson sigurdur.marisson@statice.is Table

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

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

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

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

More information

U S E R G U I D E. Dow Jones Sanction Alert Cities & Ports XML Feed

U S E R G U I D E. Dow Jones Sanction Alert Cities & Ports XML Feed U S E R G U I D E Dow Jones Sanction Alert Cities & Ports XML Feed Revision: Date: 05 April 2017 Document history Revision Number Revision Date Summary of Changes 1.1 05-Apr-2017 Updated the document design

More information

Semantic Web. XML and XML Schema. Morteza Amini. Sharif University of Technology Fall 94-95

Semantic Web. XML and XML Schema. Morteza Amini. Sharif University of Technology Fall 94-95 ه عا ی Semantic Web XML and XML Schema Morteza Amini Sharif University of Technology Fall 94-95 Outline Markup Languages XML Building Blocks XML Applications Namespaces XML Schema 2 Outline Markup Languages

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

Using BRFplus with a Third-Party Rules Engine

Using BRFplus with a Third-Party Rules Engine Using BRFplus with a Third-Party Rules Engine Applies to: Business Rules Framework plus shipped with enhancement package 1 for SAP NetWeaver 7.0. Summary This document describes the implementation of a

More information

Price Modeling in Standards for Electronic Product Catalogs Based on XML

Price Modeling in Standards for Electronic Product Catalogs Based on XML Price Modeling in Standards for Electronic Product Catalogs Based on XML Oliver Kelkar (Speaker) Fraunhofer IAO, Germany Jörg Leukel Universiy of Essen, Germany Volker Schmitz Universiy of Essen, Germany

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

Mailtips Extensions to Web Service Protocol Specification

Mailtips Extensions to Web Service Protocol Specification [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 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

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

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

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

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

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

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

[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

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

WM Business API. Technical Specification. Date: 10/2012 Version: APITechSpecv1.4CRO0512. WorkMobile Business API 1. Technical Specification

WM Business API. Technical Specification. Date: 10/2012 Version: APITechSpecv1.4CRO0512. WorkMobile Business API 1. Technical Specification WM Business API Date: 10/2012 Version: APITechSpecv1.4CRO0512 WorkMobile Business API 1 Contents 1.0 Adding WMBAPI to your project 4 1.1 C# 4 1.2 Java 5 2.0 Connecting 5 2.1 C# 5 2.2 Java 5 3.0 Mobile

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

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

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

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

Disclosure to Promote the Right To Information

Disclosure to Promote the Right To Information इ टरन ट म नक Disclosure to Promote the Right To Information Whereas the Parliament of India has set out to provide a practical regime of right to information for citizens to secure access to information

More information

XML Schema Element and Attribute Reference

XML Schema Element and Attribute Reference E XML Schema Element and Attribute Reference all This appendix provides a full listing of all elements within the XML Schema Structures Recommendation (found at http://www.w3.org/tr/xmlschema-1/). The

More information

BBPS API Sepcifications

BBPS API Sepcifications BBPS API Sepcifications v11.0 BBPS API Sepcifications v11.0 Page 1 Table of Contents 1 Bill Fetch Request 4 Sample Bill Fetch Request API 4 Bill Fetch Request Tag Details 5 Bill Fetch Request XSD 6 2 Bill

More information

extensible Name Language (xnl) Specifications and Description Document

extensible Name Language (xnl) Specifications and Description Document extensible Name Language (xnl) Specifications and Description Document CHANGE HISTORY Status Version Date Author Summary of Changes Draft 1.0 1 March 2001 CIQ-TC Initial Draft Draft 1.1 17 May 2001 CIQ-TC

More information

Digilink service technical description (AUTHENTICATION AND PAYMENT PROCESSING INTERFACE) version 5.0,

Digilink service technical description (AUTHENTICATION AND PAYMENT PROCESSING INTERFACE) version 5.0, Digilink service technical description (AUTHENTICATION AND PAYMENT PROCESSING INTERFACE) Table of changes version 5.0, 15.06.2017 Date Protocol Version Description 2012.08.21 2.0 - Added "Target" field

More information

[MS-OXOUM]: Voice Mail and Fax Objects Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXOUM]: Voice Mail and Fax Objects Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXOUM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Introduction to XML Schema. The XML Schema language is also referred to as XML Schema Definition (XSD).

Introduction to XML Schema. The XML Schema language is also referred to as XML Schema Definition (XSD). 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 referred to as XML Schema Definition

More information

[MS-MSL]: Mapping Specification Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-MSL]: Mapping Specification Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-MSL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information