Expressing XLink concepts in XML Schema

Arnold, Curt Curt.Arnold at hyprotech.com
Fri Jul 30 18:44:38 BST 1999


It seems to me that there would be a benefit of being able to express XLink
concepts in a much higher level in XML Schema.  Basically, the XLink
approach (and a totally appropriate one) is to communicate its concepts
through the few available means in XML with DTDs.  But it would seem that we
could have a more elegant way to express this in XML Schema, that could be
rendered identically in a generated DTD or present the same information when
a document is accessed through a Schema-based DOM parser.

This approach may be limited to cases where the specific XLink attributes
are fixed for an element.  It may not readily allow you to change within the
document the nature of a link, for example.

Maybe something like

<schema>
	<elementType name="A">
		<simpleLink role="hyperlink" show="replace" actuate="user"/>
	</elementType>
</schema>

Has anyone been doing anything with expressing XLink in Schema?  Any other
thoughts or gaping holes in my logic?

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list