Creating Coverage Zone Files

Size: px
Start display at page:

Download "Creating Coverage Zone Files"

Transcription

1 APPENDIXC The following sections describe the Coverage Zone file elements and provide several Coverage Zone file examples: Coverage Zone File Elements, page C-1 Zero-IP Based Configuration, page C-2 Coverage Zone XML Schema, page C-3 Coverage Zone File Examples, page C-6 Tip For information about importing or uploading a Coverage Zone file, see the Coverage Zone File Registration section on page For more information about Coverage Zone files, see the Coverage Zone File section on page Coverage Zone File Elements A Coverage Zone file is an XML file used to specify a user-defined coverage zone. In this release of ECDS, the Coverage Zone file supports different tags to support network and subnet proximity configurations. In addition to the coverage zone information, two optional elements are created for documentation purposes: Revision value to specify the version of the Coverage Zone file Customer name Note The coverage zone file is limited to 40,000 entries. Coverage Zone files can be created using any ASCII text-editing tool. You can use a single coverage zone text-format file to define all the coverage zones for your ECDS network. Note The metric value of a default coverage zone is set to 20. If a particular SE is preferred for a user-defined coverage zone, the metric value in the Coverage Zone file should be set to a value less than 20. If a default coverage zone is preferred, then the metric value in the Coverage Zone file should be set to a value greater than 20. C-1

2 Zero-IP Based Configuration Appendix C Table C-1 defines the Coverage Zone file elements. Table C-1 Coverage Zone File Elements Tag Element Value Description location latitude float Not used in this release of ECDS longitude float Not used in this release of ECDS coveragezone network IP address Coverage zone IP address range. SE Service Engine name (string) Specifies the Service Engines serving the coverage zone specified in the network element. This can have one or more elements. metric integer Value indicating the proximity of the Service Engine to the end user. The lower the value, the closer the Service Engine is to the end user. location Value indicating the geographical coordinates (latitude and longitude) of the data center. CDNNetwork revision 1.0 Not used in this ECDS release. customername customer name Not used in this ECDS release. coveragezone This can have one or more coverage zones. Zero-IP Based Configuration The zero-ip based configuration is a catch-all condition for routing. It is a network entry in the Coverage Zone file defined as /0. It matches all client subnets. If the client subnet does not match any of the other network entries in the Coverage Zone file and a /0 network entry exists, then the SEs listed for that entry are considered for serving the client request. Following is an example of the zero-ip based configuration. <?xml version="1.0"?> <network> /32</network> <SE>U8-MDE1100-1</SE> <metric>5</metric> <network> /32</network> <SE>U8-MDE1100-2</SE> <metric>5</metric> <network> /0</network> <SE>U8-MDE1100-3</SE> <metric>20</metric> C-2

3 Appendix C Coverage Zone XML Schema Coverage Zone XML Schema The XML Schema file describes and dictates the content of the XML file. The coveragezone.xsd file contains the XML schema. The following code is the Coverage Zone XML schema: <?xml version="1.0" encoding="utf-8"?> <xsd:schema xmlns:xsd=" <xsd:annotation> <xsd:documentation> Revision: 1.0 </xsd:documentation> </xsd:annotation> <xsd:annotation> <xsd:documentation> Schema used to validate Cisco CDS CoverageZone file </xsd:documentation> </xsd:annotation> <xsd:simpletype name="ipaddresstype"> <xsd:union> <!-- IPv4 Address --> <!-- Snum = 1*3DIGIT ; representing a decimal integer --> <!-- ; value in the range 0 through > <!-- IPv4-address-literal = Snum 3("." Snum) --> value="((1?[0-9]?[0-9] 2[0-4][0-9] 25[0-5])\.){3}(1?[0-9]?[0-9] 2[0-4][0-9] 25[0-5])/[0-9]+"/> <!-- IPv6 Address --> <!-- IPv6-hex = 1*4HEXDIG --> <!-- IPv6-full = IPv6-hex 7(":" IPv6-hex) --> <!-- IPv6-comp = [IPv6-hex *5(":" IPv6-hex)] "::" [IPv6-hex *5(":"IPv6-hex)] --> <!-- ; The "::" represents at least 2 16-bit groups of zeros --> <!-- ; No more than 6 groups in addition to the "::" may be present --> <!-- IPv6v4-full = IPv6-hex 5(":" IPv6-hex) ":" IPv4-address-literal --> <!-- IPv6v4-comp = [IPv6-hex *3(":" IPv6-hex)] "::" [IPv6-hex *3(":" IPv6-hex) ":"] IPv4-address-literal --> <!-- ; The "::" represents at least 2 16-bit groups of zeros --> <!-- ; No more than 4 groups in addition to the "::" and IPv4-address-literal may be present --> <!-- IPv6-addr = IPv6-full / IPv6-comp / IPv6v4-full / IPv6v4-comp --> <!-- IPv6-full = "::" --> value="::/[0-9]+"/> <!-- IPv6-full = IPv6-hex 7(":" IPv6-hex) --> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){7}/[0-9]+"/> <!-- IPv6-comp = [IPv6-hex *5(":" IPv6-hex)] "::" [IPv6-hex *5(":" IPv6-hex)] --> <!-- An "::" represents at least 2 16-bit groups of zeros --> <!-- No more than 6 groups in addition to the "::" may be present. --> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){5}::([a-fa-f0-9]{1,4})?/[0-9]+"/> C-3

4 Coverage Zone XML Schema Appendix C value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){4}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4})?)?/[0-9]+"/> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){3}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,2})?/[0-9]+"/> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){2}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,3})?/[0-9]+"/> value="[a-fa-f0-9]{1,4}:[a-fa-f0-9]{1,4}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,4})?/[0-9]+"/> value="[a-fa-f0-9]{1,4}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,4})?/[0-9]+"/> <!-- IPv6v4-full = IPv6-hex 5(":" IPv6-hex) ":" IPv4-address-literal --> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){5}:(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[ 0-5]))/[0-9]+"/> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){3}::([a-fa-f0-9]{1,4}:)?(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]) )\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9 ]) (2[0-4][0-9]) (25[0-5]))/[0-9]+"/> value="[a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){2}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4})?:)?(((1?[1-9])?[0-9]) (2[ 0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5] ))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))/[0-9]+"/> value="[a-fa-f0-9]{1,4}:[a-fa-f0-9]{1,4}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,2}:)?(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]) )\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))/[0-9]+"/> C-4

5 Appendix C Coverage Zone XML Schema value="[a-fa-f0-9]{1,4}::([a-fa-f0-9]{1,4}(:[a-fa-f0-9]{1,4}){0,2}:)?(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5 ]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))\.(((1?[1-9])?[0-9]) (2[0-4][0-9]) (25[0-5]))/[0-9]+"/> </xsd:union> <xsd:simpletype name="senametype"> <xsd:restriction base="xsd:string"> <xsd:minlength value="1"/> <xsd:maxlength value="80"/> <xsd:simpletype name="latitudetype"> <xsd:restriction base="xsd:float"> <xsd:mininclusive value="-90"/> <xsd:maxinclusive value="90"/> <xsd:simpletype name="longitudetype"> <xsd:restriction base="xsd:float"> <xsd:mininclusive value="-180"/> <xsd:maxinclusive value="180"/> <xsd:complextype name="locationtype"> <xsd:sequence> <xsd:element name="latitude" type="latitudetype"/> <xsd:element name="longitude" type="longitudetype"/> </xsd:sequence> </xsd:complextype> <xsd:complextype name="coveragezonetype"> <xsd:sequence> <xsd:element name="network" type="ipaddresstype" minoccurs="0"/> <xsd:element name="location" type="locationtype" minoccurs="0"/> <xsd:element name="se" type="senametype" minoccurs="1" maxoccurs="unbounded"/> <xsd:element name="metric" type="xsd:positiveinteger" minoccurs="1" maxoccurs="1"/> </xsd:sequence> </xsd:complextype> <xsd:element name="cdnnetwork"> <xsd:complextype> <xsd:sequence> <xsd:element name="revision" type="xsd:string" minoccurs="0" maxoccurs="1"/> <xsd:element name="customername" type="xsd:string" minoccurs="0" maxoccurs="1"/> <xsd:element name="coveragezone" type="coveragezonetype" minoccurs="0" maxoccurs="unbounded"/> </xsd:sequence> </xsd:complextype> </xsd:element> </xsd:schema> C-5

6 Coverage Zone File Examples Appendix C Coverage Zone File Examples The following sections show different Coverage Zone file scenarios: Scenario 1: Coverage Zone with Client Network Only, page C-6 Scenario 2: Coverage Zone with Geographical Location of the Datacenter Only, page C-6 Scenario 3: Coverage Zone with Client Network and Geographical Location of the Datacenter, page C-7 Scenario 4: Coverage Zone for Same Client Network with Different Weighted SEs, page C-8 Scenario 1: Coverage Zone with Client Network Only <?xml version= 1.0?> <!-- Coverage Zone data in XML --> <customername> Cisco Systems </customername> <!-- San Jose Datacenter --> <network> /16</network> <SE>MDE-1100-SE1</SE> <SE>MDE-1100-SE2</SE> <!-- Chicago Datacenter --> <network> /24</network> <SE>MDE-1100-SE3</SE> <SE>MDE-1100-SE4</SE> <!-- New York Datacenter --> <network> /24</network> <SE>MDE-1100-SE5</SE> <SE>MDE-1100-SE6</SE> Scenario 2: Coverage Zone with Geographical Location of the Datacenter Only <?xml version= 1.0?> <!-- Coverage Zone data in XML --> <customername> Cisco Systems </customername> <!-- San Jose Datacenter --> <location> <latitude>37</latitude> <longitude>-122</longitude> </location> <SE>MDE-1100-SE1</SE> <SE>MDE-1100-SE2</SE> C-6

7 Appendix C Coverage Zone File Examples <!-- Chicago Datacenter --> <location> <latitude>42</latitude> <longitude>-88</longitude> </location> <SE>MDE-1100-SE3</SE> <SE>MDE-1100-SE4</SE> <!-- New York Datacenter --> <location> <latitude>41</latitude> <longitude>-74</longitude> </location> <SE>MDE-1100-SE5</SE> <SE>MDE-1100-SE6</SE> Scenario 3: Coverage Zone with Client Network and Geographical Location of the Datacenter <?xml version= 1.0?> <!-- Coverage Zone data in XML --> <customername> Cisco </customername> <!-- San Jose Datacenter --> <network> /16</network> <SE>MDE-1100-SE1</SE> <SE>MDE-1100-SE2</SE> <!-- Chicago Datacenter --> <location> <latitude>41</latitude> <longitude>-74</longitude> </location> <SE>MDE-1100-SE3</SE> <SE>MDE-1100-SE4</SE> <!-- New York Datacenter --> <network> /24</network> <SE>MDE-1100-SE5</SE> <SE>MDE-1100-SE6</SE> C-7

8 Coverage Zone File Examples Appendix C Scenario 4: Coverage Zone for Same Client Network with Different Weighted SEs <?xml version="1.0"?> <!-- Coverage Zone data in XML --> <customername>cisco Systems</customerName> <network> /12 </network> <SE> dmz2-roam </SE> <metric> 10 </metric> <network> /12 </network> <SE> dmz2-is </SE> <metric> 20 </metric> C-8

Sticky and Proximity XML Schema Files

Sticky and Proximity XML Schema Files APPENDIX B Sticky and Proximity XML Schema Files This appendix describes how you can use the two XML schema files, included with the GSS, to describe and validate the sticky XML and proximity XML output

More information

Cisco Unified IP Phone Services XML Schema File

Cisco Unified IP Phone Services XML Schema File APPENDIXB Cisco Unified IP Phone Services XML Schema File These sections provide details about the XML schema supported on Cisco Unified IP Phones: Updated XML Parser and Schema Enforcement CiscoIPPhone.xsd

More information

XML DTDs and Namespaces. CS174 Chris Pollett Oct 3, 2007.

XML DTDs and Namespaces. CS174 Chris Pollett Oct 3, 2007. XML DTDs and Namespaces CS174 Chris Pollett Oct 3, 2007. Outline Internal versus External DTDs Namespaces XML Schemas Internal versus External DTDs There are two ways to associate a DTD with an XML document:

More information

Atlas WFS Recordings Service

Atlas WFS Recordings Service Version EN160212 1.12 Final Date: 12 February 2016 2 Version history Version Status Date Details of change Author(s) 1.0 Final 15 Oct 2010 Initial version 1.1 Final 1 Nov 2011 Version 1.1 of schema: support

More information

<!-- type definitions -->

<!-- type definitions --> User upload Batch filing schema for eflex batch filing.

More information

Cisco Unified IP Phone Services XML Schema File

Cisco Unified IP Phone Services XML Schema File APPENDIXB Cisco Unified IP Phone Services XML Schema File These sections provide details about the XML schema supported on Cisco Unified IP Phones: Updated XML Parser and Schema Enforcement CiscoIPPhone.xsd

More information

Specifications for the SHORT System Subscription Service

Specifications for the SHORT System Subscription Service Specifications for the SHORT System Subscription Service Version 2.3, August 2015 Revision History Version Date Major Changes 1.0 1.1 2.0 August 10, 2010 September 30, 2010 February 2011 2.1 April 2011

More information

Grammars for XML Documents XML Schema, Part 1

Grammars for XML Documents XML Schema, Part 1 Grammars for XML Documents XML Schema, Part 1 Lecture "XML in Communication Systems" Chapter 4 Dr.-Ing. Jesper Zedlitz Research Group for Communication Systems Dept. of Computer Science Christian-Albrechts-University

More information

CountryData Technologies for Data Exchange. Introduction to XML

CountryData Technologies for Data Exchange. Introduction to XML CountryData Technologies for Data Exchange Introduction to XML What is XML? EXtensible Markup Language Format is similar to HTML, but XML deals with data structures, while HTML is about presentation Open

More information

How to Make Your Data Available through the EN Browser

How to Make Your Data Available through the EN Browser How to Make Your Data Available through the EN Browser 1 Overview Making your data available through the EN Browser can be completed in 3 steps. This document guides you through these steps. 2 Step 1:

More information

The main problem of DTD s...

The main problem of DTD s... The main problem of DTD s... They are not written in XML! Solution: Another XML-based standard: XML Schema For more info see: http://www.w3.org/xml/schema XML Schema (W3C) Thanks to Jussi Pohjolainen TAMK

More information

CS/INFO 330: Applied Database Systems

CS/INFO 330: Applied Database Systems CS/INFO 330: Applied Database Systems XML Schema Johannes Gehrke October 31, 2005 Annoucements Design document due on Friday Updated slides are on the website This week: Today: XMLSchema Wednesday: Introduction

More information

XML Schema 3/14/12! XML Schema. Overview

XML Schema 3/14/12! XML Schema. Overview XML Schema Asst. Prof. Dr. Kanda Runapongsa Saikaew (krunapon@kku.ac.th) Dept. of Computer Engineering Khon Kaen University 1 Overview The schema element Referencing a schema in an XML document Simple

More information

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE

ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) IMPLEMENTATION GUIDE 1 ENTSO-E ACKNOWLEDGEMENT DOCUMENT (EAD) 2014-01-16 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 Table of Contents 1 OBJECTIVE... 5 2 THE ACKNOWLEDGEMENT

More information

XML - Schema. Mario Arrigoni Neri

XML - Schema. Mario Arrigoni Neri XML - Schema Mario Arrigoni Neri 1 Well formed XML and valid XML Well formation is a purely syntactic property Proper tag nesting, unique root, etc.. Validation is more semantic, because it must take into

More information

Załącznik nr 5 do Uchwały Nr 347 Rady Miasta Konina z dnia 29 czerwca 2016 r.

Załącznik nr 5 do Uchwały Nr 347 Rady Miasta Konina z dnia 29 czerwca 2016 r. Załącznik nr 5 do Uchwały Nr 347 Rady Miasta Konina z dnia 29 czerwca 2016 r.

More information

XML FOR FLEXIBILITY AND EXTENSIBILITY OF DESIGN INFORMATION MODELS

XML FOR FLEXIBILITY AND EXTENSIBILITY OF DESIGN INFORMATION MODELS XML FOR FLEXIBILITY AND EXTENSIBILITY OF DESIGN INFORMATION MODELS JOS P. VAN LEEUWEN AND A.J. JESSURUN Eindhoven University of Technology, The Netherlands Faculty of Building and Architecture, Design

More information

asexml SCHEMA CHANGE REQUEST

asexml SCHEMA CHANGE REQUEST asexml SCHEMA CHANGE REQUEST PREPARED BY: DOCUMENT REF: SCOTT MASKIEL CR55 VERSION: 1.5 DATE: 5 DECEMBER 2013 DRAFT/FINAL DRAFT Am,ttolion l:nergy 1\_.n,ketOperctor Ltd AeN 94 on Ol'J 327 Wv'IW.oemo.oom.ou

More information

1 Delivery of data to DNB using Logius Digipoort Introduction Logius documentation Logius requirements Logius validations 3

1 Delivery of data to DNB using Logius Digipoort Introduction Logius documentation Logius requirements Logius validations 3 Contents 1 Delivery of data to DNB using Logius Digipoort 2 1.1 Introduction 2 1.2 Logius documentation 2 1.3 Logius requirements 2 1.3.1 Logius validations 3 1.4 DNB requirements 3 1.4.1 Logius XML header

More information

CA Data Protection. Account Import XML Schema Guide. Release 15.0

CA Data Protection. Account Import XML Schema Guide. Release 15.0 CA Data Protection Account Import XML Schema Guide Release 15.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

1. Information Systems for Design Support

1. Information Systems for Design Support Published as: van Leeuwen, J.P., and A.J. Jessurun. 2001. Added Value of XML for CAAD. In: Proceedings of AVOCAAD 2001, Brussels, Belgium, April 5-7, 2001. ADDED VALUE OF XML FOR CAAD J.P. VAN LEEUWEN

More information

Schema Release. AseXML Schema Working Group Release r25

Schema Release. AseXML Schema Working Group Release r25 Schema Release AseXML Schema Working Group Release r25 Draft Release Date: 20/02/2009 Final Release Date: 27/3/2009 Last updated on 2 November, 2009 Page 1 of 15 Document History Version Date Authors Comments

More information

Overview. Introduction to XML Schemas. Tutorial XML Europe , Berlin. 1 Introduction. 2 Concepts. 3 Schema Languages.

Overview. Introduction to XML Schemas. Tutorial XML Europe , Berlin. 1 Introduction. 2 Concepts. 3 Schema Languages. Introduction to XML Schemas Tutorial XML Europe 2001 21.5.2001, Berlin Ulrike Schäfer. www.infotakt.de. slide 1 Overview 1 Introduction q Why are Schemas? 2 Concepts q What are schemas? 3 Schema Languages

More information

Usage Record -- XML Format

Usage Record -- XML Format Draft-Rec-UR-Usage Record XML format Authors: Usage Record-WG https://forge.gridforum.org/projects/ur-wg/ R. Lepro, NASA Ames S. Jackson, Pacific Northwest National Laboratory Status of This Memo Usage

More information

Password Based Cryptography

Password Based Cryptography Written By: Adam Berent Document Revision 1.1 Password Based Cryptography Outline 1.0 Preface 1. Preface 2. Summary 3. Message Format 3.1. XML Schema 4. Padding 5. Salt Generation 6. Deriving the Iteration

More information

HR-XML Schema Extension Recommendation, 2003 February 26

HR-XML Schema Extension Recommendation, 2003 February 26 HR-XML Schema Extension Recommendation, 2003 February 26 This version: HRXMLExtension.doc Previous version: HRXMLExtension-1_0.doc Editor: Paul Kiel, HR-XML, paul@hr-xml.org Authors: Paul Kiel, HR-XML,

More information

More XML Schemas, XSLT, Intro to PHP. CS174 Chris Pollett Oct 15, 2007.

More XML Schemas, XSLT, Intro to PHP. CS174 Chris Pollett Oct 15, 2007. More XML Schemas, XSLT, Intro to PHP CS174 Chris Pollett Oct 15, 2007. Outline XML Schemas XSLT PHP Overview of data types There are two categories of data types in XML Schemas: simple types -- which are

More information

EXAM IN SEMI-STRUCTURED DATA Study Code Student Id Family Name First Name

EXAM IN SEMI-STRUCTURED DATA Study Code Student Id Family Name First Name EXAM IN SEMI-STRUCTURED DATA 184.705 28. 10. 2016 Study Code Student Id Family Name First Name Working time: 100 minutes. Exercises have to be solved on this exam sheet; Additional slips of paper will

More information

OASIS SECURITY SERVICES DYNAMIC SESSION SPECIFICATION WORKING DRAFT

OASIS SECURITY SERVICES DYNAMIC SESSION SPECIFICATION WORKING DRAFT OASIS SECURITY SERVICES DYNAMIC SESSION SPECIFICATION WORKING DRAFT Last Updated: 05/10/01 SSTC filename: draft-sstc-sessions-dynamic-00.doc [Submitter s version of original submission: 0.51] Editor(s):

More information

asexml SCHEMA CHANGE REQUEST

asexml SCHEMA CHANGE REQUEST asexml SCHEMA CHANGE REQUEST PREPARED BY: PIUS KURIAN, PAUL SPAIN DOCUMENT REF: CR 39 VERSION: 1.1 DATE: 10 AUG 2010 DRAFT/FINAL DRAFT Austrol on En;?rgy Mo rket O perotor ltd ABN 9J. 072 o o 327 W"l.-.w.oemo.cr.:m.ou

More information

CHAPTER 8. XML Schemas

CHAPTER 8. XML Schemas 429ch08 1/11/02 1:20 PM Page 291 CHAPTER 8 XML Schemas MOST OF US WHO ARE INVOLVED in XML development are all too familiar with using Document Type Definition (DTD) to enforce the structure of XML documents.

More information

XML Schemas A C U R A D I B E L U S S I A L B E R T O ( E S T R A T T I D A M A T E R I A L E D I S P O N I B I L E S U L S I T O W 3 C )

XML Schemas A C U R A D I B E L U S S I A L B E R T O ( E S T R A T T I D A M A T E R I A L E D I S P O N I B I L E S U L S I T O W 3 C ) XML Schemas 1 A C U R A D I B E L U S S I A L B E R T O ( E S T R A T T I D A M A T E R I A L E D I S P O N I B I L E S U L S I T O W 3 C ) H T T P : / / W W W. W 3. O R G / T R / X M L S C H E M A - 0

More information

OpenSplice RMI over DDS Version 6.x. Getting Started Guide

OpenSplice RMI over DDS Version 6.x. Getting Started Guide OpenSplice RMI over DDS Version 6.x Getting Started Guide OpenSplice RMI over DDS GETTING STARTED GUIDE Part Number: OS-RMIGSG Doc Issue 01, 28 Oct 11 ii Getting Started Guide CONTENTS Table of Contents

More information

XML Schemas Derived from

XML Schemas Derived from 1 XML Schemas Derived from http://www.w3.org/tr/xmlschema-0/ Copyright by Roger L. Costello http://www.xfront.com/ Protected by the GNU General Public License Version 2 Modified by Fabrizio Riguzzi on

More information

Analysis and Metrics of XML Schema

Analysis and Metrics of XML Schema Analysis and Metrics of XML Schema Andrew McDowell University of Houston- Clear Lake andrew@rendai.com Chris Schmidt University of Houston- Clear Lake chris@rendai.com Kwok-Bun Yue University of Houston-

More information

HTML vs. XML In the case of HTML, browsers have been taught how to ignore invalid HTML such as the <mymadeuptag> element and generally do their best

HTML vs. XML In the case of HTML, browsers have been taught how to ignore invalid HTML such as the <mymadeuptag> element and generally do their best 1 2 HTML vs. XML In the case of HTML, browsers have been taught how to ignore invalid HTML such as the element and generally do their best when dealing with badly placed HTML elements. The

More information

Part 2: XML and Data Management Chapter 6: Overview of XML

Part 2: XML and Data Management Chapter 6: Overview of XML Part 2: XML and Data Management Chapter 6: Overview of XML Prof. Dr. Stefan Böttcher 6. Overview of the XML standards: XML, DTD, XML Schema 7. Navigation in XML documents: XML axes, DOM, SAX, XPath, Tree

More information

Information Systems. DTD and XML Schema. Nikolaj Popov

Information Systems. DTD and XML Schema. Nikolaj Popov Information Systems DTD and XML Schema Nikolaj Popov Research Institute for Symbolic Computation Johannes Kepler University of Linz, Austria popov@risc.uni-linz.ac.at Outline DTDs Document Type Declarations

More information

ASN1C. ASN.1 Compiler Version 6.4 XSD User s Guide

ASN1C. ASN.1 Compiler Version 6.4 XSD User s Guide ASN1C ASN.1 Compiler Version 6.4 XSD User s Guide Objective Systems, Inc. February 2011 The software described in this document is furnished under a license agreement and may be used only in accordance

More information

ITU-T X Common vulnerabilities and exposures

ITU-T X Common vulnerabilities and exposures International Telecommunication Union ITU-T X.1520 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (01/2014) SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY Cybersecurity information exchange

More information

ASN1C. ASN.1 Compiler Version 6.7 XML Schema Translator Users Guide Reference Manual

ASN1C. ASN.1 Compiler Version 6.7 XML Schema Translator Users Guide Reference Manual ASN1C ASN.1 Compiler Version 6.7 XML Schema Translator Users Guide Reference Manual Objective Systems, Inc. version 6.7 May 2014 The software described in this document is furnished under a license agreement

More information

!" DTDs rely on a mechanism based on the use of. !" It is intended to specify cross references" !" Reference to a figure, chapter, section, etc.!

! DTDs rely on a mechanism based on the use of. ! It is intended to specify cross references ! Reference to a figure, chapter, section, etc.! MULTIMEDIA DOCUMENTS! XML Schema (Part 2)"!" DTDs rely on a mechanism based on the use of attributes (ID et IDREF) to specify links into documents"!" It is intended to specify cross references"!" Reference

More information

Honda Canada. ebiz Single Sign-On v2 with External Web-Based Systems Specification. Version 2.4. Date Created: April 24, 2006

Honda Canada. ebiz Single Sign-On v2 with External Web-Based Systems Specification. Version 2.4. Date Created: April 24, 2006 Honda Canada ebiz Single Sign-On v2 with External Web-Based Systems Specification Version 2.4 Prepared By: Cris Jucan Date Created: April 24, 2006 Last Updated: June 30, 2009 Honda Canada Page 2 of 36

More information

XML (4) Extensible Markup Language

XML (4) Extensible Markup Language XML (4) Extensible Markup Language Acknowledgements and copyrights: these slides are a result of combination of notes and slides with contributions from: Michael Kiffer, Arthur Bernstein, Philip Lewis,

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

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

More information

ISLE Metadata Initiative (IMDI) PART 3 A. Vocabulary Taxonomy and Structure

ISLE Metadata Initiative (IMDI) PART 3 A. Vocabulary Taxonomy and Structure ISLE Metadata Initiative (IMDI) PART 3 A Vocabulary Taxonomy and Structure Draft Proposal Version 1.1 December, 2001 IMDI 1 Technical Report Max-Planck-Institute for Psycholinguistics NL, Nijmegen 1 For

More information

Articulation Transfer Clearinghouse Implementation Guide

Articulation Transfer Clearinghouse Implementation Guide Articulation Transfer Clearinghouse for 8/2/2007 Implementation Details TABLE OF CONTENTS INTRODUCTION... 3 Project Identification... 3 DOCUMENT CONTROL... 4 Update History... 4 ENVIRONMENTS... 5 METHODS...

More information

Cisco IOS XML-PI Command Reference

Cisco IOS XML-PI Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2017 Cisco Systems, Inc. All rights

More information

SuccessMaker Data Services API Guide

SuccessMaker Data Services API Guide SuccessMaker 7.0.1 Data Services API Guide Document last updated August 2014 Copyright 2011 2014 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson

More information

WHITE PAPER. Query XML Data Directly from SQL Server Abstract. DilMad Enterprises, Inc. Whitepaper Page 1 of 32

WHITE PAPER. Query XML Data Directly from SQL Server Abstract. DilMad Enterprises, Inc. Whitepaper Page 1 of 32 WHITE PAPER Query XML Data Directly from SQL Server 2000 By: Travis Vandersypen, President of DilMad Enterprises, Inc. Abstract XML is quickly becoming the preferred method of passing information, not

More information

XML and Content Management

XML and Content Management XML and Content Management Lecture 3: Modelling XML Documents: XML Schema Maciej Ogrodniczuk, Patryk Czarnik MIMUW, Oct 18, 2010 Lecture 3: XML Schema XML and Content Management 1 DTD example (recall)

More information

Schemas (documentation for 6.1)

Schemas (documentation for 6.1) SWAD-Europe: WP6.3b Pragmatic Methods for Mapping Semantics from XML Schemas (documentation for 6.1) Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

More information

Gestão e Tratamento de Informação

Gestão e Tratamento de Informação Departamento de Engenharia Informática 2013/2014 Gestão e Tratamento de Informação 1st Project Deadline at 25 Oct. 2013 :: Online submission at IST/Fénix The SIGMOD Record 1 journal is a quarterly publication

More information

Schema and WSDL Design Checklist

Schema and WSDL Design Checklist Schema and WSDL Design Quality Assurance Version: 1.0 Final Date: 27/05/2008 Distribution: Process Improvement DISCLAIMER Origo Services Limited believes it has employed personnel using reasonable skill

More information

Introduction to XML DTD

Introduction to XML DTD Introduction to XML DTD What is a DTD? A DTD is usually a file (or several files to be used together) which contains a formal definition of a particular type of document. This sets out what names can be

More information

Corrigendum for the OpenGIS Web Feature Service (WFS) implementation specification

Corrigendum for the OpenGIS Web Feature Service (WFS) implementation specification Open Geospatial Consortium Inc. Date: 2006-02-12 Reference number of this document: OGC 06-027r1 Version: 1.1.0 Category: OpenGIS IS Corrigendum Editor: Panagiotis (Peter) A. Vretanos Corrigendum for the

More information

Data Pump User Guide

Data Pump User Guide Data Pump User Guide CalAmp Corporation 13645 Dulles Technology Drive, Herndon, VA 20171 Document: MBUD-0189v6 Phone : (703) 262-0500 August 2015 FAX: (703) 262-0380 www.calamp.com FleetOutlook Data Pump

More information

United States Thoroughfare, Landmark, and Postal Address Data Standard. 7. Appendices

United States Thoroughfare, Landmark, and Postal Address Data Standard. 7. Appendices 7. Appendices 391 Appendix A (Normative): XSD Schemas The Address Standard XML Schema Definition is broken into 2 parts. The first part contains element definitions and corresponds to Part One of the Standard.

More information

The Application Level Events (ALE) Specification, Version 1.1 Part II: XML and SOAP Bindings

The Application Level Events (ALE) Specification, Version 1.1 Part II: XML and SOAP Bindings 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 The Application Level Events (ALE) Specification, Version 1.1 Part II: XML and SOAP Bindings EPCglobal Ratified Specification as of February 27, 2008 Disclaimer

More information

XML Schema Design Rules and Conventions (DRC) Interim Update For the Exchange Network

XML Schema Design Rules and Conventions (DRC) Interim Update For the Exchange Network XML Schema Design Rules and Conventions (DRC) Interim Update For the Exchange Network Version: 1.1 DEPRECATED Revision Date: 04/06/2006 APRIL 6, 2006 PREPARED BY WINDSOR SOLUTIONS, INC ACKNOWLEDGEMENTS

More information

ExpressionView file format

ExpressionView file format ExpressionView file format Gábor Csárdi October 30, 2017 Contents 1 Introduction 1 2 The file format 2 2.1 Header and main parts........................ 2 2.2 Summary............................... 3 2.3

More information

XML. XML Namespaces, XML Schema, XSLT

XML. XML Namespaces, XML Schema, XSLT XML XML Namespaces, XML Schema, XSLT Contents XML Namespaces... 2 Namespace Prefixes and Declaration... 3 Multiple Namespace Declarations... 4 Declaring Namespaces in the Root Element... 5 Default Namespaces...

More information

SID Archive Cookbook

SID Archive Cookbook SID Archive Cookbook January 29, 2015 Table of Contents Introduction...2 Nomenclature...2 Preparing Data for Archiving...3 Determine the Submission Type...3 Create the Readme.xml File...4 Helpful Hints

More information

XML Schema Part 0: Primer

XML Schema Part 0: Primer torsdag 6 september 2001 XML Schema Part 0: Primer Page: 1 XML Schema Part 0: Primer W3C Recommendation, 2 May 2001 This version: http://www.w3.org/tr/2001/rec-xmlschema-0-20010502/ Latest version: Previous

More information

UC Web Service Developer Guide of UC Credit Report. version 1.1 V

UC Web Service Developer Guide of UC Credit Report. version 1.1 V UC Web Service Developer Guide of UC Credit Report version 1.1 V. 2015.12.14 Developer Guide of UCCreditReport Web Service Page 2 of 45 Terms description of UCCreditReport Web Service Copyright 2009 UC

More information

XML Schema Part 0: Primer Second Edition

XML Schema Part 0: Primer Second Edition Page 1 of 81 XML Schema Part 0: Primer Second Edition W3C Recommendation 28 October 2004 This version: http://www.w3.org/tr/2004/rec-xmlschema-0-20041028/ Latest version: Previous version: http://www.w3.org/tr/2004/per-xmlschema-0-20040318/

More information

/home/karl/desktop/case 1/openesb/Case1XSLT/src/Case1.wsdl

/home/karl/desktop/case 1/openesb/Case1XSLT/src/Case1.wsdl Case1.wsdl /home/karl/desktop/case 1/openesb/Case1XSLT/src/Case1.wsdl 43 In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is

More information

Web Services Base Faults (WS-BaseFaults)

Web Services Base Faults (WS-BaseFaults) WS-BaseFaults 1 Web Services Base Faults (WS-BaseFaults) DRAFT Version 1.0 3/31/2004 Authors Steve Tuecke (Globus / Argonne) (Editor) Karl Czajkowski (Globus / USC/ISI) Jeffrey Frey (IBM) Ian Foster (Globus

More information

XMI Version 1Production of XML Schema Specification

XMI Version 1Production of XML Schema Specification XMI Version 1Production of XML Schema Specification During the finalization phase, the XML Production of XML Schema Final Adopted Specification (ad/2001-12-03) was split into two documents to resolve one

More information

Session [2] Information Modeling with XSD and DTD

Session [2] Information Modeling with XSD and DTD Session [2] Information Modeling with XSD and DTD September 12, 2000 Horst Rechner Q&A from Session [1] HTML without XML See Code HDBMS vs. RDBMS What does XDR mean? XML-Data Reduced Utilized in Biztalk

More information

7.1 Introduction. 7.1 Introduction (continued) - Problem with using SGML: - SGML is a meta-markup language

7.1 Introduction. 7.1 Introduction (continued) - Problem with using SGML: - SGML is a meta-markup language 7.1 Introduction - SGML is a meta-markup language - Developed in the early 1980s; ISO std. In 1986 - HTML was developed using SGML in the early 1990s - specifically for Web documents - Two problems with

More information

XSDs: exemplos soltos

XSDs: exemplos soltos XSDs: exemplos soltos «expande o tipo base»

More information

GSN8 Ethernet Data Logger (optional GPS)

GSN8 Ethernet Data Logger (optional GPS) GSN8 Ethernet Data Logger (optional GPS) TCP Modbus GSX8 TCP Switch Software Version 1.1.4 Revision 170804 [V3NE2P] In TCP Client mode, GSN8 Ethernet Data Logger will initiate the data upload to central

More information

A namespace prefix is defined with a xmlns attribute using the syntax xmlns:prefix="uri".

A namespace prefix is defined with a xmlns attribute using the syntax xmlns:prefix=uri. Question 1 XML Syntax and Basics (a) What are 'namespaces' used for in relation to XML and how are they applied to an XML document?(2 marks) Namespaces are used to avoid element name conflicts when using/mixing

More information

Cartridge Packs Release 12.0

Cartridge Packs Release 12.0 [1]Oracle Communications Offline Mediation Controller Cartridge Packs Release 12.0 E91426-01 December 2017 Oracle Communications Offline Mediation Controller Cartridge Packs, Release 12.0 E91426-01 Copyright

More information

[MS-WORDLFF]: Word (.xml) Co-Authoring File Format in Document Lock Persistence Structure

[MS-WORDLFF]: Word (.xml) Co-Authoring File Format in Document Lock Persistence Structure [MS-WORDLFF]: Word (.xml) Co-Authoring File Format in Document Lock Persistence Structure Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Data Services API Guide SuccessMaker 10

Data Services API Guide SuccessMaker 10 Document last updated July 26, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks,

More information

Knowledge Engineering pt. School of Industrial and Information Engineering. Test 2 24 th July Part II. Family name.

Knowledge Engineering pt. School of Industrial and Information Engineering. Test 2 24 th July Part II. Family name. School of Industrial and Information Engineering Knowledge Engineering 2012 13 Test 2 24 th July 2013 Part II Family name Given name(s) ID 3 6 pt. Consider the XML language defined by the following schema:

More information

Data Services API Guide SuccessMaker 9

Data Services API Guide SuccessMaker 9 Document last updated September 22, 2016 Copyright 2016 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks,

More information

Internet Engineering Task Force. Intended status: Informational July 08, 2013 Expires: January 09, 2014

Internet Engineering Task Force. Intended status: Informational July 08, 2013 Expires: January 09, 2014 Internet Engineering Task Force E. Haleplidis Internet-Draft University of Patras Intended status: Informational July 08, 2013 Expires: January 09, 2014 Abstract ForCES Model Extension draft-haleplidis-forces-model-extension-04

More information

Information technology Multimedia framework (MPEG-21) Part 15: Event Reporting

Information technology Multimedia framework (MPEG-21) Part 15: Event Reporting INTERNATIONAL STANDARD ISO/IEC 21000-15:2006 TECHNICAL CORRIGENDUM 1 Published 2008-02-01 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION МЕЖДУНАРОДНАЯ ОРГАНИЗАЦИЯ ПО СТАНДАРТИЗАЦИИ ORGANISATION INTERNATIONALE

More information

Maintaining the Enterprise CDS

Maintaining the Enterprise CDS CHAPTER 11 The following sections describe how to maintain the ECDS: Upgrading Software, page 11-1 Finding the Device Software Version, page 11-9 Rebooting Devices, page 11-9 Deleting a Device, page 11-10

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 102 344 V1.1.1 (2004-07) Technical Specification Application session services 2 TS 102 344 V1.1.1 (2004-07) Reference DTS/ECMA-00290 Keywords CSTA, service 650 Route des Lucioles F-06921 Sophia Antipolis

More information

BPS 17 - Eclipse Chart Engine Scale/Axis/Grouping Enhancements

BPS 17 - Eclipse Chart Engine Scale/Axis/Grouping Enhancements BPS 17 - Eclipse Chart Engine Scale/Axis/Grouping Enhancements Draft 10: Dec 4 th, 2006 Abstract This document describes the enhancements for scale/axis/grouping support in the Eclipse Chart Engine. Document

More information

eidas SAML Attribute Profile

eidas SAML Attribute Profile eidas SAML Attribute Profile eidas Technical Sub-group, 28 October 2016 Document identifier: eidas/profiles/saml/attributes Abstract: This specification defines the SAML attributes to be used for the assertion

More information

[MS-RDWR]: Remote Desktop Workspace Runtime Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-RDWR]: Remote Desktop Workspace Runtime Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-RDWR]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

OMA Web Services Enabler (OWSER) Best Practices: WSDL Style Guide

OMA Web Services Enabler (OWSER) Best Practices: WSDL Style Guide OMA Web Services Enabler (OWSER) Best Practices: WSDL Style Guide Approved Version 1.0 15 Jul 2004 Open Mobile Alliance OMA-OWSER-Best_Practice-WSDL_Style_Guide-V1_0-20040715-A OMA-OWSER-Best_Practice-WSDL_Style_Guide-V1_0-20040715-A

More information

Chapter 3 Brief Overview of XML

Chapter 3 Brief Overview of XML Slide 3.1 Web Serv vices: Princ ciples & Te echno ology Chapter 3 Brief Overview of XML Mike P. Papazoglou & mikep@uvt.nl Slide 3.2 Topics XML document structure XML schemas reuse Document navigation and

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Training History Import/Export Document Information Document ID: EN145 Document title: EKP Training History Import/Export Version: 1.7 Document date: 14 April 2009 This document

More information

RDB2XSD: AUTOMATIC SCHEMA MAPPING FROM RDB INTO XML

RDB2XSD: AUTOMATIC SCHEMA MAPPING FROM RDB INTO XML RDB2XSD: AUTOMATIC SCHEMA MAPPING FROM RDB INTO XML 1 LARBI ALAOUI, 2 OUSSAMA EL HAJJAMY, 3 MOHAMED BAHAJ 1 International University of Rabat, 11100 Sala Al Jadida, Morocco 2, 3 University Hassan I, FSTS

More information

TIGERS STANDARDS. FED/STATE MODERNIZED efile STATE SCHEMAS

TIGERS STANDARDS. FED/STATE MODERNIZED efile STATE SCHEMAS TIGERS STANDARDS FED/STATE MODERNIZED efile STATE SCHEMAS November 14, 2009 CONTENTS 1.0 Introduction 1.1 Background 1.2 Objectives 2.0 Common Schemas 2.1 Header Common Core 2.2 BinaryAttachments 2.3 FinancialTransaction

More information

XML Schema Profile Definition

XML Schema Profile Definition XML Schema Profile Definition Authors: Nicholas Routledge, Andrew Goodchild, Linda Bird, DSTC Email: andrewg@dstc.edu.au, bird@dstc.edu.au This document contains the following topics: Topic Page Introduction

More information

BEA WebLogic Server R EJB Enhancements

BEA WebLogic Server R EJB Enhancements BEA WebLogic Server R EJB Enhancements Version: 10.3 Tech Preview Document Date: October 2007 Table of Contents Overview of EJB Enhancements... 3 Using the persistence-configuration.xml Descriptor... 3

More information

SAP HR Organizational Charting Interface (HR-OCI) Version 1.0. Customer Configuration Guide

SAP HR Organizational Charting Interface (HR-OCI) Version 1.0. Customer Configuration Guide SAP HR Organizational Charting Interface (HR-OCI) Version 1.0 Customer Configuration Guide CONFIGURATION GUIDE FOR THE SAP HR ORGANIZATIONAL CHARTING INTERFACE (HR-OCI)...4 PURPOSE...4 INTENDED AUDIENCE...4

More information

III General Acknowledgement message. Acknow. Workgroup Document version: A. Version 5.0 SECTION

III General Acknowledgement message. Acknow. Workgroup Document version: A. Version 5.0 SECTION 1 2 3 4 5 SECTION III General Acknowledgement Message Acknow 6 Version 5.0 Edig@s 7 8 9 10 EASEE-gas/Edig@s Workgroup Document version: A ACKNOW Version 5.0 / 2010-02-17 III - 1 11 COPYRIGHT & LIABILITY

More information

[MS-ISPAC]: Integration Services Project Deployment File Format Structure Specification

[MS-ISPAC]: Integration Services Project Deployment File Format Structure Specification [MS-ISPAC]: Integration Services Project Deployment File Format Structure Specification Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes

More information

Data Export User Manual. Data transferred to the auditor program in XML format

Data Export User Manual. Data transferred to the auditor program in XML format Data Export User Manual Data transferred to the auditor program in XML format Table of contents 1 Content requirements of the XML... 3 1.1 Overview... 3 1.2 Defined Types... 3 1.3 Restrictions... 3 1.4

More information

Search Page Basic Search Advanced Search Exploring search results Showing Properties Showing Details...

Search Page Basic Search Advanced Search Exploring search results Showing Properties Showing Details... Tutorials Search and Discovery... 4 Search Page... 4 Basic Search... 4 Advanced Search... 5 Exploring search results... 7 Showing Properties... 8 Showing Details... 9 Showing a Namespace Page... 9 Showing

More information