FlexDoc/XML - XSDDoc - Parameter Tree
About XSDDoc parameters
«Details | Overview» parameter group
This group of parameters controls the content of the Overview Summary page/block.Whether the Overview Summary is actually generated is controlled by the parameter:
- Generate Details | Overview
- Pagination | Start from new page | Overview
Parameter | Name / Type / Description |
---|---|
doc.overview.desc : string
Specify whether the Overview Summary page/block will include the description for the whole documentation. The description itself is specified with the parameter group:
Related Template: |
|
doc.overview.namespaces : boolean
Specify whether to generate the Namespace Summary section. This section enumerates all documented namespaces (i.e. those targeted by at least one of the documented XML schemas) along with the brief information about each namespace. Nested Parameter:
|
|
doc.overview.namespaces.sorting : boolean
This parameter specifies how the Namespace Summary is sorted. The parameter has the following meaning:
|
|
doc.overview.schemas : boolean
Specify whether to generate the Schema Summary table that enumerates all documented XML schemas along with the brief details about each of them. Nested Parameters:
|
|
doc.overview.schemas.sorting : boolean
Specify how the Schema Summary is sorted. The parameter has the following meaning:
|
|
doc.overview.schemas.profile : boolean
Specify whether the schema summary item should include the Schema Profile section, which shows some general information about the XML schema. Nested Parameters:
|
|
doc.overview.schemas.desc : enum {"full", "first_sentence", "optimal", "none"}
Specify whether to include the XML schema description and which part of it.
The full description text is obtained from all
Possible Choices:
<xs:documentation> elements
found by the following path:
"full"
Default Value:
|