GML examples
This annex includes examples of the different GML structures for full supply orders and change-only update (COU) orders and the transactions within.
Full supply
An example of the full supply GML, including the opening and closing tags:
<os:FeatureCollection>
<os:FeatureMember>
<highway:RoadNode gml:id="osgb5000005193042483">
<gml:identifier codeSpace="
http://inspire.jrc.ec.europa.eu/ids"
>
http://data.os.uk/id/5000005193042483<
/gml:identifier>
<net:beginLifespanVersion>2017-01-13T00:00:00.000</net:beginLifespanVersion>
<net:inspireId>
<base:Identifier>
<base:localId>5000005193042483</base:localId>
<base:namespace>
http://data.os.uk/
</base:namespace>
</base:Identifier>
</net:inspireId>
<net:inNetwork xlink:href="#OSHighwayNetwork"/>
<net:geometry>
<gml:Point srsName="urn:ogc:def:crs:EPSG::27700" gml:id="LOCAL_ID_6">
<gml:pos>611319.332 231278.275</gml:pos>
</gml:Point>
</net:geometry>
<tn:validFrom nilReason="unknown" xsi:nil="true"/>
<tn-ro:formOfRoadNode xlink:title="junction" xlink:href="
http://inspire.ec.europa.eu/codelist/FormOfRoadNodeValue/junction"
/>
<highway:reasonForChange codeSpace="
http://www.os.uk/xml/codelists/ChangeTypeValue.xml
">New</highway:reasonForChange>
<highway:relatedRoadArea xlink:href="#osgb5000005193041468"/>
</highway:RoadNode>
</os:FeatureMember >
</os:FeatureCollection >COU
An example of the change-only update (COU) GML, including opening and closing tags and the different types of transactions:
Last updated
Was this helpful?