package models import "encoding/xml" type ArrayValue struct { XMLName xml.Name `xml:"arrayValue"` Value *Value `xml:"value"` }