simpleType doubleOrNullList
namespace http://www.opengis.net/gml
type list of gml:doubleOrNull
used by
element doubleOrNullTupleList
complexType MeasureOrNullListType
annotation
documentation
XML List based on the union type defined above.  An element declared with this type contains a space-separated list of double values with null values interspersed as needed
source <xs:simpleType name="doubleOrNullList">
 
<xs:annotation>
   
<xs:documentation>XML List based on the union type defined above.  An element declared with this type contains a space-separated list of double values with null values interspersed as needed</xs:documentation>
 
</xs:annotation>
 
<xs:list itemType="gml:doubleOrNull"/>
</xs:simpleType>


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