Node.xml
Home
/
YED /
yEd.XGML /
XMLExample /
Node.xml
<section name="node">
<attribute key="id" type="int">6</attribute>
<attribute key="label" type="String">A4</attribute>
<section name="graphics">
<attribute key="x" type="double">649.6</attribute>
<attribute key="y" type="double">216.0</attribute>
<attribute key="w" type="double">30.0</attribute>
<attribute key="h" type="double">30.0</attribute>
<attribute key="type" type="String">roundrectangle</attribute>
<attribute key="raisedBorder" type="boolean">false</attribute>
<attribute key="fill" type="String">#FFCC00</attribute>
<attribute key="outline" type="String">#000000</attribute>
</section>
<section name="LabelGraphics">
<attribute key="text" type="String">A4</attribute>
<attribute key="fontSize" type="int">12</attribute>
<attribute key="fontName" type="String">Dialog</attribute>
<attribute key="anchor" type="String">c</attribute>
</section>
<attribute key="gid" type="int">1</attribute>
</section>