Differences

This shows you the differences between two versions of the page.

Link to this comparison view

defaultcomponent [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <defaultComponent> Element =====
 +==== Definition and Usage ====
 +
 +The [[defaultcomponent|<defaultComponent>]] element identifies the default child component
 +of the [[switch|<switch>]] element that must be selected if all rules bound to
 +mapped components of the [[switchport|<switchPort>]] element, through which the
 +[[switch|<switch>]] elementwas activated, are evaluated as false.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[defaultcomponent|<defaultComponent>]] | __//component//__ | -- | [[switch|<switch>]] or [[descriptorswitch|<descriptorSwitch>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //component// | IDREF. | The //defaultComponent// attribute uniquely identifies a child element of the [[switch|<switch>]] element. |
 +
 +
 +
  
Back to top