| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | list of xs:double | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="decimalList"> <xs:annotation> <xs:documentation>Simple list of double-precision numbers. Note: xs:double supports either decimal or scientific notation</xs:documentation> </xs:annotation> <xs:list itemType="xs:double"/> </xs:simpleType> |