Global attributes provided by XLink Type definition attribute type Locator attributehref Semantic attributesrole, arcrole, title Behavior attributesshow,

Slides:



Advertisements
Similar presentations
Copyright © 2003 Pearson Education, Inc. Slide 6-1 Created by Cheryl M. Hughes, Harvard University Extension School Cambridge, MA The Web Wizards Guide.
Advertisements

Applications of XSLT. generating Word documents WordML provides formatting and content elements Word 2003 can read WordML files XSLT can be used to transform.
Multi Platform Applications XML, XPath, XSLT transform.
Dickson K.W. Chiu PhD, SMIEEE Thanks to Prof. Francis Lau (HKU)
XLink Van Lepthien CSCI 7818 Fall Overview What is XLink? W3C Stuff XLink Elements Linkbases Traversals Implementations Comments References.
1 XML Linking Language (XLink) W3C Working Draft - 3/3/1998.
Variations of Linked Lists CS 308 – Data Structures.
Objects Objects are at the heart of the Object Oriented Paradigm What is an object?
Managing XML and Semistructured Data Lecture 2: XML Prof. Dan Suciu Spring 2001.
1 times table 2 times table 3 times table 4 times table 5 times table
National Coastal Data Development Center A division of the National Oceanographic Data Center Please a list of participants at each location to
Entity Relationship Diagrams
Week 1.  Phillip Chee   Ext.1214 
Xpath Xlink Xpointer Xquery Sources:
Phase 2: Systems Analysis
Proposal for Property/Response Files reference and value substitutions Draft 0.1 Weijia (John) Zhang Dell Inc.
XML - Why: The HTML-Dilemma HTML, SGML, XML - How: Syntax, Concept, Language Elements Basics Well-formed XML-Documents (without DTD) Valid XML-Documents.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Early Work Masterman: 100 primitive concepts, 15,000 concepts Wilks: Natural Language system using semantic networks Shapiro: Propositional calculus based.
Processing of structured documents. XML Linking Language (XLink) zCreate and describe links between resources zboth basic unidirectional links and more.
Chapter 2 Database Environment. Agenda Three-Level ANSI-SPARC Architecture Database Languages Data Models Functions of DBMS Components of DBMS Data Dictionary.
Guideline 12 Provide context and orientation information.
Part One Review Policy Intro to ISO Levels of Metadata Data Discovery.
XLinks Praveen Polishetty. Contents : XLink Capabilities XLink Concepts XLink Core Properties XLink Semantic Properties XLink Behavior Properties XLink.
XML Schema. Why Validate XML? XML documents can generally have any structure XML grammars define specific document structures Validation is the act of.
Software Engineering Lecture 8 Object-Oriented Analysis.
AUKEGGS Canberra, Exposing legacy file-based data (interop-for-files) Andrew Woolf CCLRC Rutherford Appleton Laboratory
Introducing XLink and XPointer ©NIITeXtensible Markup Language/Lesson 10/Slide 1 of 23 Objectives In this lesson, you will learn to: * Identify the types.
UML Basics and XML Basics Navigating the ISO Standards.
M180: Data Structures & Algorithms in Java Trees & Binary Trees Arab Open University 1.
XML Linking Language (XLink) Yi-Hui Lin. What is XLink? XLink is short for the XML Linking Language XLink is a language for creating hyperlinks in XML.
Interoperability How to Build a Digital Library Ian H. Witten and David Bainbridge.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
McGraw-Hill/Irwin © 2004 by The McGraw-Hill Companies, Inc. All rights reserved. Linking XML Documents Ellen Pearlman Eileen Mullin Programming the Web.
Working with XML. Markup Languages Text-based languages based on SGML Text-based languages based on SGML SGML = Standard Generalized Markup Language SGML.
Tables Learning Support
1 U3O2: Database Design Tools  Naming Conventions  Eg.s prefix tables with tblCustomer, tblProducts; customer table, cusCustomerID, cusAddress; Queries,
1 TEST SETS the general method data models extraction functional criterias data sets data sets before tests selection test execution extraction anonymisation.
Processing of structured documents Part 7. XML Linking Language (XLink) zCreate and describe links between resources zboth basic unidirectional links.
Family of Atoms Title Page. Name of area of study - Definition of area of study and where it is found on the periodic table.
13 October Building a Web Site. Current events Cherelle Scott.
 XML derives its strength from a variety of supporting technologies.  Structure and data types: When using XML to exchange data among clients, partners,
® Sponsored by Hosted by HY_Features Part 3 - OWL encoding: rhyme and reason 96th OGC Technical Committee Nottingham, UK Rob Atkinson 17 September 2015.
Describing resources II: Dublin Core CERN-UNESCO School on Digital Libraries Rabat, Nov 22-26, 2010 Annette Holtkamp CERN.
CodePainter Revolution Trainer Course Max Vizzini Documentation.
Presentation Title.
Presentation Title.
HTML CS 4640 Programming Languages for Web Applications
Semantic analysis Jakub Yaghob
XML Related Technologies
Chapter Eight Interoperability How to Build a Digital Library
Introduction to Unified Modeling Language (UML)
Database Design with Semantic Object Models
CS 367 – Introduction to Data Structures
Forms.
Times Tables.
(2,4) Trees /26/2018 3:48 PM (2,4) Trees (2,4) Trees
Semantic Objects.
Petri nets refresher Prof.dr.ir. Wil van der Aalst
Label Name Label Name Label Name Label Name Label Name Label Name
Group 1 Group 1 Group 1 Group 1 word word word word word word word word word word word word word word word word word word word word word word word.
(2,4) Trees /24/2019 7:30 PM (2,4) Trees (2,4) Trees
Chapter 20: Binary Trees.
Functions and Relations
Presentation Title Your information.
3 times tables.
6 times tables.
2015 State Convention Focus Tables.
HTML CS 4640 Programming Languages for Web Applications
Presentation transcript:

global attributes provided by XLink Type definition attribute type Locator attributehref Semantic attributesrole, arcrole, title Behavior attributesshow, actuate Traversal attributeslabel, from, to

The XLink type attribute simple: a simple link extended: an extended, possibly multi- resource, link locator: a pointer to an external resource resource: an internal resource arc: a traversal rule between resources title: a descriptive title for another linking element

V-type element By convention, when an attribute includes the type attribute with a value V, we will refer to it as a V-type element, no matter what its actual name is. <bookref link:type="locator“ …

Table 1 - Attribute usage (from the W3C specification) Attributesimpleextendedlocatorarcresourcetitle typeRRRRRR hrefO R roleOOO O arcroleO O titleOOOOO showO O actuateO O label O O from O to O

Table 2 - Significant child types (from the W3C specification) Parent typeSignificant child element types simple- extendedlocator, arc, resource, title locatortitle arctitle resource- title-