| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Defines a single demand.
Nested Element Summary | |
| admissiblePaths Defines the set of admissible paths for a demand. |
| demandValue This parameter value is interpreted for a specific demand such that at least routingUnit times demandValue many units must be routed through the network during normal operation (where all network components are active). |
xs:positiveInteger | maxPathLength The maximum number of links used on a path to route this demand. |
xs:positiveInteger | routingUnit The individual routing unit of this demand. |
globals:identifier | source The identifier of the source node. |
globals:identifier | target The identifier of the source node. |
Attribute Summary | |
globals:identifier | id The identifier of the demand, which must be unique within all the demands. |
Attribute Detail |
globals:identifier
required
unqualified
<xs:element name="demand"><xs:complexType><xs:all></xs:complexType><xs:element minOccurs="0" name="routingUnit" type="xs:positiveInteger">
</xs:element><xs:element name="demandValue"><xs:simpleType></xs:element><xs:restriction base="xs:double"></xs:simpleType><xs:minExclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="admissiblePaths"><xs:complexType></xs:element><xs:sequence maxOccurs="unbounded"></xs:complexType><xs:element name="admissiblePath"></xs:sequence><xs:complexType></xs:element><xs:sequence maxOccurs="unbounded"></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="maxPathLength" type="xs:positiveInteger"></xs:all>
</xs:element><xs:unique name="uniqueAdmissiblePathIdInDemand"></xs:element><xs:selector xpath="admissiblePaths/admissiblePath"/><xs:field xpath="@id"/></xs:unique>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |