@mangosystem/ogc-schemas
Version:
Jsonix XML-JSON mappings for OGC Schemas.
24 lines • 1.15 kB
text/xml
<sml:SimpleProcess gml:id="PostiveSlopeEquation"
xmlns:sml="http://www.opengis.net/sensorml/2.0"
xmlns:swe="http://www.opengis.net/swe/2.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xsi:schemaLocation="http://www.opengis.net/sensorml/2.0 http://schemas.opengis.net/sensorml/2.0/sensorML.xsd">
<gml:description>
An example of an instance in which only the parameters are set with no additional information provided.
</gml:description>
<gml:name>Positive Slope Equation</gml:name>
<sml:typeOf xlink:title="urn:net:swe:process:linearEquation01"
xlink:href="http://www.sensorml.com/sensorML-2.0/examples/xml/LinearInterpolator.xml"/>
<sml:configuration>
<sml:Settings>
<sml:setConstraint ref="parameters/slope-intercept/slope">
<swe:AllowedValues>
<swe:interval>0 INF</swe:interval>
</swe:AllowedValues>
</sml:setConstraint>
</sml:Settings>
</sml:configuration>
</sml:SimpleProcess>