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

Documentation
Defines a single flow path in a demand routing
Properties
This component is not nillable.

Model
<flowPath>
(flowPathValue ; routingPath)
</flowPath>


Nested Element Summary
 flowPathValue
          Defines the amount of flow routed by this path. 
 routingPath
          Defines the routing path. 
Source
<xs:element name="flowPath">
<xs:complexType>
<xs:all>
<xs:element name="flowPathValue">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="routingPath">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="linkId" type="globals:identifier">
</xs:element>
</xs:sequence>
</xs:complexType>
</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.