eval_templateitems

An element of type "eval_templateitems" is a container for one or more elements named "EVAL_TEMPLATEITEM", which are elements of type eval_templateitem.

The full definition of the complexType "eval_templateitems" is shown here:

<xsd:complexType name="eval_templateitems">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> This element is a container for one or more
			"eval_templateitem" elements. </xsd:documentation>
	</xsd:annotation>
	<xsd:sequence>
		<xsd:element name="EVAL_TEMPLATEITEM" type="eval_templateitem" minOccurs="1"
			maxOccurs="unbounded"/>
	</xsd:sequence>
</xsd:complexType>