Re: [xml-dev] XHTML 2.0 and the death of XLink and XPointer?

From
Rick Jelliffe <>
To
Date
2002-08-14T07:05:11Z
ID
<007301c24360$ee52a430$>
Thread
Re: [xml-dev] XHTML 2.0 and the death of XLink and XPointer?
From: "Norman Walsh" <>
 
> / "Rick Jelliffe" <> was heard to say:
> | There is also another approach lurking in the wings, to wit: use a schema
> | which declares the linking properties of various information items. 
> |
> | E.g.
> |
> | <attribute name="href" type="anyURI"  xlink:type="href" xlink:actuate="user" />
> 
> I think you mean defaulted attribute values. But I think you've just
> made the xs:attribute element into a link :-)
> 
> Or maybe you mean to add a new semantic? Or maybe you mean to add
> these in some sort of annotation?
 
Oops, killed by terseness.  Yes, I should have written something link

<attribute name="href" type="anyURI"  xlink-type="href" xlink-actuate="user" />

If it were a W3C XML Schema schema, this would be done in an <annotation> I guess.

Cheers
Rick Jelliffe