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 »

	<xsd:complexType name="eval_scales">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">This type is a container for one or more "eval_scale"
				elements.</xsd:documentation>
			<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="EVAL_SCALE" type="eval_scale" minOccurs="1" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation xml:lang="en"> This represents the scales/choices for items.
						The scales can be reused for many items if desired. </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>

This type is a container for one or more EVAL_SCALE elements, which are elements of type eval_scale.

  • No labels