← Prev in month ← Prev in thread

Defining Xlink in XMLschema

From
C Baines <>
To
Date
2003-05-17T17:10:29Z
ID
<001501c31c97$4d9118e0$f8c628c3@brianwas>
Thread
Defining Xlink in XMLschema
Hi

Can anyone help me with these questions?

If I wanted to include inline xlinks within a document e.g.

<rhyme>The <link xmlns:xlink="http://www.w3c.org/1999/xlink"
xlink:href="cat.png" xlink:show="new" xlink:title="cat">cat</link> sat on
the mat</rhyme>

1.    Presumably <rhyme> and any other elements containing <link> need to be
mixed elements declaring <link> as a child in the schema - but is there a
way of declaring <link> just once in the schema so that it can be used
within any elements at random?

2.    (Main question) Do I still have to declare the xlink attributes in the
schema, i.e. href, show and title, or is this unnecessary because I have
declared the Xlink namespace within <link> already?

Thanks

Charles
← Prev in month ← Prev in thread