package models import "encoding/xml" type Type struct { XMLName xml.Name `xml:"type"` Array *Array `xml:"array,omitempty"` }