With this parameter you can specify the sorting order of components.
The parameter has the following meaning:
true
),
the components will be sorted alphabetically by their names (ignoring letter case).
The component name is assumed to be that under which the component appears (is referenced to) at the given documentation location. This is typically the component qualified name (which is the actual namespace prefix plus the component local name). That, however, can be changed using "Show | Namespace Prefixes" parameter.
Additionally, in the case of a local element, the component name may also include a special extension used to distinguish the equally named local elements. For more details about this, please see "Show | Local Element Extensions" parameter.
false
),
the components will follow in the same order as they are defined in the XML schema.
This gives you a possibility to specify a particular ordering of the components (e.g. elements) by yourself. For instance, simply define the most important components (e.g. an XML document's root element) on the top of the XML schema. Then, they will appear the first in the component summary.
The default value of this parameter is copied dynamically from the value of the "Generate Details | Sorting | Components" parameter.