The type dx:booleanXMLListType provides a list of booleans (xs:boolean), and allows True or False only.
The tree structure of the type dx:booleanXMLListType has the following appearance:
<xs:simpleType name="booleanXMLListType">
<xs:list itemType="xs:boolean"/>
</xs:simpleType>