Definition Type: SimpleType
Name: borderShadowElt
Namespace: urn:schemas-microsoft-com:office:word
Containing Schema: w10.xsd
Documentation:
Defines a Boolean value (t or f) that determines whether a shadow is present. (Note: Word does not save the f value.)
Collapse XSD Schema Diagram:
XSD Diagram of borderShadowElt in schema w10_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="borderShadowElt">
    <xsd:annotation>
        <xsd:documentation>Defines a Boolean value (t or f) that determines whether a shadow is present. (Note: Word does not save the f value.)</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="t" />
        <xsd:enumeration value="f" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration t
Enumeration f
Collapse Derivation Tree:
Collapse References:
nsD:shadow