package models import "encoding/xml" type StructValue struct { XMLName xml.Name `xml:"structValue"` Value []*Value `xml:"value,omitempty"` }