<ST_TrueFalse> (Boolean Value)

This type specifies logical true and false.

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

<f> (False)

Logical false.

<false> (False)

Logical false.

<t> (True)

Logical true.

<true> (True)

Logical true.

Referenced By

<arc@filled>6.1.2.1); <arc@insetpen>6.1.2.1); <arc@print>6.1.2.1); <arc@stroked>6.1.2.1); <background@filled>6.1.2.2); <curve@filled>6.1.2.3); <curve@insetpen>6.1.2.3); <curve@print>6.1.2.3); <curve@stroked>6.1.2.3); <fill@alignshape>6.1.2.5); <fill@on>6.1.2.5); <fill@recolor>6.1.2.5); <fill@rotate>6.1.2.5); <group@filled>6.1.2.7); <group@print>6.1.2.7); <h@invx>6.1.2.8); <h@invy>6.1.2.8); <image@bilevel>6.1.2.10); <image@filled>6.1.2.10); <image@grayscale>6.1.2.10); <image@insetpen>6.1.2.10); <image@print>6.1.2.10); <image@stroked>6.1.2.10); <imagedata@bilevel>6.1.2.11); <imagedata@grayscale>6.1.2.11); <line@filled>6.1.2.12); <line@insetpen>6.1.2.12); <line@print>6.1.2.12); <line@stroked>6.1.2.12); <oval@filled>6.1.2.13); <oval@insetpen>6.1.2.13); <oval@print>6.1.2.13); <oval@stroked>6.1.2.13); <path@arrowok>6.1.2.14); <path@fillok>6.1.2.14); <path@gradientshapeok>6.1.2.14); <path@insetpenok>6.1.2.14); <path@shadowok>6.1.2.14); <path@strokeok>6.1.2.14); <path@textpathok>6.1.2.14); <polyline@filled>6.1.2.15); <polyline@insetpen>6.1.2.15); <polyline@print>6.1.2.15); <polyline@stroked>6.1.2.15); <rect@filled>6.1.2.16); <rect@insetpen>6.1.2.16); <rect@print>6.1.2.16); <rect@stroked>6.1.2.16); <roundrect@filled>6.1.2.17); <roundrect@insetpen>6.1.2.17); <roundrect@print>6.1.2.17); <roundrect@stroked>6.1.2.17); <shadow@obscured>6.1.2.18); <shadow@on>6.1.2.18); <shape@filled>6.1.2.19); <shape@insetpen>6.1.2.19); <shape@print>6.1.2.19); <shape@stroked>6.1.2.19); <shapetype@filled>6.1.2.20); <shapetype@insetpen>6.1.2.20); <shapetype@print>6.1.2.20); <shapetype@stroked>6.1.2.20); <stroke@imagealignshape>6.1.2.21); <stroke@insetpen>6.1.2.21); <stroke@on>6.1.2.21); <textpath@fitpath>6.1.2.23); <textpath@fitshape>6.1.2.23); <textpath@on>6.1.2.23); <textpath@trim>6.1.2.23); <textpath@xscale>6.1.2.23)

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

<simpleType name="ST_TrueFalse">
	<restriction base="xsd:string">
	<enumeration value="t"/>
	<enumeration value="f"/>
	<enumeration value="true"/>
	<enumeration value="false"/>
	</restriction>
</simpleType>