Closed tedhabermann closed 9 years ago
<import namespace="http://standards.iso.org/19139/gco/1.0/2014-12-25" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gco/gco.xsd"/>
to
<import namespace="http://standards.iso.org/19139/gco/1.0/2014-12-25" schemaLocation="../../../../../standards.iso.org/19139/gco/1.0/2014-12-25/gco.xsd"/>
Where gml is imported we need gmw instead...
<import namespace="http://standards.iso.org/19139/gmw/1.0/2014-12-25" schemaLocation="../../../../19139/gmw/1.0/2014-12-25/gmw.xsd"/>
xmlns:gmw="http://www.isotc211.org/2014/gmw" needs to be xmlns:gmw="http://standards.iso.org/19139/gmw/1.0/2014-12-25"
to
Where gml is imported we need gmw instead...
xmlns:gmw="http://www.isotc211.org/2014/gmw" needs to be xmlns:gmw="http://standards.iso.org/19139/gmw/1.0/2014-12-25"