lcProject

The <lcProject> provides learning content project plan description information.

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 (lcClient) (optional) then (lcPlanTitle) (optional) then (lcCIN) (optional) then (lcModDate) (optional) then (lcDelivDate) (optional) then (lcPlanSubject) (optional) then (lcPlanDescrip) (optional) then (lcPlanPrereqs) (optional) )

Contained by

Doctype Content model
learningPlan learningPlanbody

Inheritance

- topic/section learningBase/section learningPlan/lcProject

Example

<learningPlan id="learningPlanTest"> 
    <title>Learning Plan</title> 
    <shortdesc>It's always good to provide a plan. 
    </shortdesc>
    <learningPlanbody>
        <lcProject> 
            <title>lcProject</title>
            <lcClient> 
                <title>Client</title> 
                <p>Joint work group 
                </p>
            </lcClient>
            <lcPlanTitle> 
                <title>Plan Title</title> 
                <p>Joint goals learning plan. 
                </p>
            </lcPlanTitle>
            <lcCIN>
                <title>Joint WG</title>
            </lcCIN>
            <lcModDate> 
                <title>Modification Date</title> 
                <p>20070315 
                </p>
            </lcModDate>
            <lcDelivDate> 
                <title>Delivery Date</title> 
                <p>20070630 
                </p>
            </lcDelivDate>
            <lcPlanSubject> 
                <title>Subject</title> 
                <p>This course covers the goals of the Joint WG. 
                </p>
            </lcPlanSubject>
            <lcPlanDescrip> 
                <title>Plan Description</title> 
                <p>The goal of the Joint WG module is to provide learners with a broad overview
  of the Joint WG. 
                </p>
            </lcPlanDescrip>
            <lcPlanPrereqs> 
                <title>Prerequisites</title> 
                <p>This course assumes you have mastery of JWG 101 (Fundamentals of Joint
  Workgroups) or the equivalent. 
                </p>
            </lcPlanPrereqs>
        </lcProject>
    </learningPlanbody>
  

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 helpful?