<?xml version="1.0"?>
<spvec:spatialVector
    xmlns:spvec="eml://ecoinformatics.org/spatialVector-2.1.1"
    xmlns:spref="eml://ecoinformatics.org/spatialReference-2.1.1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="eml://ecoinformatics.org/spatialVector-2.1.1
    eml-spatialVector.xsd">

  <entityName>Test Data</entityName>
  <entityDescription>This is a test entity that is fake.</entityDescription>
  <attributeList>
    <attribute>
      <attributeName>rain</attributeName>
      <attributeLabel>Surface Rainfall</attributeLabel>
      <attributeDefinition>The amount of rainfall on the sampling unit.
      </attributeDefinition>
      <storageType>float</storageType>
      <storageType typeSystem="http://java.sun.com/docs/books/jls/second_edition/html">double</storageType>
      <measurementScale>
        <interval>
          <unit><standardUnit>millimeter</standardUnit></unit>
          <precision>0.5</precision>
          <numericDomain id="nd.1">
            <numberType>real</numberType>
            <bounds>
              <minimum exclusive="false">0</minimum>
            </bounds>
          </numericDomain>
        </interval>
      </measurementScale>
    </attribute>
  </attributeList>
  <geometry>Point</geometry>
  <geometricObjectCount>1</geometricObjectCount>
  <spatialReference>
    <horizCoordSysName>GCS_Accra</horizCoordSysName>
  </spatialReference>
</spvec:spatialVector>