| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Defines the link capacity model (linear / modular / explicit link capacities). Admissible values of the element are: LINEAR_LINK_CAPACITIES Any non-negative (fractional or integer) capacity can be installed on the links. SINGLE_MODULAR_CAPACITIES Only the module type with the smallest capacity can be installed, i.e. only its capacity variable can be nonnegative and integer. All others have to be 0. MODULAR_LINK_CAPACITIES All non-negative integer combinations of the base capacities specified for the link are admissible. EXPLICIT_LINK_CAPACITIES An explicit list of all admissible capacities on a link is provided. At most one of them may be installed, and only once.
<xs:element name="linkCapacityModel"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><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>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |