package models import "encoding/xml" type Derived struct { XMLName xml.Name `xml:"derived"` Name string `xml:"name,attr"` }