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

Documentation
Defines a single capacity module.
Properties
This component is not nillable.

Model
<addModule>
(capacity ; cost)
</addModule>


Nested Element Summary
 capacity
          Defines the capacity of a module which can be installed on the link (in addition to the pre-installed capacity). 
 cost
          The cost associated with each unit of the additional capacity. 
Source
<xs:element name="addModule">
<xs:complexType>
<xs:all>
<xs:element name="capacity">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="cost">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</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.