Content of dimension6.xq example
import module namespace geo = "http://expath.org/ns/geo";
declare namespace gml="http://www.opengis.net/gml";
geo:dimension(<gml:Surface><gml:patches>
<gml:PolygonPatch><gml:exterior>
<gml:LinearRing><gml:posList>1 1 2 2 3 4 2 4 1 1</gml:posList></gml:LinearRing>
</gml:exterior></gml:PolygonPatch>
<gml:PolygonPatch><gml:exterior>
<gml:LinearRing><gml:posList>1 1 2 1 2 2 1 2 1 1</gml:posList></gml:LinearRing>
</gml:exterior></gml:PolygonPatch>
</gml:patches></gml:Surface>)