Legend :
- horizontal axis : it is the depth axis. It of course starts with 1 on the left because the root element is always at depth 1. And it ends at any depth on the right, where you find the max depth indicator.
- vertical axis : it is the amount of occurences of elements at a given depth. In any Xml stream, there are zero, one or more element instances at a given depth. There is exactly one occurence of a root element, so you will always find 1 at depth 1. There can be any other combinations for other depths. Of course, if there is an element living at depth 5, there must be at least one element living at depth 2, 3 and 4 : depth 5 must be reached! The (max,avg,min) labels are not related to the indicators above : they are figures for the occurence series, not the depth series.
Close this one