complexType BorderType

complexType {urn:schemas-microsoft-com:office:spreadsheet}BorderType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<xsd:complexType name="BorderType">
    <
xsd:annotation>
        <
xsd:documentation>Specifies the properties of a particular border within the Borders element.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:attribute form="qualified" name="Position" type="PositionType" use="required">
        <
xsd:annotation>
            <
xsd:documentation>Specifies one of the six possible borders to use for cells.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Color" type="xsd:string" use="optional" default="Automatic">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the color of a border.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="LineStyle" use="optional">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the style of a border.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="None"/>
                <
xsd:enumeration value="Continuous"/>
                <
xsd:enumeration value="Dash"/>
                <
xsd:enumeration value="Dot"/>
                <
xsd:enumeration value="DashDot"/>
                <
xsd:enumeration value="DashDotDot"/>
                <
xsd:enumeration value="SlantDashDot"/>
                <
xsd:enumeration value="Double"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
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>
</
xsd:complexType>


Documentation

Specifies the properties of a particular border within the Borders element.


complexType BorderType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.