sysmodellibs/sysmodelgen/src/svg/ModelTemplate.xml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 1 b538b70cbe51
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0"?>
<model name="___NAME___" label="___LABEL___"
	___OPTIONAL___
	 shapes="___SHAPES_XML___" >
	 ___SYSTEM_DEFINITIONS___
	 ___FILTERS___
	 ___IGNORE___
<layout___LAYOUT_OPTIONS___>
	<layer-group color="rgb(143,188,143)" from="Hardware" to="Application Services">
		<layer-group color="rgb(93,155,205)" from="Kernel Services" to="OS Services" label="Core OS"/>	
	</layer-group>
	___DISPLAY___
	<legend label="Key"___LEGEND_OPTIONS___>
	___LEGEND___
	</legend>
</layout>
</model>