http://sndlib.zib.de/model
element linkCapacityModel

Documentation
Defines the link capacity model (linear / modular / explicit link capacities). 
Admissible values of the element are:

LINEAR_LINK_CAPACITIES 
Any non-negative (fractional or integer) capacity can be 
installed on the links.

SINGLE_MODULAR_CAPACITIES 
Only the module type with the smallest capacity can be installed,
i.e. only its capacity variable can be nonnegative and integer.
All others have to be 0.

MODULAR_LINK_CAPACITIES 
All non-negative integer combinations of the base 
capacities specified for the link are admissible.

EXPLICIT_LINK_CAPACITIES 
An explicit list of all admissible capacities on a link is 
provided. At most one of them may be installed, and only once.
            
Properties
This component is not nillable.

Model
<linkCapacityModel>

</linkCapacityModel>

Source
<xs:element name="linkCapacityModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LINEAR_LINK_CAPACITIES"/>
<xs:enumeration value="SINGLE_MODULAR_CAPACITIES"/>
<xs:enumeration value="MODULAR_LINK_CAPACITIES"/>
<xs:enumeration value="EXPLICIT_LINK_CAPACITIES"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


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