[Bug 12535] [XDM30] Definition of 'tree' missing and apparently non-standard

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12535

--- Comment #8 from Norman Walsh <ndw@nwalsh.com> 2011-09-06 15:53:37 UTC ---
Rather than try to redefine tree, maybe it'd be simpler to just reword the
"exactly one tree" sentence that's troubling. How's everyone feel about this?

Every node is one of the seven kinds of nodes defined in 6 Nodes. Nodes form a
tree. Each node has at most one parent (reachable via the dm:parent accessor)
and descendant nodes that are reachable directly or indirectly via the
dm:children, dm:attributes, and dm:namespace-nodes accessors. [Definition: The
root node is the topmost node of a tree, the node with no parent.] Every tree
has exactly one root node and every other node can be reached from exactly one
root node.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 6 September 2011 15:53:41 UTC