@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
37 lines (33 loc) • 1.21 kB
text/xml
<sams:SF_SpatialSamplingFeature
gml:id="st1"
xmlns:sf="http://www.opengis.net/sampling/2.0"
xmlns:sams="http://www.opengis.net/samplingSpatial/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gml="http://www.opengis.net/gml/3.2"
xsi:schemaLocation="http://www.opengis.net/samplingSpatial/2.0 http://schemas.opengis.net/samplingSpatial/2.0/spatialSamplingFeature.xsd">
<sf:type
xlink:href="http://www.opengis.net/def/samplingFeatureType/OGC-OM/2.0/SF_SamplingSolid"/>
<sf:sampledFeature
xlink:href="http://my.hydrology.example.org/storages/aquifer/abc345"/>
<sams:shape
xlink:href="http://somewhere.com/ismyshape.xml"/>
<!-- <sams:shape>
<gml:Solid
gml:id="bs">
<gml:description>An explicit description of a solid. The details of the description of
the exterior surface omitted here for brevity.</gml:description>
<gml:exterior>
<gml:Shell>
<gml:surfaceMember>
<gml:Surface
gml:id="be">
<gml:patches> </gml:patches>
</gml:Surface>
</gml:surfaceMember>
</gml:Shell>
</gml:exterior>
</gml:Solid>
</sams:shape>-->
</sams:SF_SpatialSamplingFeature>