Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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>
  • No labels