simpleType booleanList
namespace http://www.opengis.net/gml
type list of xs:boolean
annotation
documentation
XML List based on XML Schema boolean type.  An element of this type contains a space-separated list of boolean values {0,1,true,false}
source <xs:simpleType name="booleanList">
 
<xs:annotation>
   
<xs:documentation>XML List based on XML Schema boolean type.  An element of this type contains a space-separated list of boolean values {0,1,true,false}</xs:documentation>
 
</xs:annotation>
 
<xs:list itemType="boolean"/>
</xs:simpleType>


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