You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Body:

EMPTY


Attributes:

Librarytext
The name of the external library containing the FormalExpression
Methodtext
The name of the method or function that contains the FormalExpression code
Versiontext
The version of the code contained in the external library
reftext
Reference to a local instance (e.g. file) of the external library containing the FormalExpression code
hrefURI
URL of an external code external library such as GitHub or Bitbucket


Contained in:

The ExternalCodeLib element references a FormalExpression in an external code library, such as a file or GitHub. The intention is to make it possible to reference existing code libraries where the code is maintained as well as making it simpler to include longer, more complex FormalExpressions. The Library attribute provides the name of the external library while ref or href provides a reference to the repository that can be used to retrieve the code. The Method attribute provides the name of the method in the file referenced for cases where multiple methods are provided in the source code file. The Version element provides the version of the external FormalExpression code referenced.

  • No labels