@@ -47,15 +47,15 @@ type GetCapabilitiesResponse struct {
4747
4848// Namespaces struct containing the namespaces needed for the XML document
4949type Namespaces struct {
50- XmlnsGML string `xml:"xmlns:gml,attr" yaml:"gml"` // http://www.opengis.net/gml/3.2
51- XmlnsWFS string `xml:"xmlns,attr" yaml:"wfs"` // http://www.opengis.net/wfs/2.0
52- XmlnsOWS string `xml:"xmlns:ows,attr" yaml:"common"` // http://www.opengis.net/ows/1.1
53- XmlnsXlink string `xml:"xmlns:xlink,attr" yaml:"xlink"` // http://www.w3.org/1999/xlink
54- XmlnsXSI string `xml:"xmlns:xsi,attr" yaml:"xsi"` // http://www.w3.org/2001/XMLSchema-instance
55- XmlnsFes string `xml:"xmlns:fes,attr" yaml:"fes"` // http://www.opengis.net/fes/2.0
56- XmlnsInspireCommon string `xml:"xmlns:inspire_common,attr,omitempty" yaml:"inspireCommon,omitempty"` // http://inspire.ec.europa.eu/schemas/common/1.0
57- XmlnsInspireDls string `xml:"xmlns:inspire_dls,attr,omitempty" yaml:"inspireDls,omitempty"` // http://inspire.ec.europa.eu/schemas/inspire_dls/1.0
58- XmlnsPrefix string `xml:"xmlns:{{.Prefix}},attr" yaml:"prefix"` // namespace_uri placeholder
50+ XmlnsGML string `xml:"xmlns:gml,attr" yaml:"gml"` //http://www.opengis.net/gml/3.2
51+ XmlnsWFS string `xml:"xmlns,attr" yaml:"wfs"` //http://www.opengis.net/wfs/2.0
52+ XmlnsOWS string `xml:"xmlns:ows,attr" yaml:"common"` //http://www.opengis.net/ows/1.1
53+ XmlnsXlink string `xml:"xmlns:xlink,attr" yaml:"xlink"` //http://www.w3.org/1999/xlink
54+ XmlnsXSI string `xml:"xmlns:xsi,attr" yaml:"xsi"` //http://www.w3.org/2001/XMLSchema-instance
55+ XmlnsFes string `xml:"xmlns:fes,attr" yaml:"fes"` //http://www.opengis.net/fes/2.0
56+ XmlnsInspireCommon string `xml:"xmlns:inspire_common,attr,omitempty" yaml:"inspireCommon,omitempty"` //http://inspire.ec.europa.eu/schemas/common/1.0
57+ XmlnsInspireDls string `xml:"xmlns:inspire_dls,attr,omitempty" yaml:"inspireDls,omitempty"` //http://inspire.ec.europa.eu/schemas/inspire_dls/1.0
58+ XmlnsPrefix string `xml:"xmlns:{{.Prefix}},attr" yaml:"prefix"` //namespace_uri placeholder
5959 Version string `xml:"version,attr" yaml:"version"`
6060 SchemaLocation string `xml:"xsi:schemaLocation,attr" yaml:"schemaLocation"`
6161}
0 commit comments