diff -r 5b32dc297d05 -r 3c36c452f013 sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Patterns-XMLFile.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Patterns-XMLFile.html Wed Oct 13 16:21:25 2010 +0100 @@ -0,0 +1,99 @@ + + + + + + Patterns Values XML File in Values XML Files + + + + + + + + + + +
+ + + + +
+
+
+
+
+
+

Patterns Values XML File

+

Purpose

+ The patterns values XML file is used to define the patterns of + components. The valid values for a pattern can be striped-diag-up, + radial-grad, big-X or a reference (#xxxx) to a pattern specified + in a Shapes XML file. +

+ The following figure shows the various predefined patterns: +

+


+ +

+ For information about how to define new values for patterns, see + Customizing the System Model Presentation. +

+
+

Syntax

+

The Patterns files use the common syntax for all Values XML files.

+
+ +
+

Example

+
<?xml version="1.0"?>
<values> +
<item label="Reference Compo#xad;nent" value="striped-diag-up"> +
<component name="OMAP 1623"/> +
<component name="SD Card Driver"/> +
… +
</item> +
<item label="New in 9.4" value="radial-grad"> +
<component name="Wireless LAN"/> +
<component name="Graphics Effects"/> +
</item> +
<item label="Depre&#ad;cated" value="#my-pattern"> +
<component name="Word Engine"/> +
</item> +
</values>

+ The following figure shows the generated legend for the preceding + patterns values XML: +

+


+ +
+ +
+ +
+ +
+
+
+
+
+
+
+ +
+ +