Definition Type: Attribute
Name: bwmode
Namespace: urn:schemas-microsoft-com:office:office
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
ContentType Restriction
Documentation:
For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
Collapse XSD Schema Diagram:
XSD Diagram of bwmode in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="bwmode">
    <xsd:annotation>
        <xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="color">
            </xsd:enumeration>
            <xsd:enumeration value="auto">
            </xsd:enumeration>
            <xsd:enumeration value="grayscale">
            </xsd:enumeration>
            <xsd:enumeration value="lightGrayScale">
            </xsd:enumeration>
            <xsd:enumeration value="inverseGray">
            </xsd:enumeration>
            <xsd:enumeration value="grayOutline">
            </xsd:enumeration>
            <xsd:enumeration value="highContrast">
            </xsd:enumeration>
            <xsd:enumeration value="black">
            </xsd:enumeration>
            <xsd:enumeration value="white">
            </xsd:enumeration>
            <xsd:enumeration value="hide">
            </xsd:enumeration>
            <xsd:enumeration value="numModes">
            </xsd:enumeration>
            <xsd:enumeration value="undrawn">
            </xsd:enumeration>
            <xsd:enumeration value="blackTextAndLines">
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration color
Enumeration auto
Enumeration grayscale
Enumeration lightGrayScale
Enumeration inverseGray
Enumeration grayOutline
Enumeration highContrast
Enumeration black
Enumeration white
Enumeration hide
Enumeration numModes
Enumeration undrawn
Enumeration blackTextAndLines