eval_item_groups
An element of type "eval_item_groups" is a container for one or more elements named "EVAL_ITEM_GROUP", which are elements of type eval_item_group.
The full definition of the complexType "eval_item_groups" is shown here:
<xsd:complexType name="eval_item_groups"> <xsd:annotation> <xsd:documentation xml:lang="en"> This element is a container for one or more "eval_item_group" elements. </xsd:documentation> <xsd:documentation xml:lang="en"> UMICH changes: This element is new but is not required. Since Michigan does not use eval_item_groups, no change is required. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="EVAL_ITEM_GROUP" type="eval_item_group" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>