sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Border-Style-XMLFile.html
changeset 7 3c36c452f013
equal deleted inserted replaced
6:5b32dc297d05 7:3c36c452f013
       
     1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     2     <!-- Generated by Xbuild version: 5.0.20 -->
       
     3     <head>
       
     4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     5 	<meta name="show-comments" content="" />
       
     6 	<title>Border Styles Values XML File in Values XML Files</title>    
       
     7 	<link href="../../_stock/css/reset.css" rel="stylesheet" type="text/css" />
       
     8 	<link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" />
       
     9 	<link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" />
       
    10 	<link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" />
       
    11 	<link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" />
       
    12 	<link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" />
       
    13 	<link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" />
       
    14 	<link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" />
       
    15     </head>
       
    16     <body>
       
    17 	<div id="main_content">
       
    18 	    <table width="100%" cellpadding="0" cellspacing="0" border="0">
       
    19 		<tr>
       
    20 		    <td valign="top" width="100%">
       
    21 			<div id="main_content_txt">
       
    22 			    <div class="main_content_padding">		
       
    23                                 <div id="main">
       
    24                                     <div id="authoredContent">
       
    25                                         <div class="section">
       
    26 <a name="borderstylesxml"></a><h1>Border Styles Values XML File</h1><div class="section">
       
    27 <h2>Purpose</h2><p>
       
    28 		The border styles values XML file is used to define the border styles
       
    29 		of system model items. The valid values for a border style can be any CSS property of
       
    30 		an SVG shape. 
       
    31 	  </p><p>
       
    32 		<b>Note</b>: For more information, see
       
    33 		<a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG) 1.1
       
    34 		Specification</a>. 
       
    35 	  </p><p>
       
    36 		The CSS applies to the shape of the item and it can control the
       
    37 		stroke width, and dash pattern as well as the overall opacity. It cannot set
       
    38 		the stroke or text colors. 
       
    39 	  </p></div>
       
    40 <div class="section">
       
    41 <h2>Syntax</h2>
       
    42 <p>The Border Styles files use the common syntax for all <a href="Values-XML-index.html">Values XML files</a>. </p>
       
    43 <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>
       
    44 </div>
       
    45 
       
    46 <div class="section">
       
    47 <h2>Example</h2>
       
    48 
       
    49 <div class="Example"><code class="xml">&lt;?xml version="1.0"?&gt;<br>&lt;values default="stroke-width: 0.4"&gt;
       
    50 <div class="indent">    &lt;item label="Plugin" value="stroke-width: 2"&gt;
       
    51 <div class="indent">        &lt;m ref="sdcarddrv"/&gt;
       
    52 <br>        &lt;m ref="audiodrv"/&gt;<br>    </div>    &lt;/item&gt;</div>&lt;/values&gt;</code></div>
       
    53 <p>
       
    54 		The following figure shows the generated legend for the preceding
       
    55 		border styles values XML: 
       
    56 	  </p><div class="Figure">
       
    57 		<p class="Image"><a name=""><img src="borderstyleoutput.gif" alt=""  border="0"/></a></p><br clear="all"/>
       
    58  
       
    59 	  </div></div>
       
    60 <div class="section">
       
    61 <h2>See also</h2><p>
       
    62 		<a href="Colours-XMLFile.html#coloursxml">Colors Values XML File</a> 
       
    63 	  </p><p>
       
    64 		<a href="Patterns-XMLFile.html#patternsxml">Patterns Values XML File</a> 
       
    65 	  </p><p>
       
    66 		<a href="Border-Shapes-XMLFile.html#bordershapesxml">Border Shapes Values XML File</a> 
       
    67 	  </p></div>
       
    68 </div>
       
    69 
       
    70                                     </div>
       
    71                                     <div id="printer_copyright">
       
    72                                         <div id="printer_copyright_padding">
       
    73                                             Copyright &copy;2009  Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>
       
    74                                         </div>
       
    75                                     </div>
       
    76                                 </div>
       
    77 			    </div>
       
    78 			</div>
       
    79 		    </td>
       
    80 		</tr>
       
    81 	    </table>
       
    82 	    <div style="clear: both"></div>
       
    83 	</div>
       
    84 	<div id="includedFooter">
       
    85 	    <div id="devnet_footer">
       
    86             <div style="float: left;">Copyright &copy;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>
       
    87             <div id='BUILD_VERSION'></div>
       
    88 	    </div>
       
    89 	</div>
       
    90 </body>
       
    91 </html>