# CHART Activity algorithm specification files
namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"
element roles {
attribute xsi:noNamespaceSchemaLocation { "http://chart/schemas/roles.xsd" } &
element user {
element username { text }? &
element name { text }? &
element email { text }?
}* &
element role {
element username { text }? &
element name { text }? &
element description { text }? &
element members {
element username { text }* &
element email { text }*
}* &
element daemon-notification { xsd:boolean }? &
element job-notification { text }* &
element event-notification { text }* &
element report-notification { text }*
}*
}