# CHART algorithm Work Order file

namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"

element work-order {
    attribute xsi:noNamespaceSchemaLocation { "http://chart/schemas/workorder" }? &
    element category { text } &
    element activity { text } &
    element id { xsd:integer } &
    element sensing-start { xsd:dateTime }? &
    element sensing-stop { xsd:dateTime }?
}

Download as raw Relax-NG Compact here or as raw XSD here