[
Lists Home |
Date Index |
Thread Index
]
- From: rbourret@dvs1.informatik.tu-darmstadt.de (Ron Bourret)
- To: xml-dev@ic.ac.uk
- Date: Wed, 10 Jun 1998 17:23:45 +0200
Paul Prescod wrote:
> > The XSC:id attribute identifies the name of the element, and is required.
>
> I don't think that ID/IDREF is going to be powerful enough for us,
> unfortunately. We will want to be allowed to reuse the same name for and
> element and an attribute, for instance. So the name need only be unique
> across a particular type. XML doesn't support this well, but a "linking
> schema" language could (in the future) or some future version of XSchema
> could support it directly. Michael Sperberg-McQueen described a nice
> syntax for describing these kinds of constraints once.
This is a mistake in the current DTD, where we use id attributes for both
ElementDecl and Notation (but not AttDef). It's not quite clear to me if
notations are in or out at the moment. If they stay in, we could retain an ID
attribute on ElementDecls and get uniqueness checking from validating parsers
for free. On the other hand, because a validator is looking like a reasonable
application to build, there seems no reason to do this, since the validator
would need to check uniqueness for non-validating parsers anyway.
Note also that attribute names are required to be unique only within the
attributes of a single element, not all attributes.
-- Ron Bourret
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|