eval_assign_groups

An element of type "eval_assign_groups" is a container for one or more elements named "EVAL_ASSIGN_GROUP", which are elements of type eval_assign_group.

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

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