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

Documentation
Defines a single node.
Properties
This component is not nillable.

Model
<node
  id = globals:identifier>
coordinates ?
</node>


Nested Element Summary
 coordinates
          Defines the coordinates of the node (only used for visualization purposes). 

Attribute Summary
 globals:identifierid
          The identifier of the node. 

Attribute Detail

id

The identifier of the node. The identifier must be unique within all the nodes.

Type:
globals:identifier
Use:
required
Form:
unqualified

Source
<xs:element name="node">
<xs:complexType>
<xs:sequence minOccurs="0">
<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>
</xs:sequence>
<xs:attribute name="id" type="globals:identifier" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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