[
Lists Home |
Date Index |
Thread Index
]
GARNIER Pierre <pgarnier@mega.com> writes:
> Here are the two instances that you give (simplified):
>
> <time xsi:type="complexTime"><hour>14</hour><min>59</min></time>
>
> <time xsi:type="simpleTime">14:59</time>
>
> I don't want to be embarrassing, but, practically, from the instances
> creator point of view (the one that write an instance), is it differing so
> much with the following ?
>
> <time-complex><hour>14</hour><min>59</min></time>
>
> <time-simple>14:59</time>
You can have this too, by making the <time> element abstract as well,
and defining <time-complex> and <time-simple> to have <time> as their
substitution group head. Then wherever you write a reference to
<time> in a content model, and instance must have either
<time-complex> or <time-simple>.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
|