Definition Type: Attribute
Name: Weight
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
ContentType Restriction
Default 0
Form Qualified
Use Optional
Documentation:
Specifies the weight (or thickness) in points of a border.
Collapse XSD Schema Diagram:
XSD Diagram of Weight in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="Weight" use="optional" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the weight (or thickness) in points of a border.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:double">
            <xsd:maxInclusive value="3.5" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
MaxInclusive 3.5