The ListBooleanType is an array of Boolean values.
<xs:simpleType name="ListBooleanType"> <xs:annotation> <xs:documentation>The ListBooleanType is an array of Boolean values.</xs:documentation> </xs:annotation> <xs:list itemType="xs:boolean"/> </xs:simpleType>