G
Giacomino
Let's suppose I want a document like this:
<tree>
<node>
<nodeChildren>
<node> ... </node>
...
<nodeSelection selected="..."/>
</node>
....
</tree>
"selected" attribute is an xpointer that point to a child node in
nodeChildren sequence.
I have to write the schema for that document. My question is
how can I specify the "selected" attribute in the schema to be an
xpointer?
Thanks.
<tree>
<node>
<nodeChildren>
<node> ... </node>
...
<nodeSelection selected="..."/>
</node>
....
</tree>
"selected" attribute is an xpointer that point to a child node in
nodeChildren sequence.
I have to write the schema for that document. My question is
how can I specify the "selected" attribute in the schema to be an
xpointer?
Thanks.