eval_items

An element of type "eval_items" is a container for one or more elements named "EVAL_ITEM", which must be elements of type eval_item.

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

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