<ST_ElementTypes> (Element Type List)

A list of element types.

This simple type allows a list of items of the ST_ElementType simple type (§5.9.7.25).

Referenced By

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

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

<simpleType name="ST_ElementTypes">
	<list itemType="ST_ElementType"/>
</simpleType>