| namespace | http://www.opengis.net/gml | ||
| type | list of xs:double | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="doubleList"> <xs:annotation> <xs:documentation>XML List based on XML Schema double type. An element of this type contains a space-separated list of double values</xs:documentation> </xs:annotation> <xs:list itemType="double"/> </xs:simpleType> |