Markets Data API Reference

Size: px
Start display at page:

Download "Markets Data API Reference"

Transcription

1 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 1 Markets Data API Reference API: REST v1.5, SOAP v2.3 Document: v19 Status: For Release

2 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 2 Contents Introduction... 6 Versioning & Release... 6 Locations... 7 Parameters... 7 Response... 8 XML Schema... 8 Soap Envelope XML Schema Soap Encoding XML Schema SDMX Common XML Schema SDMX Message XML Schema SDMX Generic XML Schema SDMX Query XML Schema SDMX Cross XML Schema SDMX Compact XML Schema SDMX Structure XML Schema SDXML Securities Lending XML Schema SDXML Securities Lending Totals XML Schema SDXML TOMO XML Schema SDXML FX Rates XML Schema SDXML CPFF Rates XML Schema SDXML TSLF Rates XML Schema SDXML OBFR EFFR SDXML Structure SDXML OBFR EFFR XML Schema SDXML OBFR EFFR Common XML Schema CSV and Excel Formats Authentication Method List Primary Dealer Methods SOMA Methods... 85

3 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 3 SOMA MBS Methods SOMA Non MBS Methods POMO Methods TOMO Methods Securities Lending Methods FX Rates Methods CPFF Methods TSLF Methods EFFR Methods OBFR Methods Conventions Terminology Data Types RSS Feeds Reference Primary Dealer Methods pd/get/menu.[format] pd/list/seriesbreaks.[format] pd/list/timeseries.[format] pd/get/[seriesbreak]/asof/[date].[format] pd/get/[seriesbreak]/series/[timeseries].[format] pd/get /all/timeseries.[format].zip SOMA Methods soma/summary.[format] SOMA MBS Methods soma/mbs/list/release.[format] soma/mbs/list/asof.[format] soma/mbs/get/release_log.[format] soma/mbs/get/release/[date].[format] soma/mbs/get/asof/[date].[format] soma/mbs/get/cusip/[cusip].[format] soma/mbs/get/quarterly.[format]... 96

4 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 4 SOMA Non MBS Methods soma/non mbs/list/release.[format] soma/non mbs/list/asof.[format] soma/non mbs/get/release_log.[format] soma/non mbs/get/[ SECURITYTYPE]/release/[DATE].[FORMAT] soma/non mbs/get/[securitytype]/asof/[date].[format] soma/non mbs/get/cusip/[cusip].[format] soma/non mbs/get/monthly.[format] POMO Methods pomo/[operation]/[recordtype]/[reporttype]/latest.[format] pomo/[operation]/results/[reporttype]/lasttwoweeks.[format] pomo/[operation]/results/[reporttype]/search.[format] pomo/[operation]/results/[reporttype]/last/[lastamount].[format] TOMO Methods gettomo gettomoupdates getlastntomo Securities Lending Methods getsecuritieslending getlastnsecuritieslending getsecuritieslendingupdates TSLF Methods gettslf getlastntslf gettslfupdates gettslfonedate CPFF Methods getcpff getlastncpff getcpffonedate FX Rates Methods getalllatestnoonrates

5 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 5 getlatestnoonrate getnoonrates getallnoonrates EFFR Methods retrieve retrievelastn OBFR Methods retrieve retrievelastn

6 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 6 Introduction The Markets Data API provides an API for external users and applications to request data from the Federal Reserve Bank of New York about the System Open Market Account Holdings, Primary Dealer, Temporay Open Market Operations(TOMO) and Securities Lending data. The API is architected using either a SOAP interface or a RESTful interface, with structured semantic URLs. As these APIs are intended to be consumed by a variety of systems, the data they return is in multiple formats. Versioning & Release Rest. The Market Operations API will be versioned with a numeric version number consisting of 3 (three) integers representing the major, minor and release number in the form of Major.Minor.Release, for example or Each change of the numbers will be in increments of 1 (one), with the lesser significant numbers resetting to 0 (zero) at changes in Major and Minor numbers. Details on the significance and meaning of changes in each number are detailed below. Soap: The Market Autorates Operations API will be versioned with a numeric version number in the url. The first number is major.. the second is minor. Here is an example. The 3 is the major release number and the 0 is a minor release number. Changes in Release numbers Will maintain backward compatibility Should consist of bug fixes to be consistent with the published specification Will not contain additions or changes to the API Will not necessarily coincide with a new API specification Changes in Minor numbers Will maintain backward compatibility May include bug fixes May include additions or changes to the API such as additional functionality, parameters or fields data while maintaining backward compatibility Will be released with a new API specification Changes in Major numbers

7 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 7 Does not maintain backward compatibility May include bug fixes Will include additions or changes to the API such as additional or changes to functionality, parameters or fields data that will not maintain backward compatibility Will be released with a new API specification Locations Rest: The APIs are available via HTTP. The base URL of the API is: For example to call soma/mbs/list/release use: For example to call pd/rss/release.xml use: Soap: TOMO Securities Lending TSLF CPFF FX Rates Parameters Rest: Each method of the API may be offered in multiple formats according to its specification. The format is specified via a file extension on the method s URL and is Parameters to the API are sent via query string parameters in the standardized form: Each parameter is sent in a name value pair The name and value should be separated by an equals (=) sign and may be omitted if the value is blank. The set of name value pairs should be separated by an ampersand (&)

8 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 8 In some cases the API may specify required parameters to the method as part of the path. In these cases, you may replace the placeholder with the respective value in as noted. For example, in the case of: soma/mbs/get/release/[date].[format] A sample request may be: soma/mbs/get/release/ xml Further details of parameters may be required or optional according to the method s specification in this document. Soap: Each method of the api uses SOAP for both the request and response. Parameters to the API are sent using standard xml. As with any qualified xml the namespaces of the operation you are calling must be used for each request. Further details of parameters that may be required or optional according to the method s specification in this document. Response Rest: The standard HTTP response codes will be used to handle high level error conditions from the API. A 200 response will be the normal case. If the requested item is not found, a 404 respond will be returned. Soap: A client can either get the SOAP response intended or a SOAP fault if there is an error. A typical SOAP response will be a String. The String will contain a complete XML document detailing the result. XML Schema Rest: The following is the current XML schema for the XML formatted response.

9 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 9 <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" <xs:element name="markets" type="marketstype"></xs:element> <xs:complextype name="marketstype"> <xs:all> <xs:element name="soma" type="somatype" maxoccurs="1" minoccurs="0"></xs:element> <xs:element name="pd" type="pdtype" maxoccurs="1" minoccurs="0"></xs:element> <xs:element name="error" type="errortype" maxoccurs="1" minoccurs="0"></xs:element> </xs:all> <xs:complextype name="errortype"> <xs:all> <xs:element name="code" type="xs:integer" maxoccurs="1" minoccurs="1"></xs:element> <xs:element name="message" type="xs:string" maxoccurs="1" minoccurs="1"></xs:element> </xs:all> <xs:complextype name="somatype"> <xs:element name="nonmbs" type="nonmbstype" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="mbs" type="mbstype" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="summary" type="summarytype" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:complextype name="pdtype"> <xs:element name="asofdate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="releasedate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="asofdates" type="asofdatesdetails" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="timeseries" type="timeseriesdetails" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="seriesbreaks" type="seriesbreaksdetails" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="asofdate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="seriesbreak" type="xs:string" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="asofdatedata" type="asofdatelist" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:element name="timeseriesdata" type="timeserieslist"

10 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 10 minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="pddata"> <xs:all> <xs:element name="asofdate" type="xs:date"></xs:element> <xs:element name="timeseries" type="xs:string"></xs:element> <xs:element name="value" type="xs:decimal"></xs:element> </xs:all> <xs:complextype name="asofdetail"> <xs:all> <xs:element name="asofdate" type="xs:date"></xs:element> <xs:element name="seriesbreak" type="xs:string"></xs:element> </xs:all> <xs:complextype name="timeseriesdetail"> <xs:all> <xs:element name="timeseries" type="xs:string"></xs:element> <xs:element name="seriesbreak" type="xs:string"></xs:element> <xs:element name="description" type="xs:string"></xs:element> </xs:all> <xs:complextype name="seriesbreakdetail"> <xs:all> <xs:element name="label" type="xs:string"></xs:element> <xs:element name="seriesbreak" type="xs:string"></xs:element> <xs:element name="startdate" type="xs:date"></xs:element> <xs:element name="enddate" type="xs:date"></xs:element> </xs:all> <xs:complextype name="asofdatelist"> <xs:element name="data" type="pddata" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="timeserieslist"> <xs:element name="data" type="pddata" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="asofdatesdetails">

11 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 11 <xs:element name="data" type="asofdatedetail" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="timeseriesdetails"> <xs:element name="data" type="timeseriesdetail" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="seriesbreaksdetails"> <xs:element name="data" type="seriesbreakdetail" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="nonmbstype"> <xs:element name="releasedate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="asofdate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="holding" type="nonmbsholdingtype" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="mbstype"> <xs:element name="releasedate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="asofdate" type="xs:date" maxoccurs="unbounded" minoccurs="0"></xs:element> <xs:element name="holding" type="mbsholdingtype" minoccurs="0" maxoccurs="unbounded"></xs:element> <xs:complextype name="nonmbsholdingtype"> <xs:all> <xs:element name="asofdate" type="xs:date"></xs:element> <xs:element name="maturitydate" type="xs:date"></xs:element> <xs:element name="cusip" type="xs:string"></xs:element> <xs:element name="issuer" type="xs:string"></xs:element> <xs:element name="coupon" type="xs:decimal"></xs:element> <xs:element name="spread" type="xs:decimal"></xs:element> <xs:element name="parvalue" type="xs:decimal"></xs:element>

12 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 12 <xs:element name="inflationcompensation" type="xs:decimal"></xs:element> <xs:element name="percentoutstanding" type="xs:decimal"></xs:element> <xs:element name="changefrompriorweek" type="xs:decimal"></xs:element> <xs:element name="changefromprioryear" type="xs:decimal"></xs:element> <xs:element name="securitytype" type="xs:string"></xs:element> </xs:all> <xs:complextype name="mbsholdingtype"> <xs:all> <xs:element name="asofdate" type="xs:date"></xs:element> <xs:element name="cusip" type="xs:string"></xs:element> <xs:element name="securitydescription" type="xs:string"></xs:element> <xs:element name="term" type="xs:string"></xs:element> <xs:element name="currentfacevalue" type="xs:decimal"></xs:element> </xs:all> <xs:complextype name="summarytype"> <xs:all> <xs:element name="asofdate" type="xs:date"></xs:element> <xs:element name="total" type="xs:decimal"></xs:element> <xs:element name="mbs" type="xs:decimal"></xs:element> <xs:element name="tips" type="xs:decimal"></xs:element> <xs:element name="notesbonds" type="xs:decimal"></xs:element> <xs:element name="bills" type="xs:decimal"></xs:element> <xs:element name="agencies" type="xs:decimal"></xs:element> </xs:all> <xs:element name="commentstype"> <xs:element name="comment" type="xs:string" maxoccurs="unbounded" minoccurs="0"></xs:element> </xs:element> </xs:schema> Soap:

13 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 13 Soap Envelope XML Schema <?xml version='1.0' encoding='utf-8'?> <!-- Schema for the SOAP/1.1 envelope Portions 2001 DevelopMentor W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This document is governed by the W3C Software License [1] as described in the FAQ [2]. [1] [2] By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions: Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make: 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 2. Any preexisting intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) Original W3C files; Changes made: - reverted namespace to - reverted mustunderstand to only allow 0 and 1 as lexical values - made encodingstyle a global attribute removed default value from mustunderstand attribute declaration THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. --> <xs:schema xmlns:xs=" xmlns:tns=" targetnamespace=" > <!-- Envelope, header and body --> <xs:element name="envelope" type="tns:envelope" /> <xs:complextype name="envelope" > <xs:element ref="tns:header" minoccurs="0" /> <xs:element ref="tns:body" minoccurs="1" /> <xs:any namespace="##other" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> <xs:anyattribute namespace="##other" processcontents="lax" /> <xs:element name="header" type="tns:header" /> <xs:complextype name="header" > <xs:any namespace="##other" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> <xs:anyattribute namespace="##other" processcontents="lax" /> <xs:element name="body" type="tns:body" /> <xs:complextype name="body" > <xs:any namespace="##any" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> <xs:anyattribute namespace="##any" processcontents="lax" > <xs:documentation> Prose in the spec does not specify that attributes are allowed on the Body element </xs:documentation>

14 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 14 </xs:anyattribute> <!-- Global Attributes. The following attributes are intended to be usable via qualified attribute names on any complex type referencing them. --> <xs:attribute name="mustunderstand" > <xs:simpletype> <xs:restriction base='xs:boolean'> <xs:pattern value='0 1' /> </xs:attribute> <xs:attribute name="actor" type="xs:anyuri" /> <xs:simpletype name="encodingstyle" > <xs:documentation> 'encodingstyle' indicates any canonicalization conventions followed in the contents of the containing element. For example, the value ' indicates the pattern described in SOAP specification </xs:documentation> <xs:list itemtype="xs:anyuri" /> <xs:attribute name="encodingstyle" type="tns:encodingstyle" /> <xs:attributegroup name="encodingstyle" > <xs:attribute ref="tns:encodingstyle" /> </xs:attributegroup> <xs:element name="fault" type="tns:fault" /> <xs:complextype name="fault" final="extension" > reporting structure <xs:documentation> </xs:documentation> Fault <xs:element name="faultcode" type="xs:qname" /> <xs:element name="faultstring" type="xs:string" /> name="faultactor" type="xs:anyuri" minoccurs="0" /> <xs:element <xs:element name="detail" type="tns:detail" minoccurs="0" /> <xs:complextype name="detail"> <xs:any namespace="##any" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> <xs:anyattribute namespace="##any" processcontents="lax" /> </xs:schema>

15 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 15 Soap Encoding XML Schema <?xml version='1.0' encoding='utf-8'?> <!-- Schema for the SOAP/1.1 encoding Portions 2001 DevelopMentor W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This document is governed by the W3C Software License [1] as described in the FAQ [2]. [1] [2] By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions: Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make: 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 2. Any preexisting intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) Original W3C files; Changes made: - reverted namespace to - reverted root to only allow 0 and 1 as lexical values - removed default value from root attribute declaration THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. --> <xs:schema xmlns:xs=" xmlns:tns=" targetnamespace=" > <xs:attribute name="root" > <xs:documentation> 'root' can be used to distinguish serialization roots from other elements that are present in a serialization but are not roots of a serialized value graph </xs:documentation> <xs:simpletype> <xs:restriction base='xs:boolean'> <xs:pattern value='0 1' /> </xs:attribute> <xs:attributegroup name="commonattributes" > <xs:documentation> Attributes common to all elements that function as accessors or represent independent (multi-ref) values. The href attribute is intended to be used in a manner like CONREF. That is, the element content should be empty iff the href attribute appears </xs:documentation> <xs:attribute name="id" type="xs:id" /> <xs:attribute name="href" type="xs:anyuri" /> <xs:anyattribute namespace="##other" processcontents="lax" /> </xs:attributegroup> <!-- Global Attributes. The following attributes are intended to be usable via qualified attribute names on any complex type referencing them. --> <!-- Array attributes. Needed to give the type

16 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 16 and dimensions of an array's contents, and the offset for partiallytransmitted arrays. --> <xs:simpletype name="arraycoordinate" > <xs:restriction base="xs:string" /> <xs:attribute name="arraytype" type="xs:string" /> <xs:attribute name="offset" type="tns:arraycoordinate" /> <xs:attributegroup name="arrayattributes" > <xs:attribute ref="tns:arraytype" /> <xs:attribute ref="tns:offset" /> </xs:attributegroup> <xs:attribute name="position" type="tns:arraycoordinate" /> <xs:attributegroup name="arraymemberattributes" > <xs:attribute ref="tns:position" /> </xs:attributegroup> <xs:group name="array" > <xs:any namespace="##any" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> </xs:group> <xs:element name="array" type="tns:array" /> <xs:complextype name="array" > <xs:documentation> 'Array' is a complex type for accessors identified by position </xs:documentation> <xs:group ref="tns:array" minoccurs="0" /> <xs:attributegroup ref="tns:arrayattributes" /> ref="tns:commonattributes" /> <xs:attributegroup <!-- 'Struct' is a complex type for accessors identified by name. Constraint: No element may be have the same name as any other, nor may any element have a maxoccurs > 1. --> <xs:element name="struct" type="tns:struct" /> <xs:group name="struct" > <xs:any namespace="##any" minoccurs="0" maxoccurs="unbounded" processcontents="lax" /> </xs:group> <xs:complextype name="struct" > <xs:group ref="tns:struct" minoccurs="0" /> <xs:attributegroup ref="tns:commonattributes"/> base64 encoding <!-- 'Base64' can be used to serialize binary data using as defined in RFC2045 but without the MIME line length limitation. --> <xs:simpletype name="base64" > <xs:restriction base="xs:base64binary" /> <!-- Element declarations corresponding to each of the simple types in the XML Schemas Specification. --> <xs:element name="duration" type="tns:duration" /> <xs:complextype name="duration" > <xs:simplecontent> <xs:extension base="xs:duration" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="datetime" type="tns:datetime" /> <xs:complextype name="datetime" > <xs:simplecontent> <xs:extension base="xs:datetime" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="notation" type="tns:notation" /> <xs:complextype name="notation" > <xs:simplecontent> <xs:extension base="xs:qname" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="time" type="tns:time" /> <xs:complextype name="time" > <xs:simplecontent> <xs:extension base="xs:time" > ref="tns:commonattributes" /> <xs:attributegroup </xs:extension> </xs:simplecontent> <xs:element name="date" type="tns:date" /> <xs:complextype name="date" > <xs:simplecontent> <xs:extension base="xs:date" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="gyearmonth" type="tns:gyearmonth" /> <xs:complextype name="gyearmonth" > <xs:simplecontent> <xs:extension base="xs:gyearmonth" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> type="tns:gyear" /> <xs:element name="gyear" <xs:complextype name="gyear" > <xs:simplecontent> <xs:extension base="xs:gyear" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="gmonthday" type="tns:gmonthday" /> <xs:complextype name="gmonthday" > <xs:simplecontent> <xs:extension base="xs:gmonthday" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="gday" type="tns:gday" /> <xs:complextype name="gday" > <xs:simplecontent> <xs:extension base="xs:gday" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="gmonth"

17 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 17 type="tns:gmonth" /> <xs:complextype name="gmonth" > <xs:simplecontent> <xs:extension base="xs:gmonth" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="boolean" type="tns:boolean" /> <xs:complextype name="boolean" > <xs:simplecontent> <xs:extension base="xs:boolean" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="base64binary" type="tns:base64binary" /> <xs:complextype name="base64binary" > <xs:simplecontent> <xs:extension base="xs:base64binary" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="hexbinary" type="tns:hexbinary" /> <xs:complextype name="hexbinary" > <xs:simplecontent> <xs:extension base="xs:hexbinary" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="float" type="tns:float" /> <xs:complextype name="float" > <xs:simplecontent> <xs:extension base="xs:float" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="double" type="tns:double" /> <xs:complextype name="double" > <xs:simplecontent> <xs:extension base="xs:double" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="anyuri" type="tns:anyuri" /> <xs:complextype name="anyuri" > <xs:simplecontent> <xs:extension base="xs:anyuri" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="qname" type="tns:qname" /> <xs:complextype name="qname" > <xs:simplecontent> <xs:extension base="xs:qname" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="string" type="tns:string" /> <xs:complextype name="string" > <xs:simplecontent> <xs:extension base="xs:string" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="normalizedstring" type="tns:normalizedstring" /> <xs:complextype name="normalizedstring" > <xs:simplecontent> <xs:extension base="xs:normalizedstring" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="token" type="tns:token" /> <xs:complextype name="token" > <xs:simplecontent> <xs:extension base="xs:token" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="language" type="tns:language" /> <xs:complextype name="language" > <xs:simplecontent> <xs:extension base="xs:language" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="name" type="tns:name" /> <xs:complextype name="name" > <xs:simplecontent> <xs:extension base="xs:name" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="nmtoken" type="tns:nmtoken" /> <xs:complextype name="nmtoken" > <xs:simplecontent> <xs:extension base="xs:nmtoken" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="ncname" type="tns:ncname" /> <xs:complextype name="ncname" > <xs:simplecontent> <xs:extension base="xs:ncname" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="nmtokens" type="tns:nmtokens" /> <xs:complextype name="nmtokens" > <xs:simplecontent> <xs:extension base="xs:nmtokens" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="id" type="tns:id" /> <xs:complextype name="id" > <xs:simplecontent> <xs:extension base="xs:id" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="idref"

18 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 18 type="tns:idref" /> <xs:complextype name="idref" > <xs:simplecontent> <xs:extension base="xs:idref" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="entity" type="tns:entity" /> <xs:complextype name="entity" > <xs:simplecontent> <xs:extension base="xs:entity" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="idrefs" type="tns:idrefs" /> <xs:complextype name="idrefs" > <xs:simplecontent> <xs:extension base="xs:idrefs" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="entities" type="tns:entities" /> <xs:complextype name="entities" > <xs:simplecontent> <xs:extension base="xs:entities" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="decimal" type="tns:decimal" /> <xs:complextype name="decimal" > <xs:simplecontent> <xs:extension base="xs:decimal" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="integer" type="tns:integer" /> <xs:complextype name="integer" > <xs:simplecontent> <xs:extension base="xs:integer" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="nonpositiveinteger" type="tns:nonpositiveinteger" /> <xs:complextype name="nonpositiveinteger" > <xs:simplecontent> <xs:extension base="xs:nonpositiveinteger" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="negativeinteger" type="tns:negativeinteger" /> <xs:complextype name="negativeinteger" > <xs:simplecontent> <xs:extension base="xs:negativeinteger" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="long" type="tns:long" /> <xs:complextype name="long" > <xs:simplecontent> <xs:extension base="xs:long" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="int" type="tns:int" /> <xs:complextype name="int" > <xs:simplecontent> <xs:extension base="xs:int" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="short" type="tns:short" /> <xs:complextype name="short" > <xs:simplecontent> <xs:extension base="xs:short" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="byte" type="tns:byte" /> <xs:complextype name="byte" > <xs:simplecontent> <xs:extension base="xs:byte" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="nonnegativeinteger" type="tns:nonnegativeinteger" /> <xs:complextype name="nonnegativeinteger" > <xs:simplecontent> <xs:extension base="xs:nonnegativeinteger" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="unsignedlong" type="tns:unsignedlong" /> <xs:complextype name="unsignedlong" > <xs:simplecontent> <xs:extension base="xs:unsignedlong" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="unsignedint" type="tns:unsignedint" /> <xs:complextype name="unsignedint" > <xs:simplecontent> <xs:extension base="xs:unsignedint" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="unsignedshort" type="tns:unsignedshort" /> <xs:complextype name="unsignedshort" > <xs:simplecontent> <xs:extension base="xs:unsignedshort" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="unsignedbyte" type="tns:unsignedbyte" /> <xs:complextype name="unsignedbyte" >

19 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 19 <xs:simplecontent> <xs:extension base="xs:unsignedbyte" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="positiveinteger" type="tns:positiveinteger" /> <xs:complextype name="positiveinteger" > <xs:simplecontent> <xs:extension base="xs:positiveinteger" > <xs:attributegroup ref="tns:commonattributes" /> </xs:extension> </xs:simplecontent> <xs:element name="anytype" /> </xs:schema>

20 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 20 SDMX Common XML Schema <?xml version="1.0" encoding="utf 8"?> <! Copyright SDMX > <xs:schema targetnamespace=" elementformdefault="qualified" xmlns=" xmlns:xs=" <! Note: The following import statement sometimes causes problems with IE 6.* If you have this problem, comment it out. > <xs:import namespace=" schemalocation="xml.xsd"/> <xs:complextype name="texttype"> <xs:documentation>texttype provides for a set of language specific alternates to be provided for any humanreadable construct in the instance.</xs:documentation> <xs:simplecontent> <xs:extension base="xs:string"> <xs:attribute ref="xml:lang" default="en"/> </xs:extension> </xs:simplecontent> <xs:complextype name="annotationtype"> <xs:documentation>annotationtype provides for non documentation notes and annotations to be embedded in data and structure messages. It provides optional fields for providing a title, a type description, a URI, and the text of the annotation.</xs:documentation> <xs:element name="annotationtitle" type="xs:string" minoccurs="0"> <xs:documentation>annotationtitle provides a title for the annotation.</xs:documentation> </xs:element> <xs:element name="annotationtype" type="xs:string" minoccurs="0"> <xs:documentation>annotationtype is used to distinguish between annotations designed to support various uses. The types are not enumerated, as these can be specified by the user or creator of the annotations. The definitions and use of annotation types should be documented by their creator.</xs:documentation> </xs:element> <xs:element name="annotationurl" type="xs:anyuri" minoccurs="0"> <xs:documentation>this is a URI typically a URL which points to an external resource which may contain or supplement the annotation. If a specific behavior is desired, an annotation type should be defined which specifies the use of this field more exactly.</xs:documentation> </xs:element> <xs:element name="annotationtext" type="texttype" minoccurs="0" maxoccurs="unbounded"><! Put back to TextType when you debug! > <xs:documentation>this is a language specific string which holds the text oif the annotation.</xs:documentation> </xs:element> <xs:complextype name="annotationstype"> <xs:documentation>annotationstype provides for a list of annotations to be attached to data and structure messages.</xs:documentation>

21 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 21 <xs:element name="annotation" type="annotationtype" maxoccurs="unbounded"/> <xs:simpletype name="timeperiodtype"> <xs:documentation>time_period is not completely expressable in XML Schema's date type: instead we use the union of datetime, date, gyearmonth, and gyear. The default name for the concept is TIME_PERIOD. Semi annual and quarterly periods would be described in terms of their beginning month, weekly periods in terms of their Monday: e.g. the second quarter of 2002 as , since it starts with April.</xs:documentation> <xs:union membertypes="xs:datetime xs:date xs:gyearmonth xs:gyear"/> <xs:simpletype name="actiontype"> <xs:documentation>actiontype provides a list of actions, describing the intention of the data transmission from the sender's side. Each action applies to the entire dataset for which it is given.</xs:documentation> <xs:restriction base="xs:nmtoken"> <xs:enumeration value="update"> <xs:documentation>data is an incremental update for an existing data setor the provision of new data or documentation (attribute values) formerly absent.</xs:documentation> <xs:enumeration value="delete"> <xs:documentation>data is to be deleted.</xs:documentation> <xs:simpletype name="alphatype"> <xs:documentation>this type is used for datatyping the contents of uncoded attributes. It places no restrictions on characters used, but carries the semantic of the key family designer in a fashion similar to that of the corresponding SDMX_EDI message.</xs:documentation> <xs:restriction base="xs:string"/> <xs:simpletype name="alphanumerictype"> <xs:documentation>this type is used for datatyping the contents of uncoded attributes. It places no restrictions on characters used, but carries the semantic of the key family designer in a fashion similar to that of the corresponding SDMX_EDI message.</xs:documentation> <xs:restriction base="xs:string"/> </xs:schema>

22 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 22 SDMX Message XML Schema <?xml version="1.0" encoding="utf 8"?> <! Copyright SDMX > <xs:schema targetnamespace=" elementformdefault="qualified" xmlns:xs=" xmlns=" xmlns:message=" xmlns:structure=" xmlns:generic=" xmlns:utility=" xmlns:compact=" xmlns:cross=" xmlns:query=" xmlns:common=" <xs:import namespace=" schemalocation="sdmxstructure.xsd"/> <xs:import namespace=" schemalocation="sdmxgenericdata.xsd"/> <xs:import namespace=" schemalocation="sdmxutilitydata.xsd"/> <xs:import namespace=" schemalocation="sdmxcompactdata.xsd"/> <xs:import namespace=" schemalocation="sdmxcrosssectionaldata.xsd"/> <xs:import namespace=" schemalocation="sdmxquery.xsd"/> <xs:import namespace=" schemalocation="sdmxcommon.xsd"/> <xs:element name="structure" type="structuretype"> <xs:documentation>the Structure is a message that contains all the structural metadata about a data set. This can be key families, concepts, or codelists.</xs:documentation> </xs:element> <xs:element name="genericdata" type="genericdatatype"> <xs:documentation>the GenericDataType is used to convey data in a cross key family form.</xs:documentation> </xs:element> <xs:element name="utilitydata" type="utilitydatatype"> <xs:documentation>the UtilityData contains data in an XML form which is specific to each key family, according to standard mappings, and which is optimized to support guided editing tools and other applications which expect a "typical" XML schema. This format can be used to validate data in a key family specific fashion as is typically expected of XML schemas, and requires the entire data set. It cannot be used for incremental updates.</xs:documentation> </xs:element> <xs:element name="compactdata" type="compactdatatype"> <xs:documentation>compactdata contains data in an XML format which is optimized for incremental updating, and the transfer of large data sets bilaterally. It is specific to each key family, according to standard mappings. It allows for key values to be expressed at a Group level.</xs:documentation> </xs:element> <xs:element name="crosssectionaldata" type="crosssectionaldatatype"> <xs:documentation>crosssectionaldata contains data in an XML format which is optimized for describing many observations at a single point in time, and for the transfer of large data sets bilaterally. It is specific to each key family, according to standard mappings. It allows for key values to be expressed from the Group level down to the Observation level, and permits multiple observation values with different "measures". Time is attached at the DataSet level.</xs:documentation> </xs:element> <xs:element name="querymessage" type="querymessagetype">

23 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 23 <xs:documentation>the QueryMessageType is used to query databases published on the web, and to invoke web services. It allows for queries to be made regarding both data and structural metadata.</xs:documentation> </xs:element> <xs:element name="messagegroup" type="messagegrouptype"> <xs:documentation>the MessageGroupType is used to allow for more than one data message of a single type to be included in a single transmission. This element arises from the requirement for some services to be able to exchange data which may come from more than one source, and be structured according to more than one key family.</xs:documentation> </xs:element> <xs:complextype name="messagetype" abstract="true"> <xs:documentation>the Message is an abstract type which is used by all of the messages, to allow inheritance of common features. It also provides uniqueness constraints for the header fields.</xs:documentation> <xs:element name="header" type="headertype"> <xs:unique name="sdmx_headernamelanguageuniqueness"> <xs:selector xpath="message:name"/> <xs:field xpath="@xml:lang"/> </xs:unique> <xs:unique name="sdmx_headersenderiduniqueness"> <xs:selector xpath="message:sender"/> <xs:field xpath="@id"/> </xs:unique> <xs:unique name="sdmx_headerreceiveriduniqueness"> <xs:selector xpath="message:receiver"/> <xs:field xpath="@id"/> </xs:unique> <xs:unique name="sdmx_headerdatasetiduniqueness"> <xs:selector xpath="message:datasetid"/> <xs:field xpath="."/> </xs:unique> </xs:element> <xs:complextype name="structuretype"> <xs:documentation>structuretype defines the contents of a structure message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element name="agencies" type="structure:agenciestype" minoccurs="0"/> <xs:element name="codelists" type="structure:codeliststype" minoccurs="0"/> <xs:element name="concepts" type="structure:conceptstype" minoccurs="0"/> <xs:element name="keyfamilies" type="structure:keyfamiliestype" minoccurs="0"/> </xs:extension> </xs:complexcontent> <xs:complextype name="genericdatatype"> <xs:documentation>genericdatatype defines the contents of a GenericData message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element name="dataset" type="generic:datasettype"/> </xs:extension> </xs:complexcontent> <xs:complextype name="utilitydatatype">

24 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 24 <xs:documentation>utilitydatatype defines the contents of a UtilityData message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element ref="utility:dataset"/> </xs:extension> </xs:complexcontent> <xs:complextype name="compactdatatype"> <xs:documentation>compactdatatype defines the contents of a CompactData message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element ref="compact:dataset"/> </xs:extension> </xs:complexcontent> <xs:complextype name="crosssectionaldatatype"> <xs:documentation>crosssectionaldatatype defines the contents of a CrossSectionalData message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element ref="cross:dataset"/> </xs:extension> </xs:complexcontent> <xs:complextype name="querymessagetype"> <xs:documentation>querymessagetype defines the contents of a QueryMessage.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:element name="query" type="query:querytype"/> </xs:extension> </xs:complexcontent> <xs:complextype name="messagegrouptype"> <xs:documentation>messagegrouptype defines the contents of a MessageGroup message.</xs:documentation> <xs:complexcontent> <xs:extension base="messagetype"> <xs:choice> <xs:element ref="generic:dataset" maxoccurs="unbounded"/> <xs:element ref="utility:dataset" maxoccurs="unbounded"/> <xs:element ref="compact:dataset" maxoccurs="unbounded"/> <xs:element ref="cross:dataset" maxoccurs="unbounded"/> </xs:choice> <xs:attribute name="id" type="xs:nmtoken" use="optional"/> </xs:extension> </xs:complexcontent> <xs:element name="header" type="headertype">

25 Document v19, API RST v1.4, SPv2.0 Markets Data API Reference Page 25 <xs:documentation>header type is declared globally so that it can function as the head of a substitution group for schemas which are used internally. While this is an exception to the overall design of SDMX ML, many users feel this construct is useful. Note that when SDMX ML messages are exchanged outside an organization, the standard header should be used no assumptions about additional fields in substituted types should be made unless explicitly agreed to by counterparties.</xs:documentation> </xs:element> <xs:complextype name="headertype"> <xs:documentation>headertype defines the header fields used for all messages. ID identifies a data flow definition, which, when combined with time, uniquely identifies the data set. Test indicates whather the message is for test purposes or not. Truncated is used in data messages which are responding to Query messages, and is set to true only if the response has been truncated to meet size limits suggested by the defaultlimit attribute in the Query mesage. Name provides a name for the transmission. Prepared is the date prepared. Sender is information about the sender, and Receiver is information about the receiver. Agency provides the code identifier/abbreviation for the maintenance agency of a data set. Data set id provides an identifier for a contained data set. Action code provides a code for determining whether the enclosed message is an Update or Delete message (not to be used with the UtilityData message). KeyFamilyRef is used to reference a key family for a contained data set, using its id. (This information is required at the DataSet level for some messages, but is provided here as a convenience for those messages which do not require it.) KeyFamilyAgency specifies the agency of the key family using its coded id. Fields which refer to a contained data set need not be used if the message contains a query or structural information these messages provide specific fields for holding this information. The ones here are not to be used as defaults. Extracted is a time stamp from the system rendering the data; ReportingBegin and ReportingEnd provide the time period covered by the message (in the case of data). Source provides human readable information about the source of the data.</xs:documentation> <xs:element name="id" type="xs:ncname"/> <xs:element name="test" type="xs:boolean" default="false"/> <xs:element name="truncated" type="xs:boolean" minoccurs="0"/> <xs:element name="name" type="common:texttype" minoccurs="0" maxoccurs="unbounded"/> <xs:element name="prepared" type="headertimetype"/> <xs:element name="sender" type="partytype"> <xs:unique name="sdmx_sendernamelanguageuniqueness"> <xs:selector xpath="message:name"/> <xs:field xpath="@xml:lang"/> </xs:unique> </xs:element> <xs:element name="receiver" type="partytype" minoccurs="0" maxoccurs="unbounded"> <xs:unique name="sdmx_receivernamelanguageuniqueness"> <xs:selector xpath="message:name"/> <xs:field xpath="@xml:lang"/> </xs:unique> </xs:element> <xs:element name="keyfamilyref" type="xs:nmtoken" minoccurs="0"/> <xs:element name="keyfamilyagency" type="xs:nmtoken" minoccurs="0"/> <xs:element name="datasetagency" type="xs:nmtoken" minoccurs="0"/> <xs:element name="datasetid" type="xs:nmtoken" minoccurs="0"/> <xs:element name="datasetaction" type="common:actiontype" minoccurs="0"/> <xs:element name="extracted" type="xs:datetime" minoccurs="0"/> <xs:element name="reportingbegin" type="headertimetype" minoccurs="0"/> <xs:element name="reportingend" type="headertimetype" minoccurs="0"/> <xs:element name="source" type="common:texttype" minoccurs="0" maxoccurs="unbounded"/> <xs:complextype name="partytype"> <xs:documentation>partytype defines the information which is sent about various parties such as senders and receivers of messages. The Name is the ID of the party, and Contact provides contact details.</xs:documentation> <xs:element name="name" type="common:texttype" minoccurs="0" maxoccurs="unbounded"/> <! This is for the organization name, not the contact name > <xs:element name="contact" type="contacttype" minoccurs="0" maxoccurs="unbounded"/> <xs:attribute name="id" type="xs:nmtoken" use="required"/> <! From organization codelist or agency codelist, depending on where used >

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

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

SOAP I: Intro and Message Formats

SOAP I: Intro and Message Formats SOAP I: Intro and Message Formats Marlon Pierce, Bryan Carpenter, Geoffrey Fox Community Grids Lab Indiana University mpierce@cs.indiana.edu http://www.grid2004.org/spring2004 SOAP Primary References SOAP

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

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-KPS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

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

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

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

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

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

SDMX self-learning package No. 6 Student book. XML Based Technologies Used in SDMX

SDMX self-learning package No. 6 Student book. XML Based Technologies Used in SDMX No. 6 Student book XML Based Technologies Used in SDMX Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content May

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

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

SOAP II: Data Encoding

SOAP II: Data Encoding SOAP II: Data Encoding Marlon Pierce, Bryan Carpenter, Geoffrey Fox Community Grids Lab Indiana University mpierce@cs.indiana.edu http://www.grid2004.org/spring2004 Review: SOAP Message Payloads SOAP has

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

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

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

[MS-SSDL]: Store Schema Definition Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

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

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

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

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency

SHS Version 2.0 SOAP-based Protocol Binding to SHS Concepts Försäkringskassan - Swedish Social Insurance Agency SHS Concepts 1 (16) SHS Version 2.0 SOAP-based SHS Concepts Försäkringskassan - Swedish Social Insurance Agency Copyright 2012, 2013 Swedish Social Insurance Agency. All Rights Reserved. SHS Concepts 2

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

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

Internet Engineering Task Force (IETF) Request for Comments: 5985 Category: Standards Track September 2010 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 5985 Category: Standards Track September 2010 ISSN: Internet Engineering Task Force (IETF) M. Barnes, Ed. Request for Comments: 5985 Polycom Category: Standards Track September 2010 ISSN: 2070-1721 Abstract HTTP-Enabled Location Delivery (HELD) This document

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

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

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

[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

SOAP II: Data Encoding. Marlon Pierce, Geoffrey Fox Community Grids Lab Indiana University

SOAP II: Data Encoding. Marlon Pierce, Geoffrey Fox Community Grids Lab Indiana University SOAP II: Data Encoding Marlon Pierce, Geoffrey Fox Community Grids Lab Indiana University mpierce@cs.indiana.edu Review: SOAP Message Payloads SOAP has a very simple structure: Envelopes wrap body and

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

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 Committee Specification Draft 05 26 May 2011 Specification URIs: This Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0-csd05.html

More information

[MS-OXWSMSHR]: Folder Sharing Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

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

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

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 Committee Specification Draft 03 2 May 2011 Specification URIs: This Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0-csd03.html

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

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

[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

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

[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

Request for Comments: 5025 Category: Standards Track December 2007

Request for Comments: 5025 Category: Standards Track December 2007 Network Working Group J. Rosenberg Request for Comments: 5025 Cisco Category: Standards Track December 2007 Status of This Memo Presence Authorization Rules This document specifies an Internet standards

More information

XEP-0009: Jabber-RPC

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

More information

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

XEP-0114: Jabber Component Protocol

XEP-0114: Jabber Component Protocol XEP-0114: Jabber Component Protocol Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2012-01-25 Version 1.6 Status Type Short Name Active Historical component This specification

More information

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

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

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 Committee Specification 01 29 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/tag/taml/v1.0/cs01/testassertionmarkuplanguage-1.0-cs-01.html

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

More information

[MS-OXWSGTZ]: Get Server Time Zone Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXWSGTZ]: Get Server Time Zone Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OXWSGTZ]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

:PRIA_DOCUMENT_v2_4_1.XSD

:PRIA_DOCUMENT_v2_4_1.XSD ==================================================================

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

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

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

[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

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

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

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

[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

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

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

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

ETSI TS V8.1.0 ( ) Technical Specification

ETSI TS V8.1.0 ( ) Technical Specification TS 124 623 V8.1.0 (2009-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Extensible Markup Language (XML) Configuration

More information

Trustmark Framework Technical Specification

Trustmark Framework Technical Specification Trustmark Framework Technical Specification Version 1.2 November 6, 2017 Published by the Georgia Tech Research Institute under the Trustmark Initiative https://trustmarkinitiative.org/ Table of Contents

More information

XEP-0104: HTTP Scheme for URL Data

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

More information

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPAD]: Alert Definition Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure

[MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure [MS-DSDIFFGRAM]: SharePoint Web Services: DataSet DiffGram Structure Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications

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

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

Open IPTV Forum Release 1 Specification. Volume 1 Overview. V1.0, January 6, Open IPTV Forum. Copyright 2009 Members of the Open IPTV Forum

Open IPTV Forum Release 1 Specification. Volume 1 Overview. V1.0, January 6, Open IPTV Forum. Copyright 2009 Members of the Open IPTV Forum Open IPTV Forum Release 1 Specification Volume 1 Overview V1.0, January 6, 2009 Open IPTV Forum Page 2 (39) Open IPTV Forum Postal address Open IPTV Forum support office address 650 Route des Lucioles

More information

[MS-CPSWS]: SharePoint Claim Provider Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-CPSWS]: SharePoint Claim Provider Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-CPSWS]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

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

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

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 Committee Specification 02 30 November 2011 Specification URIs This version: http://docs.oasis-open.org/tag/taml/v1.0/cs02/testassertionmarkuplanguage-1.0-cs02.pdf

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

Request for Comments: 4481 Columbia U. Category: Standards Track July 2006

Request for Comments: 4481 Columbia U. Category: Standards Track July 2006 Network Working Group H. Schulzrinne Request for Comments: 4481 Columbia U. Category: Standards Track July 2006 Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Status

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

[MS-OXWSBTRF]: Bulk Transfer Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

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

More information

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OFFICIALFILE]: Official File Web Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-OFFICIALFILE]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

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

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

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

SDMX self-learning package No. 3 Student book. SDMX-ML Messages

SDMX self-learning package No. 3 Student book. SDMX-ML Messages No. 3 Student book SDMX-ML Messages Produced by Eurostat, Directorate B: Statistical Methodologies and Tools Unit B-5: Statistical Information Technologies Last update of content February 2010 Version

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

[MS-OXSHRMSG]: Sharing Message Attachment Schema. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-OXSHRMSG]: Sharing Message Attachment Schema. Intellectual Property Rights Notice for Open Specifications 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

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

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

Author: Irena Holubová Lecturer: Martin Svoboda

Author: Irena Holubová Lecturer: Martin Svoboda A7B36XML, AD7B36XML XML Technologies Lecture 5 XML Schema 31. 3. 2017 Author: Irena Holubová Lecturer: Martin Svoboda http://www.ksi.mff.cuni.cz/~svoboda/courses/2016-2-a7b36xml/ Lecture Outline XML schema

More information

[MS-DPRDL]: Report Definition Language Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-DPRDL]: Report Definition Language Data Portability Overview. Intellectual Property Rights Notice for Open Specifications Documentation [MS-DPRDL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

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

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

More information

Request for Comments: 4661 Category: Standards Track M. Lonnfors J. Costa-Requena Nokia September 2006

Request for Comments: 4661 Category: Standards Track M. Lonnfors J. Costa-Requena Nokia September 2006 Network Working Group Request for Comments: 4661 Category: Standards Track H. Khartabil Telio E. Leppanen M. Lonnfors J. Costa-Requena Nokia September 2006 Status of This Memo An Extensible Markup Language

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

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

eportfolio Interoperability XML Specification

eportfolio Interoperability XML Specification eportfolio Interoperability XML Specification Version 1.0 DRAFT eportaro, Incorporated Updated: 29 January 2003 www.epixspec.org 2003 eportaro, Inc. Page i Notice 2003 eportaro Incorporated. All rights

More information

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

QosPolicyHolder 1.0. For UPnP Version Date: March 10th, 2005 QosPolicyHolder 1.0 For UPnP Version 1.0 2 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)

More information