[mapserver-commits] r7453 - trunk/msautotest/wxs/data
svn at osgeo.org
svn at osgeo.org
Fri Mar 14 08:16:54 EDT 2008
Author: tomkralidis
Date: 2008-03-14 08:16:54 -0400 (Fri, 14 Mar 2008)
New Revision: 7453
Added:
trunk/msautotest/wxs/data/p2147.xml
trunk/msautotest/wxs/data/p35.xml
trunk/msautotest/wxs/data/p604.xml
Log:
Initial add of Norm's examples to help CITE testing (#2467)
Added: trunk/msautotest/wxs/data/p2147.xml
===================================================================
--- trunk/msautotest/wxs/data/p2147.xml (rev 0)
+++ trunk/msautotest/wxs/data/p2147.xml 2008-03-14 12:16:54 UTC (rev 7453)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0" xmlns:swe="http://www.opengis.net/swe/1.0" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/sensorML/1.0 http://schemas.opengis.net/sensorML/1.0.0/sensorML.xsd" version="1.0">
+<sml:member>
+<sml:ProcessModel gml:id="p2147">
+ <!-- METADATA -->
+ <gml:description>
+ Water Quality Measurement: procedure 2147
+ </gml:description>
+ <sml:identification>
+ <sml:IdentifierList>
+ <sml:identifier>
+ <sml:Term definition="urn:x-ogc:def:identifier:OGC:longName">
+ <sml:value>Water quality measurement p2147</sml:value>
+ </sml:Term>
+ </sml:identifier>
+ <sml:identifier>
+
+ <sml:Term definition="urn:x-ogc:def:identifier:OGC:shortName">
+ <sml:value>p2147</sml:value>
+ </sml:Term>
+ </sml:identifier>
+ <sml:identifier>
+ <sml:Term definition="http://www.w3.org/1999/02/22-rdf-syntax-ns#ID">
+ <sml:value>urn:ogc:def:procedure:p2147</sml:value>
+ </sml:Term>
+
+ </sml:identifier>
+ <sml:identifier>
+ <sml:Term definition="urn:x-ogc:def:identifier:OGC:operatorShortName">
+ <sml:value>MS</sml:value>
+ </sml:Term>
+ </sml:identifier>
+ <sml:identifier>
+ <sml:Term definition="urn:x-ogc:def:identifier:OGC:dataProviderShortName">
+ <sml:value>MS</sml:value>
+ </sml:Term>
+ </sml:identifier>
+ <sml:identifier>
+ <sml:Term definition="urn:x-ogc:def:identifier:OGC:regionalAssociationShortName">
+ <sml:value>MS</sml:value>
+ </sml:Term>
+ </sml:identifier>
+ </sml:IdentifierList>
+ </sml:identification>
+
+ <!-- INPUTS -->
+ <sml:inputs>
+ <sml:InputList>
+ <sml:input name="input1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p1"/>
+ </sml:input>
+ <sml:input name="input2">
+ <swe:Count definition="urn:ogc:def:phenomenon:p2"/>
+ </sml:input>
+ <sml:input name="input3">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p3"/>
+ </sml:input>
+ </sml:InputList>
+ </sml:inputs>
+ <!-- OUTPUTS -->
+ <sml:outputs>
+ <sml:OutputList>
+ <sml:output name="output1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p4"/>
+ </sml:output>
+ </sml:OutputList>
+ </sml:outputs>
+ <!-- METHOD -->
+ <sml:method xlink:href="urn:ogc:def:process:method2:1.0"/>
+</sml:ProcessModel>
+</sml:member>
+</sml:SensorML>
Added: trunk/msautotest/wxs/data/p35.xml
===================================================================
--- trunk/msautotest/wxs/data/p35.xml (rev 0)
+++ trunk/msautotest/wxs/data/p35.xml 2008-03-14 12:16:54 UTC (rev 7453)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0" xmlns:swe="http://www.opengis.net/swe/1.0" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/sensorML/1.0 http://schemas.opengis.net/sensorML/1.0.0/sensorML.xsd" version="1.0">
+<sml:member>
+<sml:ProcessModel gml:id="p35">
+ <!-- METADATA -->
+ <gml:description>
+ Water Quality Measurement: procedure 35
+ </gml:description>
+ <!-- INPUTS -->
+ <sml:inputs>
+ <sml:InputList>
+ <sml:input name="input1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p1"/>
+ </sml:input>
+ <sml:input name="input2">
+ <swe:Count definition="urn:ogc:def:phenomenon:p2"/>
+ </sml:input>
+ </sml:InputList>
+ </sml:inputs>
+ <!-- OUTPUTS -->
+ <sml:outputs>
+ <sml:OutputList>
+ <sml:output name="output1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p3"/>
+ </sml:output>
+ </sml:OutputList>
+ </sml:outputs>
+ <!-- METHOD -->
+ <sml:method xlink:href="urn:ogc:def:process:method1:1.0"/>
+</sml:ProcessModel>
+</sml:member>
+</sml:SensorML>
Added: trunk/msautotest/wxs/data/p604.xml
===================================================================
--- trunk/msautotest/wxs/data/p604.xml (rev 0)
+++ trunk/msautotest/wxs/data/p604.xml 2008-03-14 12:16:54 UTC (rev 7453)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0" xmlns:swe="http://www.opengis.net/swe/1.0" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/sensorML/1.0 http://schemas.opengis.net/sensorML/1.0.0/sensorML.xsd" version="1.0">
+
+<sml:member>
+<sml:ProcessModel gml:id="p604">
+ <!-- METADATA -->
+ <gml:description>
+ Water Quality Measurement: procedure 604
+ </gml:description>
+
+ <!-- INPUTS -->
+ <sml:inputs>
+ <sml:InputList>
+ <sml:input name="input1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p1"/>
+ </sml:input>
+ <sml:input name="input2">
+ <swe:Count definition="urn:ogc:def:phenomenon:p2"/>
+ </sml:input>
+ <sml:input name="input3">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p3"/>
+ </sml:input>
+ <sml:input name="input4">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p4"/>
+ </sml:input>
+ </sml:InputList>
+ </sml:inputs>
+ <!-- OUTPUTS -->
+ <sml:outputs>
+ <sml:OutputList>
+ <sml:output name="output1">
+ <swe:Quantity definition="urn:ogc:def:phenomenon:p5"/>
+ </sml:output>
+ </sml:OutputList>
+ </sml:outputs>
+ <!-- METHOD -->
+ <sml:method xlink:href="urn:ogc:def:process:method3:1.0"/>
+</sml:ProcessModel>
+</sml:member>
+</sml:SensorML>
More information about the mapserver-commits
mailing list