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

Documentation
Defines a single admissible path.
Properties
This component is not nillable.

Model
<admissiblePath
  id = globals:identifier>
linkId +
</admissiblePath>


Nested Element Summary
globals:identifierlinkId
          Defines a link used in the path. 

Attribute Summary
 globals:identifierid
          The identifier of the path. 

Attribute Detail

id

The identifier of the path. The identifier must be unique within all the paths of a single demand.

Type:
globals:identifier
Use:
required
Form:
unqualified

Source
<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>


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