<ST_ErrValType> (Error Value Type)

This simple type specifies the possible ways to determine the length of the error bars

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<cust> (Custom Error Bars)

Specifies that the length of the error bars shall be determined by the Plus and Minus elements.

<fixedVal> (Fixed Value)

Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.

<percentage> (Percentage)

Specifies that the length of the error bars shall be Error Bar Value percent of the data.

<stdDev> (Standard Deviation)

Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.

<stdErr> (Standard Error)

Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.

Referenced By

<errValType@val>5.7.2.58)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ErrValType">
	<restriction base="xsd:string">
	<enumeration value="cust"/>
	<enumeration value="fixedVal"/>
	<enumeration value="percentage"/>
	<enumeration value="stdDev"/>
	<enumeration value="stdErr"/>
	</restriction>
</simpleType>