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 2 Current »

An element of type "eval_scale_option" defines one option that will be available to respondents using a scale to which this element is added. Each element of type "eval_scale_option" contains two elements to provide property values for the eval_scale_option. Both of these elements are required:

  • An element named SCALE_OPTION with a value of type xsd:string
  • An element named SCALE_OPTION_INDEX with a value of type xsd:unsignedInt

The full definition of the "eval_scale" type is:

<xsd:complexType name="eval_scale_option">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> An "eval_scale" element indicates an option that will
			be available when using this scale. Each option includes a short string label and an
			index (indicating the order of their presentation to users). </xsd:documentation>
		<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
	</xsd:annotation>
	<xsd:all>
		<xsd:element name="SCALE_OPTION" type="xsd:string">
			<xsd:annotation>
				<xsd:documentation> A string label for the option. </xsd:documentation>
				<xsd:documentation>Acceptable values: String value</xsd:documentation>
				<xsd:documentation>UMICH changes: none</xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="SCALE_OPTION_INDEX" type="xsd:unsignedInt">
			<xsd:annotation>
				<xsd:documentation> The 1-based index of this option within a set of options. </xsd:documentation>
				<xsd:documentation>Acceptable values: integers from 1 to n, where n is the
					number of options in the list. A valid numeric value is
					required.</xsd:documentation>
				<xsd:documentation>UMICH changes: none</xsd:documentation>
			</xsd:annotation>
		</xsd:element>
	</xsd:all>
</xsd:complexType>
  • No labels