A type for a list of values of the respective simple type.
XSD Schema Diagram:
XSD Schema Code:
<simpleType name="booleanList">
<annotation>
<documentation>A type for a list of values of the respective simple type.</documentation>
</annotation>
<list itemType="boolean" />
</simpleType>