2.298 BorderWidth

Applies to RDL 2003/10 and RDL 2005/01

The BorderWidth element specifies width properties for a border.

The following are the parent and child elements of the BorderWidth element.

Parent elements

Style

Child elements

BorderWidth.Bottom

BorderWidth.Default

BorderWidth.Left

BorderWidth.Right

BorderWidth.Top

The following is the XML Schema definition of the BorderWidth element.

 <xsd:complexType name="BorderColorStyleWidthType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Default" type="xsd:string" minOccurs="0" />
     <xsd:element name="Left" type="xsd:string" minOccurs="0" />
     <xsd:element name="Right" type="xsd:string" minOccurs="0" />
     <xsd:element name="Top" type="xsd:string" minOccurs="0" />
     <xsd:element name="Bottom" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>