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

Documentation
Defines the configuration of a single link.
Properties
This component is not nillable.

Model
<linkConfiguration
  linkId = globals:identifier>
installedModule +
</linkConfiguration>


Nested Element Summary
 installedModule
          Defines the configuration of a single capacity module installed on a link. 

Attribute Summary
 globals:identifierlinkId
          The id of a link in the corresponding network. 

Attribute Detail

linkId

The id of a link in the corresponding network.

Type:
globals:identifier
Use:
required
Form:
unqualified

Source
<xs:element name="linkConfiguration">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element minOccurs="0" name="installedModule">
<xs:complexType>
<xs:all>
<xs:element name="capacity">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="installCount">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="linkId" 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.