package models import "encoding/xml" type SimpleValue struct { XMLName xml.Name `xml:"simpleValue"` Value string `xml:"value,attr"` }