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

Documentation
Defines the topology of a network: Nodes and connections between them.
      
Properties
This component is not nillable.

Model
<networkStructure>
(nodes ; links)
</networkStructure>


Nested Element Summary
 links
          
 nodes
          
Source
<xs:element name="networkStructure">
<xs:complexType>
<xs:all>
<xs:element ref="nodes"/>
<xs:element ref="links"/>
</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.