Definition Type: Attribute
Name: val
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: wordnet.xsd
ContentType Restriction
Use Required
Documentation:
A string representation of a binary bitmask representing the conditional formatting results (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell.
Collapse XSD Schema Diagram:
XSD Diagram of val in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="val" use="required">
    <xsd:annotation>
        <xsd:documentation>A string representation of a binary bitmask representing the conditional formatting results (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:length value="12">
            </xsd:length>
            <xsd:pattern value="[01]*">
            </xsd:pattern>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Length 12
Pattern [01]*