simpleType decimalPair
namespace http://www.opengis.net/swe/1.0.1
type restriction of swe:decimalList
used by
elements AllowedValues/interval QuantityRange/value
facets
length 2
annotation
documentation
Pair of double-precision numbers.
Note: xs:double supports either decimal or scientific notation
source <xs:simpleType name="decimalPair">
 
<xs:annotation>
   
<xs:documentation>Pair of double-precision numbers.
Note: xs:double supports either decimal or scientific notation
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="swe:decimalList">
   
<xs:length value="2"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy