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

« Previous Version 3 Next »

An element of type "eval_scales" is a container for one or more elements named "EVAL_SCALE", which are elements of type eval_scale.

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

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