1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="utf-8" ?>
<ogr:FeatureCollection
gml:id="aFeatureCollection"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ogr.maptools.org/ statistics_datetime.xsd"
xmlns:ogr="http://ogr.maptools.org/"
xmlns:gml="http://www.opengis.net/gml/3.2">
<gml:boundedBy><gml:Null /></gml:boundedBy>
<ogr:featureMember>
<ogr:statistics_datetime gml:id="statistics_datetime.0">
<ogr:count>4</ogr:count>
<ogr:unique>4</ogr:unique>
<ogr:empty>1</ogr:empty>
<ogr:filled>3</ogr:filled>
<ogr:min>2014-11-30T14:30:02</ogr:min>
<ogr:max>2016-11-30T14:29:22</ogr:max>
<ogr:range>63158360</ogr:range>
</ogr:statistics_datetime>
</ogr:featureMember>
</ogr:FeatureCollection>
|