Differences

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

Link to this comparison view

mapping [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <mapping> Element =====
 +==== Definition and Usage ====
 +
 +A mapping element defines a path from the [[switchport|<switchPort>]] to an interface
 +(interface attribute) of one of the switch components (specified by its
 +component attribute).
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[mapping|<mapping>]] | __//component//__, //interface// | -- | [[switchport|<switchPort>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //component// | IDREF. | The //component// attribute uniquely identifies a child element of the switch, through its //id// value. |
 +| //interface// | <html><p></html>String.<html></p></html><html><p></html>The default value is the whole content anchor.<html></p></html> | The //interface// attribute uniquely identifies an interface ([[area|<area>]], [[property|<property>]], [[port|<port>]], or [[switchport|<switchPort>]]) of a child element of the [[switch|<switch>]], through its //id// or name value. |
 +
 +
 +
  
Back to top