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

Documentation
Defines the routings of all demand in the network.
Properties
This component is not nillable.

Model
<demandRoutings
  state = globals:identifier : NOS>
demandRouting *
</demandRoutings>


Nested Element Summary
 demandRouting
          

Attribute Summary
 globals:identifierstate
          Either NOS for the normal network state, or the name of a link to indicate a single link failure, or DEFAULT_BACKUP to state that this routing applies to all network states where the working path routing for demand is affected. 

Attribute Detail

state

Either NOS for the normal network state, or the name of a link to indicate a single link failure, or DEFAULT_BACKUP to state that this routing applies to all network states where the working path routing for demand is affected. The latter option is mainly intended for use with 1+1 protection, where the backup path is independent of the exact failure.

Type:
globals:identifier
Default:
NOS
Use:
optional
Form:
unqualified

Source
<xs:element name="demandRoutings">
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element ref="demandRouting"/>
</xs:sequence>
<xs:attribute default="NOS" name="state" type="globals:identifier" use="optional">
</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.