--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Border-Style-XMLFile.html Wed Oct 13 16:21:25 2010 +0100
@@ -0,0 +1,91 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <!-- Generated by Xbuild version: 5.0.20 -->
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="show-comments" content="" />
+ <title>Border Styles Values XML File in Values XML Files</title>
+ <link href="../../_stock/css/reset.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" />
+ </head>
+ <body>
+ <div id="main_content">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top" width="100%">
+ <div id="main_content_txt">
+ <div class="main_content_padding">
+ <div id="main">
+ <div id="authoredContent">
+ <div class="section">
+<a name="borderstylesxml"></a><h1>Border Styles Values XML File</h1><div class="section">
+<h2>Purpose</h2><p>
+ The border styles values XML file is used to define the border styles
+ of system model items. The valid values for a border style can be any CSS property of
+ an SVG shape.
+ </p><p>
+ <b>Note</b>: For more information, see
+ <a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG) 1.1
+ Specification</a>.
+ </p><p>
+ The CSS applies to the shape of the item and it can control the
+ stroke width, and dash pattern as well as the overall opacity. It cannot set
+ the stroke or text colors.
+ </p></div>
+<div class="section">
+<h2>Syntax</h2>
+<p>The Border Styles files use the common syntax for all <a href="Values-XML-index.html">Values XML files</a>. </p>
+<p>The <code>value</code> attribute can take any value valid for the <a href="http://www.w3.org/TR/SVG11/styling.html#StyleAttribute">SVG <code>style</code> attribute</a>
+</div>
+
+<div class="section">
+<h2>Example</h2>
+
+<div class="Example"><code class="xml"><?xml version="1.0"?><br><values default="stroke-width: 0.4">
+<div class="indent"> <item label="Plugin" value="stroke-width: 2">
+<div class="indent"> <m ref="sdcarddrv"/>
+<br> <m ref="audiodrv"/><br> </div> </item></div></values></code></div>
+<p>
+ The following figure shows the generated legend for the preceding
+ border styles values XML:
+ </p><div class="Figure">
+ <p class="Image"><a name=""><img src="borderstyleoutput.gif" alt="" border="0"/></a></p><br clear="all"/>
+
+ </div></div>
+<div class="section">
+<h2>See also</h2><p>
+ <a href="Colours-XMLFile.html#coloursxml">Colors Values XML File</a>
+ </p><p>
+ <a href="Patterns-XMLFile.html#patternsxml">Patterns Values XML File</a>
+ </p><p>
+ <a href="Border-Shapes-XMLFile.html#bordershapesxml">Border Shapes Values XML File</a>
+ </p></div>
+</div>
+
+ </div>
+ <div id="printer_copyright">
+ <div id="printer_copyright_padding">
+ Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+ <div style="clear: both"></div>
+ </div>
+ <div id="includedFooter">
+ <div id="devnet_footer">
+ <div style="float: left;">Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>. </div>
+ <div id='BUILD_VERSION'></div>
+ </div>
+ </div>
+</body>
+</html>