Differences

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

Link to this comparison view

connectorbase [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <connectorBase> Element =====
 +==== Definition and Usage ====
 +
 +The [[connectorbase|<connectorBase>]] element groups relations defined using connectors.
 +
 +Connectors can be directly defined in [[connectorbase|<connectorBase>]] element that is
 +child of the [[head|<head>]] element of an NCL application.  However, since the
 +definition of connectors may be difficult for non-expert users, the idea is
 +to have experts defining connectors, storing them in libraries (connector
 +bases) that may be imported, and making them available to others for
 +creating links.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[connectorbase|<connectorBase>]] | //id// | ([[importbase|<importBase>]] <nowiki>|</nowiki> [[causalconnector|<causalConnector>]])* | [[head|<head>]] |
 +==== 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. |
 +
 +
 +
  
Back to top