GML examples
This page provides examples of the different GML structure for Full Supply orders and 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 Change-Only Update (COU)
An example of the COU GML including opening and closing tags and the different types of transactions:
Last updated
Was this helpful?