FlexDoc/XML - XSDDoc - Parameter Tree

About XSDDoc parameters

«Details | Namespace Overview» parameter group

This parameter group controls the content of the «Namespace Overview» documentation block.

Parameter Name / Type / Description

Namespace Profile

doc.namespace.profile : boolean

Specify whether to generate the «Namespace Profile» section.

Schema Summary

doc.namespace.schemas : boolean

Specify whether to generate the «Schema Summary» section that enumerates all documented XML schemas along with a few details about each of them.

Nested Parameters:
Specify how the schema summary should be sorted and which details are to be shown about each XML schema.

The default values of all these parameters are copied from the values of the corresponding parameters in the group: “Details | Fragments | Schema Summary

Sorting

doc.namespace.schemas.sorting : boolean

Specify how the «Schema Summary» is sorted.

The parameter has the following meaning:

  • When it is selected (true), the XML schemas will be sorted alphabetically by their file names (ignoring letter case).
  • When the parameter is unselected (false), the XML schemas will follow in a certain "physical" order determined by how the initial XML schemas (to be documented) have been specified as well as how these schemas import other XML schemas. For more information about this, see also “Generate Details | For schemas” parameter group.
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Schema Summary | Sorting

Annotation

doc.namespace.schemas.annotation : enum {"first_sentence", "full", "none"}

Specify whether to include the XML schema annotation and which part of it.

The full annotation text is obtained from all <xs:documentation> elements found by the following path:

xs:schema/xs:annotation/xs:documentation
Multiple <xs:documentation> elements produce multiple sections of the annotation text.

Possible Choices:

"first sentence"
Include only the first sentence of the annotation text.
"full"
Include the full annotation.
"none"
Do not include annotation.
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Schema Summary | Annotation

Schema Profile

doc.namespace.schemas.profile : boolean

Specifies whether to generate the «Schema Profile» section, which shows the general summary information about the component.

Nested Parameters:

Control what exactly is included in the «Schema Profile» section.
Default Value:
The default values of this and nested parameters are copied dynamically from the value of the parameter group: Details | Fragments | Schema Summary | Schema Profile

Component Summary

doc.namespace.comps : boolean

Specify whether to generate summary tables of global components and local elements that belong to the given namespace (that is defined in all XML schemas that target this namespace).

Nested Parameters:

Specify the types of the components to be shown in the summary tables, the ordering of the components and which information must be displayed about each component.

The default values of the parameters are copied dynamically from the values of corresponding parameters in the group: Details | Fragments | Component Summary

Generate For

doc.namespace.comps.for

The parameters in this group control for what type of components the summary is generated.

Elements
Local Elements
Complex Types
Simple Types
Element Groups
Attribute Groups
Global Attributes

doc.namespace.comps.for.elements : boolean
doc.namespace.comps.for.element.local : enum {"all", "complexType", "none"}
doc.namespace.comps.for.complexTypes : boolean
doc.namespace.comps.for.simpleTypes : boolean
doc.namespace.comps.for.groups : boolean
doc.namespace.comps.for.attributeGroups : boolean
doc.namespace.comps.for.attributes : boolean

Specify whether to generate component summaries for particular components types.

Default Value:

The default values of these parameters are copied dynamically from the corresponding parameters in the group: Details | Fragments | Component Summary | Generate For

Sorting

doc.namespace.comps.sorting : boolean

With this parameter you can specify the sorting order of components.

The parameter has the following meaning:

  • When it is selected (true), the XSD 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 local elements, 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 | Element Name Extensions” parameter.

  • When the parameter is unselected (false), the XSD components are not sorted. In that case they will follow in a certain "physical" order produced according to the following.

    When components come from different XML schemas, first, they will be grouped by their schemas. The ordering of those groups is determined by what XSD files have been specified initially and how they reference (e.g. import) other XSD files.

    Within a group of components that belong to the same XML schema, they will follow in the same order as they are defined in that schema.

    This allows you to control a particular ordering of components (e.g. elements) by yourself. Simply define the most important components (e.g. an XML document's root element) on the top of the XML schema. If you have several schemas to document, specify the most important of them the first. That will produce the component ordering as you wish (or something close to it).

Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Sorting

Annotation

doc.namespace.comps.annotation : enum {"first_sentence", "full", "none"}

Specify whether to include in the summary item the XSD component annotation and which part of it.

The full annotation text is obtained from all <xs:documentation> elements found by the following path:

xs:component/xs:annotation/xs:documentation
where 'xs:component' is the particular XML element that defines the component (e.g. xs:complexType). Multiple <xs:documentation> elements produce different sections of the annotation text.

Possible Choices:

"first sentence"
Include only the first sentence of the annotation text.
"full"
Include the full annotation.
"none"
Do not include annotation.
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Annotation
See Also:
Processing | Annotations” parameter group, where you can specify how annotations are processed and displayed.

Component Profile

doc.namespace.comps.profile : boolean

Specify whether to include in the summary item the «Component Profile» section, which shows some general information about the XSD component.

Nested Parameters:

Control what is included in the Component Profile section. These parameters are similar to those found in “Detail | Component Documentation | Component Profile” parameter group.
Default Value:
The default values of this and nested parameters are copied dynamically from the corresponding parameters in the group: Details | Fragments | Component Summary | Component Profile

Related Component Lists

doc.namespace.comps.lists : boolean

Specify whether to generate various summary lists of other XML schema components related to the given one.

Nested Parameters:

Control the generation of particular component lists and their appearance.
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists

Content Attributes

doc.namespace.comps.lists.contentAttributes : boolean

Specifies whether to generate the list of «Content Model Attributes».

This list shows all elements declared in the Content Model of the given component. These are the same attributes as shown in the component's XML Representation Summary (or in the component diagram).

Applies To:

  • Global & Local Elements
  • Complex Types
  • Attribute Groups
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | Content Attributes

Show Type/Value Info

doc.namespace.comps.lists.contentAttributes.value : boolean

Specify whether to show the sumary informaton about the attribute's data type and possible values.

When true (selected), the attribute list will look the same as in the component's XML Representation Summary.

When false (unselected), only attribute names will be listed.

Default Value:

Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | Content Attributes | Show Type/Value Info

Include Wildcards

doc.namespace.comps.lists.contentAttributes.wildcards : boolean

Specifies whether the list of Content Model Attributes should include attribute wildcards. Default Value:

Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | Content Attributes | Include Wildcards

Content Elements

doc.namespace.comps.lists.contentElements : boolean

Specifies whether to generate the list of «Content Model Elements».

This list shows all elements declared in the Content Model of the given component. These are the same elements as shown in the Complex Content Model of the component's XML Representation Summary (or in the component diagram). However, unlike in the model representation, the elements in this list are ordered alphabetically, never repeat and hyper-linked directly to the corresponding Element Documentations.

Applies To:

  • Global & Local Elements
  • Complex Types
  • Element Groups
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | Content Elements

List Layout

doc.namespace.comps.lists.contentElements.layout : enum {"flow", "one_column", "two_columns", "optimal"}

This parameter controls how the list items are displayed.

Possible Choices:

"flow"
The list items will appear as a comma delimited text flow within a single paragraph.

This layout produces a very compact representation of the list. However, it may be difficult to read, particularly when some items contain spaces.

"one column"
The list will be printed in a single column: each item on a separate line.

This layout suits best for the lists containing long strings (particularly with spaces).

"two columns"
The list items will be arranged in a two-column table.

This representation suits more for the lists, whose items include strings with spaces.

However, when the list contains long strings, the two-column table may stretch far beyond the visible (printable) page width. In that case, the one-column layout suits better.

Also, the two-column layout may be not very good for big lists made of short word items (because it will occupy too much space). In that case the flow layout may fit better.

"optimal"
This choice allows for the list layout to be selected automatically during the generation so as to represent each particular list in both the most dense and readable form. (This is programmed in templates.)
Default Value:
Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | List Layout

Include Wildcards

doc.namespace.comps.lists.contentElements.wildcards : boolean

Specifies whether the list of Content Model Elements should include element wildcards.

Default Value:

Copied dynamically from the value of the parameter: Details | Fragments | Component Summary | Related Component Lists | Include Wildcards