DITA Resource Center

lcTechnical

The <lcTechnical> describes the technical requirements to the learning content and how those requirements are supported by the instructional design.

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
learningPlan ( (title) (optional) then (lcLMS) (optional) then (lcNoLMS) (optional) then (lcHandouts) (optional) then (lcClassroom) (optional) then (lcOJT) (optional) then (lcConstraints) (optional) then (lcW3C) (optional) then (lcPlayers) (optional) then (lcGraphics) (optional) then (lcViewers) (optional) then (lcResolution) (optional) then (lcFileSizeLimitations) (optional) then (lcDownloadTime) (optional) then (lcSecurity) (optional) )

Contained by

Doctype Content model
learningPlan learningPlanbody

Inheritance

- topic/section learningBase/section learningPlan/lcTechnical

Example: lcTechnical

<learningPlan id="learningPlan"> 
    <title>Learning Plan</title> 
    <shortdesc>It's always good to provide a plan.
    </shortdesc>
    <learningPlanbody>
        <lcTechnical> 
            <title>lcTechnical</title>
        </lcTechnical>
    </learningPlanbody>
</learningPlan>
  

Attributes

Name Description Data Type Default Value Required?
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) A set of related attributes, described in univ-atts attribute group
spectitle The specialized title attribute allows architects of specialized types to define a fixed or default title for a specialized element. Not intended for direct use by authors. CDATA #IMPLIED No
global-atts attribute group (xtrf, xtrc) A set of related attributes, described in global-atts attribute group
class, outputclass Common attributes described in Other common DITA attributes

Was this page helpful?