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

Documentation
Defines all nodes together with their locations and options.
Properties
This component is not nillable.

Model
<nodes
  coordinatesType = coordinatesType : pixel>
node *
</nodes>


Nested Element Summary
 node
          

Attribute Summary
 coordinatesTypecoordinatesType
          

Attribute Detail

coordinatesType

Type:
coordinatesType
Default:
pixel
Use:
optional
Form:
unqualified

Source
<xs:element name="nodes">
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="node"/>
</xs:sequence>
<xs:attribute default="pixel" name="coordinatesType" type="coordinatesType" use="optional"/>
</xs:complexType>
</xs:element>


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