Here we have:
KASS struct { Text string `xml:",chardata"` } `xml:"KASS"`
which could be expressed as well as:
KASS string `xml:"KASS"`
Shorter, but would break uniformity (.Text for chardata everywhere).