<dvrKeyscopeSuffix>
The <dvrKeyscopeSuffix>
element specifies the suffix to use when constructing the effective key scope names for the map branch that is implied by the ancestor <ditavalref>
element.
Processing expectations
For map branches that are implied by
<ditavalref>
elements, the value of the
<dvrKeyscopeSuffix>
element contributes to
the effective key scope names of the branch. The effective key
scope names end with the value of the
<dvrKeyscopeSuffix>
element. Note that if
the branch as authored does not specify a @keyscope
value, specifying <dvrKeyscopeSuffix>
(without also specifying
<dvrKeyscopePrefix>
) results in the branch
establishing a key scope whose name is the value of the
<dvrKeyscopeSuffix>
element. The full key
scope names will also reflect the value of a
<dvrKeyscopePrefix>
element if one is
specified, regardless of whether the branch as authored specifies a
@keyscope
value.
Specialization hierarchy
The <dvrKeyscopeSuffix>
element is specialized from
<data>
. It is defined in the DITAVAL-reference domain module.
Content model
(Text |
<text>
)*
- Text
-
<text>
Attributes
The following attributes are available on this element: universal
attributes (except for @conkeyref
,
which is removed for all elements in this domain) and @name
.
For this element, the @name
attribute has a default
value of dvrKeyscopeSuffix.
The following attributes are available on this element: universal
attributes (except for @conkeyref
which is removed for all elements in this domain) and the attributes defined below.
@name
(data-element attributes)- Defines a unique name for the object.
Example
This section is non-normative.
<dvrKeyscopeSuffix>
supplements
the existing key scope name of branch-01 to establish an effective key
scope of branch-01-cond01:<topicref keys="branch-01"
href="branch-01.dita"
keyscope="branch-01"
>
<ditavalref href="condition-01.ditaval">
<ditavalmeta>
<dvrKeyscopeSuffix>-cond01</dvrKeyscopeSuffix>
</ditavalmeta>
</ditavalref>
<topicref href="topics/subtopic-01.dita"/>
</topicref>