http://sndlib.zib.de/model
element survivabilityModel

Documentation
Defines the surviviability model. 
Admissible values of the element are:

NO_SURVIVABILITY
No survivability needs to be ensured in the routing.

ONE_PLUS_ONE_PROTECTION
The routing of every demand must satisfy the conditions of 1+1 
dedicated path protection. That is, each demand must be routed on a 
single working path in the normal operating state, and a single 
link-disjoint backup path must be provided to protect the demand 
against single link failures.

SHARED_PATH_PROTECTION
For each demand, a working path routing for the non-failure state
and an end-to-end backup path for each single link failure must
be provided. In each failure state, all non-affected working
paths must be maintained.  The backup capacity is shared among
the different demands as well as between the network states,
i.e., the backup path may depend on the specific link failure.
The capacity of failing working paths is released and can be
reused in failure states.

UNRESTRICTED_FLOW_RECONFIGURATION
For each demand, routings must be provided for the non-failure 
state as well as for all single link failure states. The 
routings of a demand in the different states are completely
independent of each other.
         
Properties
This component is not nillable.

Model
<survivabilityModel>

</survivabilityModel>

Source
<xs:element name="survivabilityModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NO_SURVIVABILITY"/>
<xs:enumeration value="ONE_PLUS_ONE_PROTECTION"/>
<xs:enumeration value="SHARED_PATH_PROTECTION"/>
<xs:enumeration value="UNRESTRICTED_FLOW_RECONFIGURATION"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


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