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

Documentation
Defines a solution for a network problem.
Properties
This component is not nillable.

Model
<solution
  version = xs:string : 1.0>
(linkConfigurations, demandRoutings+ )
</solution>


Nested Element Summary
 demandRoutings
          
 linkConfigurations
          

Attribute Summary
 xs:stringversion
          

Attribute Detail

version

Type:
xs:string
Default:
1.0
Use:
optional
Form:
unqualified

Source
<xs:element name="solution">
<xs:complexType>
<xs:sequence>
<xs:element ref="linkConfigurations"/>
<xs:element maxOccurs="unbounded" ref="demandRoutings"/>
</xs:sequence>
<xs:attribute default="1.0" name="version" type="xs:string" use="optional"/>
</xs:complexType>
<xs:key name="linkIdInConfiguration">
<xs:selector xpath="linkConfigurations/linkConfiguration"/>
<xs:field xpath="@linkId"/>
</xs:key>
<xs:key name="demandIdInRouting">
<xs:selector xpath="demandRoutings/demandRouting"/>
<xs:field xpath="@demandId"/>
</xs:key>
<xs:keyref name="linkIdInRoutingPath" refer="linkIdInConfiguration">
<xs:selector xpath="demandRoutings/demandRouting/flowPath/routingPath/linkId"/>
<xs:field xpath="."/>
</xs:keyref>
</xs:element>


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