<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ssvg width="580" height="280">

  <!--
  The internal structure, usage and the growing of data, pointers and
  additional information within pages.
  -->

  <!-- incorporate external resources -->
  <include file="LibCSS.svg" />
  <include file="LibMarker.svg" />
  <include file="LibBasicObjects.svg" />

  <!-- define default values (may go to an external file??) -->
  <set fill="none" />
  <set stroke="black" />
  <set class="text_normal" />
  <set marker-end="url(#triangle_1)" />

  <!-- Outer rectangle and texts -->
  <Text x="150" y="50" class="text_big">Page Layout</Text>
  <Rect x="20"  y="80" width="500" height="150" fill="white"/>
  <Text x="530" y="150">8 kB</Text>

  <!-- First three inner rectangles -->
  <Rect x="20"  y="80" width="90" height="30" fill="aqua"  text="Header" />
  <Rect x="110" y="80" width="60" height="30" fill="green" text="ItemId" />	
  <Rect x="170" y="80" width="60" height="30" fill="green" text="ItemId" />

  <!-- dotted arrow -->
  <Path d="M 235,95 300,95" stroke-dasharray="5,5" />

  <!-- two pointers -->
  <Path d="M 135,115 305,195"/>
  <Path d="M 200,115 90,195"/>
  <Text class="text_comment" x="380" y="150">free space</text>

  <!-- dotted arrow -->
  <Path d="M 70,215 40,215" stroke-dasharray="5,5" />

  <!-- Last three inner rectangles -->
  <Rect x="80"  y="200" width="220" height="30" fill="turquoise"   text="Item" />
  <Rect x="300" y="200" width="170" height="30" fill="turquoise"   text="Item" />
  <Rect x="430" y="200" width="90"  height="30" fill="deepskyblue" text="Special" />

</ssvg>

