1# CHART Report groups file schema
 2
 3namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"
 4
 5
 6element report-groups {
 7    element group {
 8        element name { text } &
 9        element tooltip { text } &
10        element duration { xsd:duration } &
11        element navigation { xsd:boolean } &
12        element report { text }*
13    }*
14}