<?xml version="1.0" encoding="UTF-8"?>
<RegistryObject xsi:type="ExtrinsicObjectType" lid="urn:test:SpatialSlot" id="urn:test:SpatialSlot"
  xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0" 
  xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:gml="http://www.opengis.net/gml/3.2" 
  xsi:schemaLocation="urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0  ../../xsd/rim.xsd"
  >
  <rim:Slot 
        name="geographicBoundingBox"
        type="urn:ogc:def:dataType:ISO-19107:GM_Geometry">
    <rim:SlotValue xsi:type="rim:AnyValueType">
      <gml:Envelope srsName="urn:ogc:def:crs:EPSG:7.6:4326">
        <!--BB: POLYGON((0 0, 30 0, 30 30, 0 30, 0 0))-->
        <gml:lowerCorner>0 0</gml:lowerCorner>
        <gml:upperCorner>30 30</gml:upperCorner>
      </gml:Envelope>
    </rim:SlotValue>
  </rim:Slot>
</RegistryObject>
