| namespace | http://www.opengis.net/swe/1.0.1 | ||
| type | restriction of swe:decimalList | ||
| used by |
|
||
| facets |
|
||
| annotation |
|
||
| 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> |