<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 |
---|---|
|
Logical false. |
|
Logical false. |
|
Logical true. |
|
Logical true. |
Referenced By |
---|
|
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>