Examples of overlapping structures can be found in several articles in the Balisage Bibliograpy -- by Yves Marcoux, Michael Sperberg-McQueen and other authors.
A simple example of representing time-based events is by their starts and ends. Imagine that Alice starts cooking, then Bob enters, then Alice ends her cooking, then Bob ends his presence.
We would want something like the below:
<Alice act="cooking in room R">
<Bob act="being present in room R>
</Alice> <!-- Ends cooking -->
</Bob> <!-- Quits the room -->
The above, unfortunately, is not a well-formed XML fragment as the two elements <Alice> and <Bob> have overlapping scopes.
Hope this clarifies the problem.
As an exercise, do try to represent (not just to express) a Sudoku board -- see a good representation
https://www.fiendishsudoku.com/ with the "Pencilmarks" checkbox checked.
One can argue that the dimensionality here is maybe at least 8 (rows x columns x (3x3)squares x arrays of possible values at each cell).
Thanks,
Dimitre
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they write all patents, too? :)
-------------------------------------
Sanity is madness put to good use.
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.