Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SystemId or Sid is a unique identifier that is automatically assigned by TQLEngine to every newly created Model Instance. It is of type "String" and is defined as the following within TQLEnginein TQL.

Code Block
languagexml
titleSystem ID Definiton
linenumberstrue
<Def name="System" inherits="Entity" documentation="Marker of all system types"/>
<Def name="SystemId" alt="sid" inherits="String,System"/>

...

Note: SystemId and Sid are synonyms. For the purpose of this document will use Sid when referring to System ID.

...