package models import "encoding/xml" type BaseType struct { XMLName xml.Name `xml:"baseType"` Derived *Derived `xml:"derived,omitempty"` }