OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita-techcomm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Policy modeling


Hi,


The attached XML file contains my initial thoughts on the semantics of policy. I think of policy as being a type of principle information (refer to Information Mapping, Horn). So the attached XML is called principle.xml. It contains a section specialization named <policy> plus a number of "cousins" that would share some of the same semantics. I have not developed those, other than to suggestion a child element that might be unique to <directive>.

<statement> would be a specialization of <title>. The remaining <policy> subelements would be specializations of <div>. This level of semantic specificity is similar to that of the <step> content model.

Best Regards,

--
Bob Thomas
+1 720 201 8260
Skype: bob.thomas.colorado
Instant messaging: Gmail chat (bob.thomas@tagsmiths.com) or Skype
Time zone: Mountain (GMT-7)


<?xml version="1.0" encoding="UTF-8"?>
<principle>
    <title>Employee absence</title>
    <prinbody>
        <policy>
            <statement>Contagious illness qualifies as an excused absense</statement>
            <elaboration>
                <p>A contagious illness is any sort of communicable disease or condition.</p>
            </elaboration>
            <applicability>
                <p>This policy applies to all non-salaried personnel.</p>
            </applicability>
            <exceptions>
                <p>Illnesses lasting more than 10 working days are to be re-classified as disability.
                    See the disability policy.</p>
            </exceptions>
            <rationale>
                <p>The health of the many outweigh the needs of the one.</p>
            </rationale>
            <compliant>
                <p>Alvin went to the doctor yesterday, tested positive for strep, and was placed on
                    antibiotics. The doctor cautioned Alvin that he would be contagious for up to 24
                    hours. When Alvin called his supervisor, she granted him an excused absence.</p>
            </compliant>
            <noncompliant>
                <p>Herman went to a St. Patrick's Day party and woke up with nausea. When Herman
                    explained his situation to his supervisor she refused to authorize an excused
                    absence and suggested that Herman take an unscheduled vacation day instead.</p>
            </noncompliant>
        </policy>
        <requirement>
            <statement> </statement>
        </requirement>
        <regulation>
            <statement> </statement>
        </regulation>
        <rule>
            <statement> </statement>
        </rule>
        <directive>
            <statement>The department head will:</statement>
            <duties>
                <duty> </duty>
                <duty> </duty>
                <duty> </duty>
            </duties>
        </directive>
    </prinbody>
</principle>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]