# CHART Report groups file schema
namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"
element report-groups {
element group {
element name { text } &
element tooltip { text } &
element duration { xsd:duration } &
element navigation { xsd:boolean } &
element report { text }*
}*
}