eval_templates

An element of type "eval_templates" is a container for one or more elements named "EVAL_TEMPLATE", which are elements of type eval_template.

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

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