sysmodellibs/sysmodelgen/src/old/svg/ModelTemplate.xml
changeset 6 5b32dc297d05
parent 1 b538b70cbe51
equal deleted inserted replaced
3:e7e0ae78773e 6:5b32dc297d05
       
     1 <?xml version="1.0"?>
       
     2 <model name="___NAME___" label="___LABEL___"
       
     3 	___OPTIONAL___
       
     4 	 shapes="___SHAPES_XML___" >
       
     5 	 ___SYSTEM_DEFINITIONS___
       
     6 	 ___FILTERS___
       
     7 	 ___IGNORE___
       
     8 <layout___LAYOUT_OPTIONS___>
       
     9 	<layer-group color="rgb(143,188,143)" from="Hardware" to="Application Services">
       
    10 		<layer-group color="rgb(93,155,205)" from="Kernel Services" to="OS Services" label="Core OS"/>	
       
    11 	</layer-group>
       
    12 	___DISPLAY___
       
    13 	<legend label="Key"___LEGEND_OPTIONS___>
       
    14 	___LEGEND___
       
    15 	</legend>
       
    16 </layout>
       
    17 </model>