Your IP : 216.73.216.48
<?xml version="1.0"?>
<object>
<name>Abstract Data</name>
<id>Data</id>
<componentType>Data</componentType>
<description>
<para>
An abstract data element is a unit of information that belongs to an abstract data structure and possibly is connected to other data elements by pointers.
</para>
</description>
<syntax>
</syntax>
<properties>
<property>
<name>id</name>
<description><para>The unique identifier of this data element.</para></description>
<type>int</type>
</property>
<property>
<name>x</name>
<description><para>The x-coordinate of this data element.</para></description>
<type>real</type>
</property>
<property>
<name>y</name>
<description><para>The y-coordinate of this data element.</para></description>
<type>real</type>
</property>
<property>
<name>width</name>
<description><para>The size of this data element.</para></description>
<type>real</type>
</property>
<property>
<name>color</name>
<description><para>The color of this data element stated as hexadecimal value.</para></description>
<type>string</type>
</property>
</properties>
<methods>
</methods>
</object>