3.11.7.28 <lcIntro>

The <lcIntro> provides a detailed introduction and description of the content to be delivered, in cases where the <shortdesc> is not adequate to fully describe the content. It may also include instructor notes.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/section learningBase/lcIntro

Example

<learningOverview id="overview">
  <title>Learning Overview topic</title>
  <learningOverviewbody>
    <lcIntro><title>Introduction</title>
	<p>If you need an introduction, you would 
        include it here.</p>
	<note>You can have notes, 
	tables, all kinds of things like that here, 
	if you desire.</note>
   </lcIntro>  
  </learningOverviewbody>
</learningOverview>
  

Attributes

The following attributes are available on this element: Universal attribute group, outputclass, and spectitle.

Return to main page.