simpleType booleanOrNullList
namespace http://www.opengis.net/gml
type list of gml:booleanOrNull
used by
element BooleanList
annotation
documentation
XML List based on the union type defined above.  An element declared with this type contains a space-separated list of boolean values {0,1,true,false} with null values interspersed as needed
source <xs:simpleType name="booleanOrNullList">
 
<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 boolean values {0,1,true,false} with null values interspersed as needed</xs:documentation>
 
</xs:annotation>
 
<xs:list itemType="gml:booleanOrNull"/>
</xs:simpleType>


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