Duration: WOString {
    value = durationForStatsType;
}

EventType: WOString {
    value = currentType;
}

EventTypeRepetition: WORepetition {
    item = currentType;
    list = statsTypes;
}

IfHasStats: WOConditional {
    condition = hasStats;
}