package models import "encoding/xml" type ProjectInformation struct { XMLName xml.Name `xml:"ProjectInformation"` }