<!ATTLIST ROUTES idrefs IDREFS #IMPLIED condition CDATA #IMPLIED operation ( RESET | ADD | REMOVE) "ADD" position NMTOKEN #IMPLIED> |
Attribute | Mand. | Description | Default |
idrefs | no | References of routes that belong to this list of routes. See "Using content list" section for more information. |
|
condition | no | This attribute defines the condition for the existence of this list. See "Using content list" section for detailed usage. |
|
operation | no | This parameter tells how this list is merges with existing one. See "Using content list" section for detailed usage. |
ADD |
position | no | This parameter indicates at which position this list is inserted in current one. See "Using content list" section for detailed usage. |
<!ELEMENT ROUTES (ROUTE | ROUTE_REF)*> |
Element | Mand. | Mult. | Description |
ROUTE | yes | no | Route that belongs to the list of routes. |
ROUTE_REF | yes | no | Route reference that belongs to the list of routes. |
<ROUTES> <ROUTE target="netClass"> <STEP idrefs="alr_obj" target="muxClass"/> </ROUTE> <ROUTE target='netClass'> <STEP idrefs='alr_obj' target='cardClass'/> <STEP idrefs='card_eqt' target='muxClass'/> </ROUTE> <ROUTE> <STEP idrefs='alr_obj' target='portClass'/> <STEP idrefs='port_card' target='cardClass'/> <STEP idrefs='card_eqt' target='muxClass'/> </ROUTE> </ROUTES> |