connectable

Namespace: (default namespace)
XML Schema: ns0.xsd

Details about a connectable component.

XML

Elements

name (type) min/max
occurs
description
id (string) 0/1 The id of this connectable component.
type (string) 0/1 The type of this connectable component.
groupId (string) 0/1 The id of the group that this connectable component resides in.
name (string) 0/1 The name of this connectable component.
exists (boolean) 0/1 If this represents a remote port it is used to indicate whether the target exists.
transmitting (boolean) 0/1 If this represents a remote port it is used to indicate whether is it configured to transmit.
comments (string) 0/1 The comments from this Connectable.

JSON

property type description
id id (string) The id of this connectable component.
type type (string) The type of this connectable component.
groupId groupId (string) The id of the group that this connectable component resides in.
name name (string) The name of this connectable component.
exists exists (boolean) If this represents a remote port it is used to indicate whether the target exists.
transmitting transmitting (boolean) If this represents a remote port it is used to indicate whether is it configured to transmit.
comments comments (string) The comments from this Connectable.