http://sndlib.zib.de/network
element coordinates

Documentation
Defines the coordinates of the node (only used for visualization purposes).
Properties
This component is not nillable.

Model
<coordinates>
(x ; y)
</coordinates>


Nested Element Summary
xs:doublex
          Pixel coordinates can have any value. 
xs:doubley
          Pixel coordinates can have any value. 
Source
<xs:element name="coordinates">
<xs:complexType>
<xs:all>
<xs:element name="x" type="xs:double">
</xs:element>
<xs:element name="y" type="xs:double">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.