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

Documentation
Defines the fixed charge model (with or without fixed charge cost). 
Admissible values of the element are:

YES 
Take the fixed charge cost specification of the links into account.

NO 
Ignore the fixed charge cost specification of the links 
(i.e., assume fixed charge cost 0 for all links).
            
Properties
This component is not nillable.

Model
<fixedChargeModel>

</fixedChargeModel>

Source
<xs:element name="fixedChargeModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="YES"/>
<xs:enumeration value="NO"/>
</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.