OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Element Order significance in XML



Based on what I have been reading, the order of elements as specified in the
DTD is guaranteed. Is there a way to overcome this limitation and have a
randomly ordered list instead of a sequenced list. In particular, how can we
specify that ELEMENT BIG can have either 0 or 1 of SMALL1, SMALL2... in any
random order?

<!ELEMENT BIG (SMALL1?,SMALL2?,SMALL3?,SMALL4?,SMALL5?)>

Any help on this appreciated.