package models import ( "encoding/xml" ) type Attributes struct { XMLName xml.Name `xml:"Attributes"` Attribute []*Attribute `xml:"Attribute"` }