eval_evaluations

An element of type "eval_evaluations" is a container for one or more elements named "EVAL_EVALUATION", which are elements of type eval_evaluation.

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

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