2.3.18 ST_borderStyleID

Referenced by: ST_ID, CT_Image, CT_Cell

A unique identifier for a border CT_Style element within the CT_Styles collection.

The default worksheet cell border style is "bD".

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

 <xs:simpleType name="ST_borderStyleID" final="restriction">
   <xs:restriction base="xs:string">
     <xs:pattern value="bD|\-[1-9][0-9]*"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).