<?xml version="1.0" encoding="ISO-8859-1" ?>

<NetML xmlns="http://www.xmlnetwork.org"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.xmlnetwork.org
                                          netml.xsd">

   <Networks>
      <n id="n-A">
         <networkAddress>11.0.0.32/30</networkAddress>
         <CollisionDomains>
            <c id="C0">
               <iface r_id="r_1" if="eth0"/>
            </c>
         </CollisionDomains>
      </n>
   </Networks>
   <Routers>
      <RouterConf id="r_1" Hostname="pc1">
         <Interface name="eth0">
            <ipAddress>10.0.0.1/24</ipAddress>
         </Interface>
      </RouterConf>
   </Routers>
</NetML>



