FlexDoc/XML - XSDDoc - Parameter Tree
About XSDDoc parameters
- [.]
- Literal Input
- Generate Details
- Details
- Navigation
- Show
- Descriptions
- Pagination
- DiagramKit
«Details | Component | Type Definition Detail» parameter group
Parameter | Name / Type / Description |
---|---|
Type Definition Detail |
doc.comp.type : boolean
Specify whether to generate the details about the definition of the type associated with (or represented by) the given component. This section may include:
|
doc.comp.type.for
The parameters in this group allows you to specify exactly for which components the "Type Definition Detail" section must be generated. |
|
doc.comp.type.for.element.type : enum {"anonymous", "any", "none"}
Specify when the "Type Definition Detail" section should be generated for element components. Possible Choices: "anonymous"
|
|
doc.comp.type.for.attribute.type : enum {"anonymous", "any", "none"}
Specify when the "Type Definition Detail" section should be generated for global attribute components. Possible Choices: "anonymous"
|
|
doc.comp.type.for.type : boolean
Specify whether to generate the "Type Definition Detail" for a global type component. Applies To:
|
|
doc.comp.type.deriv.tree : boolean
Specify whether to generate the Type Derivation Tree summary, which graphically depicts how this type was derived from the most basic types. Related Template: |
|
doc.comp.type.desc : boolean
Specify whether to include the type description. Applies To:
In the case of a simple/complex type component, the type description is already present in the component's Description section.
See Also Parameter Group:
|
|
doc.comp.type.deriv.simpleContent : enum {"local", "full", "none"}
Specify whether to generate the details about the derivation of the simple content datatype described by this type (including all facets and annotations). Possible Choices: "local definition only"
|
|
doc.comp.type.deriv.simpleContent.facets : boolean
Specify whether to show facets specified in each derivation step.
You may want to disable documenting every facet specified during the type derivation
because all actual facets that restrict the component value/content may be already shown in the
Simple Content Detail section (some facets specified later may override those specified earlier).
See parameter: Details | Component | Simple Content | Restrictions
Related Template:
|
|
doc.comp.type.deriv.simpleContent.desc : boolean
Specifies whether the datatype derivation details should include all descriptions (e.g. facet descriptions) Related Template: |