← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [dita-lightweight-dita] LwDITA Specialization model and learning content

From
Carlos Evia <>
Date
2017-03-17T20:27:53+00:00
ID
Thread
Re: [dita-lightweight-dita] LwDITA Specialization model and learning content
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="overview.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<overview id="someID">
    <title></title>
    <shortdesc>Here's a working sample of a LW DITA overview topic.</shortdesc>
    <overviewbody>
        <prereqs><title>Prerequisites</title>
            <p>Do we need a prereq section and would it always come first?</p>
        </prereqs>
        <objectives>
            <objectivesStem>Here's some objectives:</objectivesStem>
            <objectivesGroup id="objectivesGroup_llz_qg4_45">
                <objective><p>Content of each objective is restricted to common inline</p></objective>
                <objective><p>Keep it easy</p></objective>
                <objective><p>Keep it light</p></objective>
            </objectivesGroup>
        </objectives>
        <section>
            <title>More sections</title>
            <p>And more sections as needed for additional content.</p>
        </section>
    </overviewbody>
    
    
</overview>
← Prev in month ← Prev in thread
Next in thread → Next in month →