[Table of Contents] [docx version]

VML Reference Material - VML

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@filled6.1.2.1); arc@insetpen6.1.2.1); arc@print6.1.2.1); arc@stroked6.1.2.1); background@filled6.1.2.2); curve@filled6.1.2.3); curve@insetpen6.1.2.3); curve@print6.1.2.3); curve@stroked6.1.2.3); fill@alignshape6.1.2.5); fill@on6.1.2.5); fill@recolor6.1.2.5); fill@rotate6.1.2.5); group@filled6.1.2.7); group@print6.1.2.7); h@invx6.1.2.8); h@invy6.1.2.8); image@bilevel6.1.2.10); image@filled6.1.2.10); image@grayscale6.1.2.10); image@insetpen6.1.2.10); image@print6.1.2.10); image@stroked6.1.2.10); imagedata@bilevel6.1.2.11); imagedata@grayscale6.1.2.11); line@filled6.1.2.12); line@insetpen6.1.2.12); line@print6.1.2.12); line@stroked6.1.2.12); oval@filled6.1.2.13); oval@insetpen6.1.2.13); oval@print6.1.2.13); oval@stroked6.1.2.13); path@arrowok6.1.2.14); path@fillok6.1.2.14); path@gradientshapeok6.1.2.14); path@insetpenok6.1.2.14); path@shadowok6.1.2.14); path@strokeok6.1.2.14); path@textpathok6.1.2.14); polyline@filled6.1.2.15); polyline@insetpen6.1.2.15); polyline@print6.1.2.15); polyline@stroked6.1.2.15); rect@filled6.1.2.16); rect@insetpen6.1.2.16); rect@print6.1.2.16); rect@stroked6.1.2.16); roundrect@filled6.1.2.17); roundrect@insetpen6.1.2.17); roundrect@print6.1.2.17); roundrect@stroked6.1.2.17); shadow@obscured6.1.2.18); shadow@on6.1.2.18); shape@filled6.1.2.19); shape@insetpen6.1.2.19); shape@print6.1.2.19); shape@stroked6.1.2.19); shapetype@filled6.1.2.20); shapetype@insetpen6.1.2.20); shapetype@print6.1.2.20); shapetype@stroked6.1.2.20); stroke@imagealignshape6.1.2.21); stroke@insetpen6.1.2.21); stroke@on6.1.2.21); textpath@fitpath6.1.2.23); textpath@fitshape6.1.2.23); textpath@on6.1.2.23); textpath@trim6.1.2.23); textpath@xscale6.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>