http://sndlib.zib.de/network
element admissiblePaths

Documentation
Defines the set of admissible paths for a demand.
Properties
This component is not nillable.

Model
<admissiblePaths>
admissiblePath +
</admissiblePaths>


Nested Element Summary
 admissiblePath
          Defines a single admissible path. 
Source
<xs:element minOccurs="0" name="admissiblePaths">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="admissiblePath">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="linkId" type="globals:identifier">
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="globals:identifier" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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