longquoteref
The <longquoteref> element provides
a reference to the source of a long quote. The long quote (<lq>)
element itself allows an href attribute to specify the source of a
quote, but it does not allow other standard linking attributes such
as keyref, scope, and format. The <longquoteref> element should
be used for references that make use of these attributes.
The following comment added based on a review
request that we provide processing information.
Rendering
of this element is left up to DITA processors. Depending on the presentation
format, it may be appropriate to ignore the element, present it as
a link, use it to turn the entire quote into a link, or do something
else.
Contains
note
These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Doctype | Content model |
---|---|
topic, map, concept, ditabase, glossary, glossentry, glossgroup, reference, task, bookmap, classifyMap, subjectScheme, machineryTask, learningAssessment, learningBookmap, learningContent, learningMap, learningOverview, learningPlan, learningSummary | no content |
Contained by
Doctype | Content model |
---|---|
topic (base), map (base), topic (technical content), map (technical content), concept, ditabase, glossary, glossentry, glossgroup, reference, task (strict), task (general), bookmap, classifyMap, subjectScheme, machineryTask, learningAssessment, learningBookmap, learningContent, learningMap, learningOverview, learningPlan, learningSummary | lq |
Inheritance
- topic/longquoteref
Example
<p>A great person once said the following thing. <lq>Examples are the key to any specification.<longquoteref href="http://www.example.org/quotes" scope="external"/></lq></p>
Attributes
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
href | Provides a reference to a resource. See The href attribute for detailed information on supported values and processing implications. | CDATA | #IMPLIED | No |
type | Describes the target of a reference. See The type attribute for detailed information on supported values and processing implications. | CDATA | #IMPLIED | No |
format | The format attribute identifies the format of the resource being referenced. See The format attribute for details on supported values. | CDATA | #IMPLIED | No |
scope | The scope attribute identifies the closeness of the relationship between the current document and the target resource. See The scope attribute for more information on values. | (local | peer | external | -dita-use-conref-target) | #IMPLIED | No |
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) | A set of related attributes, described in univ-atts attribute group | |||
global-atts attribute group (xtrf, xtrc) | A set of related attributes, described in global-atts attribute group | |||
class, outputclass, keyref | Keyref provides a redirectable reference based on a key defined within a map. See The keyref attribute for information on using this attribute. Class and outputclass are described in Other common DITA attributes |