Schema XACML v0.11c.xsd

Size: px
Start display at page:

Download "Schema XACML v0.11c.xsd"

Transcription

1 Schema XACML v0.11c.xsd schema location: targetnamespace: C:\temp\XACML v0.11c.xsd Elements Complex s Simple s and ActionsType EffectType attributefunction AndType divide equal greaterorequal lessorequal minus nof nonnullsetintersection not or orderedor patternmatch plus policysetstatement policystatement predicate predicateexpression present rule subset superset times ArgumentListType AttributeFunctionAbstractType CompareType NOfType NotType ObligationsType ObligationType OrderedOrType OrType PolicyDesignatorType PolicySetDesignatorType PolicySetStatementType PolicySetType PolicyStatementType PredicateAbstractType PredicateExpressionAbstractType PredicateExpressionType PresentType ResType RuleDesignatorType RuleSetType RuleType SubjectsType TargetType

2 element and xacml:andtype xacml:predicateexpression xacml:predicate <xs:element name="and" ="xacml:andtype" substitutiongroup="xacml:predicateexpression"/>

3 element attributefunction xacml:attributefunctionabstracttype complextype CompareType <xs:element name="attributefunction" ="xacml:attributefunctionabstracttype" abstract="true"/> element divide xacml:argumentlisttype saml:attributedesignator saml:attribute <xs:element name="divide" ="xacml:argumentlisttype" substitutiongroup="xacml:attributefunction"/>

4 element equal xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="equal" ="xacml:comparetype" substitutiongroup="xacml:predicate"/> element greaterorequal xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="greaterorequal" ="xacml:comparetype" substitutiongroup="xacml:predicate"/>

5 element lessorequal xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="lessorequal" ="xacml:comparetype" substitutiongroup="xacml:predicate"/> element minus xacml:argumentlisttype saml:attributedesignator saml:attribute <xs:element name="minus" ="xacml:argumentlisttype" substitutiongroup="xacml:attributefunction"/>

6 element nof attributes xacml:noftype xacml:predicateexpression xacml:predicate Name Type Use Default Fixed Annotation quorum xs:positiveintege r <xs:element name="nof" ="xacml:noftype" substitutiongroup="xacml:predicateexpression"/>

7 element nonnullsetintersection xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="nonnullsetintersection" ="xacml:comparetype" substitutiongroup="xacml:predicate"/>

8 element not xacml:nottype xacml:predicateexpression xacml:predicate <xs:element name="not" ="xacml:nottype" substitutiongroup="xacml:predicateexpression"/>

9 element or xacml:ortype xacml:predicateexpression xacml:predicate <xs:element name="or" ="xacml:ortype" substitutiongroup="xacml:predicateexpression"/>

10 element orderedor xacml:orderedortype xacml:predicateexpression xacml:predicate <xs:element name="orderedor" ="xacml:orderedortype" substitutiongroup="xacml:predicateexpression"/>

11 element patternmatch xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="patternmatch" ="xacml:comparetype" substitutiongroup="xacml:predicate"/> element plus xacml:argumentlisttype saml:attributedesignator saml:attribute <xs:element name="plus" ="xacml:argumentlisttype" substitutiongroup="xacml:attributefunction"/>

12 element policysetstatement attributes xacml:policysetstatementtype description target policyset obligations complextype PolicySetType Name Type Use Default Fixed Annotation policysetid xs:anyuri required policysetname xs:string optional policycombining AlgId xs:anyuri required <xs:element name="policysetstatement" ="xacml:policysetstatementtype"/> element policystatement attributes xacml:policystatementtype description target ruleset obligations complextype PolicySetType Name Type Use Default Fixed Annotation policyid xs:anyuri required policyname xs:string optional rulecombiningal gid xs:anyuri required <xs:element name="policystatement" ="xacml:policystatementtype"/>

13 element predicate xacml:predicateabstracttype complextypes AndType NOfType NotType OrderedOrType OrType PredicateExpressionType <xs:element name="predicate" ="xacml:predicateabstracttype" abstract="true"/> element predicateexpression xacml:predicateexpressionabstracttype complextypes AndType NOfType NotType OrderedOrType OrType PredicateExpressionType <xs:element name="predicateexpression" ="xacml:predicateexpressionabstracttype" abstract="true"/>

14 element present xacml:presenttype saml:attributedesignator <xs:element name="present" ="xacml:presenttype" substitutiongroup="xacml:predicate"/> element rule attributes xacml:ruletype description target effect condition complextype RuleSetType Name Type Use Default Fixed Annotation ruleid xs:anyuri required rulename xs:string optional <xs:element name="rule" ="xacml:ruletype"/>

15 element subset xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="subset" ="xacml:comparetype" substitutiongroup="xacml:predicate"/> element superset xacml:comparetype saml:attributedesignator saml:attribute xacml:attributefunction <xs:element name="superset" ="xacml:comparetype" substitutiongroup="xacml:predicate"/>

16 element times xacml:argumentlisttype saml:attributedesignator saml:attribute <xs:element name="times" ="xacml:argumentlisttype" substitutiongroup="xacml:attributefunction"/> complextype ActionsType saml:actions element TargetType/actions <xs:complextype name="actionstype"> <xs:sequence> <xs:element ref="saml:actions"/>

17 complextype AndType xacml:predicateexpression xacml:predicate element and <xs:complextype name="andtype"> <xs:sequence minoccurs="0" maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:predicateexpression"/> <xs:element ref="xacml:predicate"/> </xs:choice>

18 complextype ArgumentListType extension of xacml:attributefunctionabstracttype saml:attributedesignator saml:attribute elements divide minus plus times <xs:complextype name="argumentlisttype"> <xs:complexcontent> <xs:extension base="xacml:attributefunctionabstracttype"> <xs:sequence maxoccurs="unbounded"> <xs:choice> <xs:element ref="saml:attributedesignator"/> <xs:element ref="saml:attribute"/> </xs:choice> </xs:extension> </xs:complexcontent> complextype AttributeFunctionAbstractType element attributefunction complextype ArgumentListType <xs:complextype name="attributefunctionabstracttype"/> complextype CompareType extension of xacml:predicateabstracttype

19 saml:attributedesignator saml:attribute xacml:attributefunction elements equal greaterorequal lessorequal nonnullsetintersection patternmatch subset superset <xs:complextype name="comparetype"> <xs:complexcontent> <xs:extension base="xacml:predicateabstracttype"> <xs:sequence minoccurs="2" maxoccurs="2"> <xs:choice> <xs:element ref="saml:attributedesignator"/> <xs:element ref="saml:attribute"/> <xs:element ref="xacml:attributefunction"/> </xs:choice> </xs:extension> </xs:complexcontent> <!-- XML operands in "set" operations MUST be of xsi: xs:list --> <!-- XML operands in "inequality" operations MUST contain an xsi: attribute for which XACML defines a comparison algorithm --> complextype NOfType

20 attributes xacml:predicateexpression xacml:predicate element nof Name Type Use Default Fixed Annotation quorum xs:positiveintege r <xs:complextype name="noftype"> <xs:sequence minoccurs="0" maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:predicateexpression"/> <xs:element ref="xacml:predicate"/> </xs:choice> <xs:attribute name="quorum" ="xs:positiveinteger"/> complextype NotType xacml:predicateexpression xacml:predicate element not <xs:complextype name="nottype">

21 <xs:choice> <xs:element ref="xacml:predicateexpression" minoccurs="0"/> <xs:element ref="xacml:predicate" minoccurs="0"/> </xs:choice> complextype ObligationsType onpermit ondeny elements PolicySetStatementType/obligations PolicyStatementType/obligations <xs:complextype name="obligationstype"> <xs:sequence> <xs:element name="onpermit" ="xacml:obligationtype" minoccurs="0"/> <xs:element name="ondeny" ="xacml:obligationtype" minoccurs="0"/> element ObligationsType/onPermit xacml:obligationtype obligation <xs:element name="onpermit" ="xacml:obligationtype" minoccurs="0"/> element ObligationsType/onDeny xacml:obligationtype obligation <xs:element name="ondeny" ="xacml:obligationtype" minoccurs="0"/>

22 complextype ObligationType obligation elements ObligationsType/onDeny ObligationsType/onPermit <xs:complextype name="obligationtype"> <xs:sequence maxoccurs="unbounded"> <xs:element name="obligation"> <xs:complextype> <xs:sequence maxoccurs="unbounded"> <xs:choice> <xs:element ref="saml:attributedesignator"/> <xs:element ref="saml:attribute"/> </xs:choice> <xs:attribute name="obligationid" ="xs:anyuri" use="required"/> </xs:element> element ObligationType/obligation attributes saml:attributedesignator saml:attribute Name Type Use Default Fixed Annotation ObligationId xs:anyuri required <xs:element name="obligation"> <xs:complextype> <xs:sequence maxoccurs="unbounded"> <xs:choice> <xs:element ref="saml:attributedesignator"/> <xs:element ref="saml:attribute"/> </xs:choice> <xs:attribute name="obligationid" ="xs:anyuri" use="required"/> </xs:element>

23 complextype OrderedOrType xacml:predicateexpression xacml:predicate element orderedor <xs:complextype name="orderedortype"> <xs:sequence minoccurs="0" maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:predicateexpression"/> <xs:element ref="xacml:predicate"/> </xs:choice>

24 complextype OrType xacml:predicateexpression xacml:predicate element or <xs:complextype name="ortype"> <xs:sequence minoccurs="0" maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:predicateexpression"/> <xs:element ref="xacml:predicate"/> </xs:choice>

25 complextype PolicyDesignatorType policyid policyassertion element PolicySetType/policyDesignator <xs:complextype name="policydesignatortype"> <xs:sequence> <xs:element name="policyid" ="xs:anyuri" minoccurs="0"/> <xs:element name="policyassertion" ="saml:assertiontype"/> element PolicyDesignatorType/policyId xs:anyuri <xs:element name="policyid" ="xs:anyuri" minoccurs="0"/> element PolicyDesignatorType/policyAssertion saml:assertiontype <xs:element name="policyassertion" ="saml:assertiontype"/> complextype PolicySetDesignatorType policysetid policysetassertion element PolicySetType/policySetDesignator <xs:complextype name="policysetdesignatortype"> <xs:sequence> <xs:element name="policysetid" ="xs:anyuri" minoccurs="0"/> <xs:element name="policysetassertion" ="saml:assertiontype"/>

26 element PolicySetDesignatorType/policySetId xs:anyuri <xs:element name="policysetid" ="xs:anyuri" minoccurs="0"/> element PolicySetDesignatorType/policySetAssertion saml:assertiontype <xs:element name="policysetassertion" ="saml:assertiontype"/> complextype PolicySetStatementType attributes extension of saml:statementabstracttype description target policyset obligations element policysetstatement Name Type Use Default Fixed Annotation policysetid xs:anyuri required policysetname xs:string optional policycombining AlgId xs:anyuri required <xs:complextype name="policysetstatementtype"> <xs:complexcontent> <xs:extension base="saml:statementabstracttype"> <xs:sequence> <xs:element name="description" ="xs:string" minoccurs="0"/> <xs:element name="target" ="xacml:targettype"/> <xs:element name="policyset" ="xacml:policysettype" maxoccurs="unbounded"/> <xs:element name="obligations" ="xacml:obligationstype" minoccurs="0"/> <xs:attribute name="policysetid" ="xs:anyuri" use="required"/> <xs:attribute name="policysetname" ="xs:string" use="optional"/> <xs:attribute name="policycombiningalgid" ="xs:anyuri" use="required"/> </xs:extension> </xs:complexcontent>

27 element PolicySetStatementType/description xs:string <xs:element name="description" ="xs:string" minoccurs="0"/> element PolicySetStatementType/target xacml:targettype subjects res actions <xs:element name="target" ="xacml:targettype"/> element PolicySetStatementType/policySet xacml:policysettype xacml:policysetstatement xacml:policystatement policysetdesignator policydesignator <xs:element name="policyset" ="xacml:policysettype" maxoccurs="unbounded"/>

28 element PolicySetStatementType/obligations xacml:obligationstype onpermit ondeny <xs:element name="obligations" ="xacml:obligationstype" minoccurs="0"/> complextype PolicySetType xacml:policysetstatement xacml:policystatement policysetdesignator policydesignator element PolicySetStatementType/policySet <xs:complextype name="policysettype"> <xs:sequence maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:policysetstatement"/> <xs:element ref="xacml:policystatement"/> <xs:element name="policysetdesignator" ="xacml:policysetdesignatortype"/> <xs:element name="policydesignator" ="xacml:policydesignatortype"/> </xs:choice> element PolicySetType/policySetDesignator xacml:policysetdesignatortype policysetid policysetassertion

29 <xs:element name="policysetdesignator" ="xacml:policysetdesignatortype"/> element PolicySetType/policyDesignator xacml:policydesignatortype policyid policyassertion <xs:element name="policydesignator" ="xacml:policydesignatortype"/> complextype PolicyStatementType attributes extension of saml:statementabstracttype description target ruleset obligations element policystatement Name Type Use Default Fixed Annotation policyid xs:anyuri required policyname xs:string optional rulecombiningal gid xs:anyuri required <xs:complextype name="policystatementtype"> <xs:complexcontent> <xs:extension base="saml:statementabstracttype"> <xs:sequence> <xs:element name="description" ="xs:string" minoccurs="0"/> <xs:element name="target" ="xacml:targettype"/> <xs:element name="ruleset" ="xacml:rulesettype" maxoccurs="unbounded"/> <xs:element name="obligations" ="xacml:obligationstype" minoccurs="0"/> <xs:attribute name="policyid" ="xs:anyuri" use="required"/> <xs:attribute name="policyname" ="xs:string" use="optional"/> <xs:attribute name="rulecombiningalgid" ="xs:anyuri" use="required"/> </xs:extension> </xs:complexcontent>

30 element PolicyStatementType/description xs:string <xs:element name="description" ="xs:string" minoccurs="0"/> element PolicyStatementType/target xacml:targettype subjects res actions <xs:element name="target" ="xacml:targettype"/> element PolicyStatementType/ruleSet xacml:rulesettype xacml:rule ruledesignator <xs:element name="ruleset" ="xacml:rulesettype" maxoccurs="unbounded"/> element PolicyStatementType/obligations

31 xacml:obligationstype onpermit ondeny <xs:element name="obligations" ="xacml:obligationstype" minoccurs="0"/> complextype PredicateAbstractType element predicate complextypes CompareType PresentType <xs:complextype name="predicateabstracttype"/> complextype PredicateExpressionAbstractType element predicateexpression <xs:complextype name="predicateexpressionabstracttype"/>

32 complextype PredicateExpressionType xacml:predicateexpression xacml:predicate element RuleType/condition <xs:complextype name="predicateexpressiontype"> <xs:choice> <xs:element ref="xacml:predicateexpression"/> <xs:element ref="xacml:predicate"/> </xs:choice> complextype PresentType extension of xacml:predicateabstracttype

33 saml:attributedesignator element present <xs:complextype name="presenttype"> <xs:complexcontent> <xs:extension base="xacml:predicateabstracttype"> <xs:sequence> <xs:element ref="saml:attributedesignator"/> </xs:extension> </xs:complexcontent> complextype ResType saml:attribute element TargetType/res <xs:complextype name="restype"> <xs:sequence maxoccurs="unbounded"> <xs:element ref="saml:attribute"/> complextype RuleDesignatorType ruleid ruledigest element RuleSetType/ruleDesignator <xs:complextype name="ruledesignatortype"> <xs:sequence> <xs:element name="ruleid" ="xs:anyuri" minoccurs="0"/> <xs:element name="ruledigest" minoccurs="0"> <xs:complextype> <xs:attribute name="digestalgid" ="xs:string" default="sha-1"/> <xs:attribute name="base64digest" ="xs:string"/> </xs:element> element RuleDesignatorType/ruleId

34 xs:anyuri <xs:element name="ruleid" ="xs:anyuri" minoccurs="0"/> element RuleDesignatorType/ruleDigest attributes Name Type Use Default Fixed Annotation digestalgid xs:string SHA-1 base64digest xs:string <xs:element name="ruledigest" minoccurs="0"> <xs:complextype> <xs:attribute name="digestalgid" ="xs:string" default="sha-1"/> <xs:attribute name="base64digest" ="xs:string"/> </xs:element> complextype RuleSetType xacml:rule ruledesignator element PolicyStatementType/ruleSet <xs:complextype name="rulesettype"> <xs:sequence maxoccurs="unbounded"> <xs:choice> <xs:element ref="xacml:rule"/> <xs:element name="ruledesignator" ="xacml:ruledesignatortype"/> </xs:choice> element RuleSetType/ruleDesignator xacml:ruledesignatortype ruleid ruledigest <xs:element name="ruledesignator" ="xacml:ruledesignatortype"/>

35 complextype RuleType attributes description target effect condition element rule Name Type Use Default Fixed Annotation ruleid xs:anyuri required rulename xs:string optional <xs:complextype name="ruletype"> <xs:sequence> <xs:element name="description" ="xs:string" minoccurs="0"/> <xs:element name="target" ="xacml:targettype" minoccurs="0"/> <xs:element name="effect" ="xacml:effecttype"/> <xs:element name="condition" ="xacml:predicateexpressiontype" minoccurs="0"/> <xs:attribute name="ruleid" ="xs:anyuri" use="required"/> <xs:attribute name="rulename" ="xs:string" use="optional"/> element RuleType/description xs:string <xs:element name="description" ="xs:string" minoccurs="0"/> element RuleType/target xacml:targettype subjects res actions <xs:element name="target" ="xacml:targettype" minoccurs="0"/>

36 element RuleType/effect facets xacml:effecttype enumeration permit enumeration deny <xs:element name="effect" ="xacml:effecttype"/> element RuleType/condition xacml:predicateexpressiontype xacml:predicateexpression xacml:predicate

37 <xs:element name="condition" ="xacml:predicateexpressiontype" minoccurs="0"/> complextype SubjectsType saml:attribute element TargetType/subjects <xs:complextype name="subjectstype"> <xs:sequence maxoccurs="unbounded"> <xs:element ref="saml:attribute"/> complextype TargetType subjects res actions elements PolicySetStatementType/target PolicyStatementType/target RuleType/target <xs:complextype name="targettype"> <xs:sequence> <xs:element name="subjects" ="xacml:subjectstype"/> <xs:element name="res" ="xacml:restype"/> <xs:element name="actions" ="xacml:actionstype"/> element TargetType/subjects xacml:subjectstype saml:attribute <xs:element name="subjects" ="xacml:subjectstype"/>

38 element TargetType/res xacml:restype saml:attribute <xs:element name="res" ="xacml:restype"/> element TargetType/actions xacml:actionstype saml:actions <xs:element name="actions" ="xacml:actionstype"/> simpletype EffectType facets restriction of xs:string element enumeration enumeration RuleType/effect permit deny <xs:simpletype name="effecttype"> <xs:restriction base="xs:string"> <xs:enumeration value="permit"/> <xs:enumeration value="deny"/> </xs:restriction> </xs:simpletype> XML Schema documentation generated with XML Spy Schema Editor

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

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

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

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

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

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

[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

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

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

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

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

TCG. TCG Infrastructure Working Group Security Qualities Schema. TCG PUBLISHED Copyright TCG 2007

TCG. TCG Infrastructure Working Group Security Qualities Schema. TCG PUBLISHED Copyright TCG 2007 TCG Infrastructure Working Group Security Qualities Schema Revision 7 21 May 2007 Published Contacts: admin@trustedcomputinggroup.org Copyright TCG 2007 TCG Copyright 2007 Trusted Computing Group, Incorporated.

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

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

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

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

More information

TS SIGNATURE VALIDATION REPORT

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

More information

XEP-0298: Delivering Conference Information to Jingle Participants (Coin)

XEP-0298: Delivering Conference Information to Jingle Participants (Coin) XEP-0298: Delivering Conference Information to Jingle Participants (Coin) Emil Ivov mailto:emcho@jitsi.org xmpp:emcho@jit.si Enrico Marocco mailto:enrico.marocco@telecomitalia.it xmpp:enrico@tilab.com

More information

Oracle Enterprise Data Quality

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

More information

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

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

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

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

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

Intellectual Property Rights Notice for Open Specifications Documentation

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

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

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

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

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

More information

Markup Languages. Lecture 4. XML Schema

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

More information

Data Bus Client Interface Manager Interface Control Document

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

More information

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

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

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

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

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

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

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

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

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

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

More information

Mapping IDABC Authentication Assurance Levels to SAML V2.0

Mapping IDABC Authentication Assurance Levels to SAML V2.0 Mapping IDABC Authentication Assurance Levels to SAML V2.0 Konstantinos MOULINOS, Seconded National Expert Open Standards Forum 2008: Security challenges for the Information Society Scope of the presentation

More information

Internet Engineering Task Force (IETF) Category: Standards Track Columbia U. NTT April 2014

Internet Engineering Task Force (IETF) Category: Standards Track Columbia U. NTT April 2014 Internet Engineering Task Force (IETF) C. Shen Request for Comments: 7200 H. Schulzrinne Category: Standards Track Columbia U. ISSN: 2070-1721 A. Koike NTT April 2014 Abstract A Session Initiation Protocol

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

[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

Administering Oracle Enterprise Data Quality 12c (12.2.1)

Administering Oracle Enterprise Data Quality 12c (12.2.1) [1]Oracle Fusion Middleware Administering Oracle Enterprise Data Quality 12c (12.2.1) E56642-01 October 2015 Describes how to administer Oracle Enterprise Data Quality. Oracle Fusion Middleware Administering

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

TC57 Use of XML Schema. Scott Neumann. October 3, 2005

TC57 Use of XML Schema. Scott Neumann. October 3, 2005 TC57 Use of XML Schema Scott Neumann October 3, 2005 Introduction The purpose of this presentation is to respond to an action item from the last WG14 meeting regarding the use of XML Schema by WG14 and

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

CONVERTING CONCEPTUAL MODEL XUML TO XML SCHEMA

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

More information

Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation

Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation 1 Outline Introduction to SML SML Model Inter-Document References URI scheme deref() extension function Schema-based

More information

Oracle Fusion Middleware Administering Oracle Enterprise Data Quality. 12c ( )

Oracle Fusion Middleware Administering Oracle Enterprise Data Quality. 12c ( ) Oracle Fusion Middleware Administering Oracle Enterprise Data Quality 12c (12.2.1.3.0) E81338-01 July 2017 Oracle Fusion Middleware Administering Oracle Enterprise Data Quality, 12c (12.2.1.3.0) E81338-01

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

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

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

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

More information

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

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

More information

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

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

More information

General Interface Control Document

General Interface Control Document SunGuide TM : General Interface Control Document SunGuide-General-ICD-3.0.1 Prepared for: Florida Department of Transportation Traffic Engineering and Operations Office 605 Suwannee Street, M.S. 90 Tallahassee,

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

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

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

More information

Oracle Hospitality OPERA Message Specification for 2-Way Interface between External Activity Scheduler and OPERA Hotel Version 5.1.

Oracle Hospitality OPERA Message Specification for 2-Way Interface between External Activity Scheduler and OPERA Hotel Version 5.1. Oracle Hospitality OPERA Message Specification for 2-Way Interface between External Activity Scheduler and OPERA Hotel Version 5.1 January 2018 Copyright 1987, 2018, Oracle and/or its affiliates. All rights

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

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

Business Authorization Framework Version 1 BAF v.1. Released to: TSCP Architecture Committee

Business Authorization Framework Version 1 BAF v.1. Released to: TSCP Architecture Committee Business Authorization Framework Version 1 BAF v.1 Prepared by: TSCP ILH Team Lead Author: Jean-Paul Buu-Sao, TSCP Released to: TSCP Architecture Committee Edition: 1.3.0 Published: October 22, 2012 Copyright

More information

Creating and Modifying EAP-FAST Profiles for Distribution to Users

Creating and Modifying EAP-FAST Profiles for Distribution to Users CHAPTER 4 Creating and Modifying EAP-FAST Profiles for Distribution to Users This chapter explains how configure EAP-FAST module profiles both by using a Group Policy Object editor and by modifying the

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

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values Authors: George Inman University of Kent g.inman@kent.ac.uk David Chadwick University of Kent d.w.chadwick@kent.ac.uk Status of This Document

More information

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Network Working Group M. Nystroem Request for Comments: 4758 RSA Security Category: Informational November 2006 Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Status of

More information

VDA Annex A KBL XML Schema

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

More information

[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

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

Specification of contineo s REST Interface

Specification of contineo s REST Interface Specification of contineo s REST Interface Sebastian Stein seb.stein@hpfsc.de 2007-02-07, contineo version 2.5 1 Contents 1 Introduction 3 2 General Concept 3 2.1 REST Web Service Interface..................

More information

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

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

More information

XML. Document Type Definitions XML Schema. Database Systems and Concepts, CSCI 3030U, UOIT, Course Instructor: Jarek Szlichta

XML. Document Type Definitions XML Schema. Database Systems and Concepts, CSCI 3030U, UOIT, Course Instructor: Jarek Szlichta XML Document Type Definitions XML Schema 1 XML XML stands for extensible Markup Language. XML was designed to describe data. XML has come into common use for the interchange of data over the Internet.

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

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

Work/Studies History. Programming XML / XSD. Database

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

More information

OpenTravel Alliance Best Practices

OpenTravel Alliance Best Practices OpenTravel Alliance Best Practices OpenTravel Alliance, Inc. 333 John Carlyle Street, Suite 600 Alexandria, Va. 22314 USA +1 703-548-7005 Fax +1 703-548-1264 opentravel@disa.org http://www.opentravel.org/

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

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

The Optimization Services Solver Interface

The Optimization Services Solver Interface 1 The Optimization Services Solver Interface Horand Gassmann Dalhousie University Jun Ma Northwestern University Kipp Martin University of Chicago (kmartin@chicagobooth.edu) November 10, 2010 Outline Motivation

More information

XEP-0130: Waiting Lists

XEP-0130: Waiting Lists XEP-0130: Waiting Lists Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ Alexandre Nolle mailto:anolle@francetelecom.com Mark Troyer mailto:mtroyer@jabber.com xmpp:mtroyer@corp.jabber.com

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

XEP-0171: Language Translation

XEP-0171: Language Translation XEP-0171: Language Translation Boyd Fletcher mailto:boyd.fletcher@us.army.mil Keith Lirette mailto:keith.lirette@tridsys.com Daniel LaPrade mailto:dlaprade@echostorm.net Brian Raymond mailto:braymond@echostorm.net

More information

Content Management Interoperability Services

Content Management Interoperability Services Version 0.4 Content Management Interoperability Services Unified Search Proposal Versions Version Author Date Modifications 0.1 Gregory Melahn, IBM 02/09/2009 N/A 0.2 Gregory Melahn, IBM 02/11/2009 Added

More information

MPEG Interoperability Initiative: Composition Playlist Specification Application Specification for Digital Cinema Packaging (AS-DCP)

MPEG Interoperability Initiative: Composition Playlist Specification Application Specification for Digital Cinema Packaging (AS-DCP) MPEG Interoperability Initiative: Composition Playlist Specification Application Specification for igital Cinema Packaging (AS-CP) NOTICE This document is provided without warranty as to its fitness for

More information

Project Members: Aniket Prabhune Reenal Mahajan Mudita Singhal

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

More information

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

[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

Digital Signature Service Core Protocols, Elements, and Bindings

Digital Signature Service Core Protocols, Elements, and Bindings 1 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 Digital Signature Service Core Protocols, Elements, and Bindings Working Draft 28, 18 October 2004 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 ( this documentation ) for protocols,

More information

XACML profile for Web-services

XACML profile for Web-services 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 XACML profile for Web-services Working draft 02, 23 July 2003 Document identifier: Location: http://www.oasis-open.org/committees/documents.php?wg_abbrev=xacml

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

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

EsquemaCGR_v2.0.xsd. element form default:

EsquemaCGR_v2.0.xsd. element form default: Schema EsquemaCGR_v2.0.xsd schema location: attribute form default: element form default: targetnamespace: EsquemaCGR_v2.0.xsd unqualified qualified Elements Groups Complex s Simple s AntecedenteBinario

More information

[MS-DACPAC]: Intellectual Property Rights Notice for Open Specifications Documentation

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

More information

XEP-0033: Extended Stanza Addressing

XEP-0033: Extended Stanza Addressing XEP-0033: Extended Stanza Addressing Joe Hildebrand mailto:jhildebr@cisco.com xmpp:hildjj@jabber.org Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2017-01-11 Version

More information

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

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

More information

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