Definition Type: ComplexType
Name: borderProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses border-style values.
Collapse XSD Schema Diagram:
Drilldown into frame in schema wordnet_xsd Drilldown into shadow in schema wordnet_xsd Drilldown into space in schema wordnet_xsd Drilldown into bdrwidth in schema wordnetaux_xsd Drilldown into sz in schema wordnet_xsd Drilldown into color in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of borderProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="borderProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses border-style values.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="borderValues" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets border-style values.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="color" type="hexColorType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the border color.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sz" type="borderWidthType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the border width.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wx:bdrwidth" use="optional">
        <xsd:annotation>
            <xsd:documentation>This is the html equivalent of the border width, in points.  this takes into account different internal border styles and represents the appropriate final presentation width.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="space" type="eighthPointMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the border space in eighths of a point.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shadow" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether the border has a shadow.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="frame" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether to create a frame effect by reversing the border.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
color W:color Optional
sz W:sz Optional
bdrwidth wx:bdrwidth Optional
space W:space Optional
shadow W:shadow Optional
frame W:frame Optional
Collapse Derivation Tree:
Collapse References:
W:bar, W:bdr, W:between, W:bottom, W:bottom, W:bottom, W:bottom, W:bottom, W:insideH, W:insideH, W:insideV, W:insideV, W:left, W:left, W:left, W:left, W:left, W:right, W:right, W:right, W:right, W:right, W:tl2br, W:top, W:top, W:top, W:top, W:top, W:tr2bl