<ST_Booleans> (Boolean List.)

A list of booleans.

This simple type allows a list of items of the XML Schema boolean datatype.

Referenced By

<forEach@hideLastTrans>5.9.2.14); <if@hideLastTrans>5.9.2.15); <presOf@hideLastTrans>5.9.2.21)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Booleans">
	<list itemType="xsd:boolean"/>
</simpleType>