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

Documentation
Defines the routing for a single demand. In a failure state, a complete
routing, including non-failing working paths, must be given for each demand
affected by the failure. That is, the total flow value given by such a routing
must always be at least the demand value.
      
Properties
This component is not nillable.

Model
<demandRouting
  demandId = globals:identifier>
flowPath +
</demandRouting>


Nested Element Summary
 flowPath
          Defines a single flow path in a demand routing 

Attribute Summary
 globals:identifierdemandId
          

Attribute Detail

demandId

Type:
globals:identifier
Use:
required
Form:
unqualified

Source
<xs:element name="demandRouting">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<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>
</xs:sequence>
<xs:attribute name="demandId" type="globals:identifier" use="required"/>
</xs:complexType>
</xs:element>


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