<lcInstruction>
The <lcInstruction> describes
the specifics of a learning activity.
<learningContent> topic.- When you want to include content directly in the body of the
<learningContent>topic, use<lcInstruction>. - When you want to use content that already exists in other DITA topics, or when you
want to take advantage of additional topic types, such as concept, task, or reference,
you can include that content as additional nested topic content in the
<learningContent>topic, immediately after the<learningContentbody>.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/section learningBase/lcInstruction
Example
This section is non-normative.
<learningContent id="overview">
<title>Learning Content topic</title>
<learningContentbody>
<lcInstruction><title>Instruction</title>
<p>Describe the instruction.</p>
</lcInstruction>
</learningContentbody>
</learningContent>
Content model
(Text | <dl> | <div> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <foreign> | <unknown> | <sectiondiv> | <title> | <draft-comment> | <fn> | <indextermref> | <indexterm> | <required-cleanup>)*
Contained by
<learningBasebody>
- Text
<boolean><cite><data><data-about><div><dl><draft-comment><fig><fn><foreign><image><indexterm><indextermref><keyword><lines><lq><note><object><ol><p><ph><pre><q><required-cleanup><sectiondiv><simpletable><sl><state><table><term><text><title><tm><ul><unknown><xref>
Contained by
<learningBasebody>
Inheritance
- topic/section learningBase/lcInstruction
The <lcInstruction> element is specialized from <section>. It is defined in the learningBase module.
Attributes
The following attributes are available on this element: Universal attribute group, outputclass, and spectitle.