2.4.3.47 SubBorderType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: RectangleStyleType, TextBoxStyleType, ImageStyleType

A Border element as specified by [MS-RDL] section 2.295.

Child Elements:

Style : A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.295.2. MUST be one of the following values: "None", "Dotted", "Dashed" or "Solid".

Width : A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.295.3.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="SubBorderType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="xsd:string" minOccurs="0"/>
     <xsd:element name="Width" wbld:cname="Width" type="xsd:string" minOccurs="0"/>
   </xsd:choice>
 </xsd:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).