http://sndlib.zib.de/solution
element installedModule

Documentation
Defines the configuration of a single capacity module
              installed on a link.
Properties
This component is not nillable.

Model
<installedModule>
(capacity ; installCount)
</installedModule>


Nested Element Summary
 capacity
          Defines the capacity of an installed capacity module. 
 installCount
          Defines how often a capacity module is installed on a link. 
Source
<xs:element minOccurs="0" name="installedModule">
<xs:complexType>
<xs:all>
<xs:element name="capacity">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="installCount">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minExclusive 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.