===== The Element ===== ==== Definition and Usage ==== The [[switchport|]] element defines a mapping to a subset of the [[switch|]] element's components. All references to an internal switch component must be made through a [[switchport|]] element or, by default, to the [[switch|]] element without specifying any [[switchport|]]. In this last case, it is considered as if the reference is made to a default [[switchport|]] that contains mapping elements to each child object of the switch and referring to their whole content anchors. ==== Syntax ==== ^ Element ^ Attributes ^ Content ^ Parent ^ | [[switchport|]] | __//id//__ | [[mapping|]]+ | [[switch|]] | ==== Attributes ==== ^ Name ^ Value ^ Description ^ | //id// | It may receive any string value that begins with a letter or an underscore and that only contains letters, digits, <".">, and <"_">. | The //id// attribute uniquely identifies the element within a document. |