Re: Sequence fixed attributes

Hi Gerson,

> I would like to know if there is some way to define a xml schema
> where the attributes of an element must appear always in the same
> sequence at the xml instance. If some attribute appear in a diferent
> position, the parser should throw an error.

I'm afraid not. One of the basic XML 1.0 rules is that the order of
attributes is not significant, so there's no way that an XML processor
(or at least one that works on the infoset) can know what order
attributes were originally specified in.

If the order of some information is significant, then you need to
store that information in elements instead.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/

Received on Thursday, 20 December 2001 11:15:31 UTC