sysmodellibs/sysmodelgen/test/jp-text/issued-shapes.xml
changeset 1 b538b70cbe51
equal deleted inserted replaced
0:2e8eeb919028 1:b538b70cbe51
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <shapes xmlns:s="http://www.w3.org/2000/svg">
       
     3 	
       
     4 	<s:defs>
       
     5 <s:style type="text/css">
       
     6 text {font-family: "MS UI Gothic" !important}
       
     7 </s:style>
       
     8 </s:defs>  
       
     9 	
       
    10 	<!-- borders to use for OSD components -->
       
    11 	<!-- bracket, function or axis notation not allowed in use. Can only use blah/blah/@blah form -->
       
    12 	<borders use="s12/@osd" label="Sched 12 Category" show-unused="yes">
       
    13 		<border type="box"/>
       
    14 		<border value="OS" type="box-clipLT" label="Optional Symbian"/>
       
    15 		<border value="CS" type="box-clipLB" label="Common Symbian"/>
       
    16 		<border value="CR" type="box-clipRB" label="Common Replace­able"/>
       
    17 		<border value="OR" type="box-clipRT" label="Optional Replace­able"/>
       
    18 		<border value="T-R" type="box-clipAll" label="Refer­ence/Test"/>
       
    19 	</borders>
       
    20 	
       
    21 	<patterns show-unused="yes"> <!-- this is very slow, don't check if used -->
       
    22 		 <overlay rule="@deprecated and (VERSION(@deprecated) &lt;=  VERSION())" label="Depre­cated Compo­nent" type="big-X"/> 
       
    23 		<overlay rule="s12/@ref='true' or @ref='true'" type="striped-diag-up" label="Reference Compo­nent"/>
       
    24 		<overlay rule="@since = /*/systemModel/@ver or @introduced = /*/systemModel/@ver" type="radial-grad" label="New in {@ver}"/>
       
    25 		</patterns>
       
    26 	
       
    27 	<styles>
       
    28 		<style>stroke-width: 0.4</style>
       
    29 		<style rule="@plugin='true'" label="Plugin Compo­nent">stroke-width: 2</style>
       
    30 	</styles>
       
    31 	 
       
    32 	<colors default="grey" match="@ts" label="Technology Streams"/>
       
    33 	<!-- these can also go in the model.xml in a legend element -->
       
    34 	<examples>
       
    35 		<cmp color="Graphics">Plug-in</cmp>
       
    36 		<cmp overlay="Reference Compo­nent" border="Common Symbian">Reference</cmp>
       
    37 		<cmp overlay="New in {@ver}">New {@ver}</cmp>
       
    38 	</examples>
       
    39 
       
    40 <!-- stuff without rule is the fallback option (used only if others are not used) -->
       
    41 </shapes>