simpleType decimalList
namespace http://www.opengis.net/swe/1.0.1
type list of xs:double
used by
element AllowedValues/valueList
simpleType decimalPair
annotation
documentation
Simple list of double-precision numbers.
Note: xs:double supports either decimal or scientific notation
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>


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