Advanced Development - Workflow


Scenario (a): W3T requirement to automate creation, maintenance of W3C TR Page. Solution: W3C Working Group Chairs make assertions that a document is at a particular status by submitting announcement to list.

    <TRDocument rdf:about="http://www.w3.org/TR/xmlbase/">
        <date>2001-07-09</date>
        <editor rdf:parseType="Resource">
            <contact:fullName>Jonathan Marsh</contact:fullName>
            <contact:mailbox rdf:resource="mailto:jmarsh@microsoft.com"/>
        </editor>
        <of rdf:parseType="Resource">
            <rdf:type rdf:resource="http://www.w3.org/2001/04/roadmap/org#WorkingGroup"/>
            <contact:mailbox rdf:resource="mailto:w3c-xml-linking-wg@w3.org"/>
        </of>
        <status rdf:parseType="Resource">
            <rdfs:label>Working Draft</rdfs:label>
            <level rdf:resource="http://www.w3.org/2001/06/swamt/vocab#Recommendation"/>
        </status>
        <title>XML Base</title>
    </TRDocument>