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

Documentation
Defines general properties of a particular network planning instance.
Properties
This component is not nillable.

Model
<model
  version = xs:string : 1.0>
(nodeModel ; linkModel ; linkCapacityModel ; fixedChargeModel ; demandModel ; routingModel ; admissiblePathModel ; hopLimitModel ; objectiveModel ; survivabilityModel)
</model>


Nested Element Summary
 admissiblePathModel
          Defines the admissible path model (explicit path list or all paths). 
 demandModel
          Defines the demand model (directed / undirected). 
 fixedChargeModel
          Defines the fixed charge model (with or without fixed charge cost). 
 hopLimitModel
          Defines the hop limit model (with or without hop limits). 
 linkCapacityModel
          Defines the link capacity model (linear / modular / explicit link capacities). 
 linkModel
          Defines the link model (directed / undirected / bidirected). 
 nodeModel
          Defines the node model (with or without node hardware). 
 objectiveModel
          Defines the objective function model. 
 routingModel
          Defines the routing model (continuous / integer / single-path). 
 survivabilityModel
          Defines the surviviability model. 

Attribute Summary
 xs:stringversion
          

Attribute Detail

version

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

Source
<xs:element name="model">
<xs:complexType>
<xs:all>
<xs:element name="nodeModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NO_NODE_HARDWARE"/>
<xs:enumeration value="NODE_HARDWARE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="linkModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DIRECTED"/>
<xs:enumeration value="UNDIRECTED"/>
<xs:enumeration value="BIDIRECTED"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="linkCapacityModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LINEAR_LINK_CAPACITIES"/>
<xs:enumeration value="SINGLE_MODULAR_CAPACITIES"/>
<xs:enumeration value="MODULAR_LINK_CAPACITIES"/>
<xs:enumeration value="EXPLICIT_LINK_CAPACITIES"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="fixedChargeModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="YES"/>
<xs:enumeration value="NO"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="demandModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="UNDIRECTED"/>
<xs:enumeration value="DIRECTED"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="routingModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CONTINUOUS"/>
<xs:enumeration value="INTEGER"/>
<xs:enumeration value="SINGLE_PATH"/>
<xs:enumeration value="OSPF_SINGLE_PATH"/>
<xs:enumeration value="OSPF_EQUAL_SPLIT_PATH"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="admissiblePathModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALL_PATHS"/>
<xs:enumeration value="EXPLICIT_LIST"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="hopLimitModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="INDIVIDUAL_HOP_LIMITS"/>
<xs:enumeration value="IGNORE_HOP_LIMITS"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="objectiveModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="MINIMIZE_TOTAL_COST"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
</xs:all>
<xs:attribute default="1.0" name="version" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>


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