<ST_BorderShadow> (Border Shadow Type)

This simple type specifies logical true and false values.

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

<borderbottom@shadow>6.3.2.2); <borderleft@shadow>6.3.2.3); <borderright@shadow>6.3.2.4); <bordertop@shadow>6.3.2.5)

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

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