Difference between revisions of "Core.Declarations"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Declarations''' data model}}Category:OTX-CoreCategory:Declarations For the declaration of constants and variables there are in OTX two different...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:OTX '''Declarations''' data model}}[[Category:OTX-Core]][[Category:Declarations]]
+
{{DISPLAYTITLE:OTX '''Declarations'''}}[[Category:OTX-Core]][[Category:Declarations]]
For the declaration of constants and variables there are in OTX two different blocks:
+
For the declaration of constants and variables, there are two different blocks in OTX:
  
* [[OtxGlobalDeclarations|Global Declarations]]
+
* [[Core.Declarations.GlobalDeclarations|Global Declarations]]
* [[OtxLocalDeclarations|Local Declarations]]
+
* [[Core.Declarations.LocalDeclarations|Local Declarations]]
  
A global block with a wide validity of the documents there in declared elements and a local block with a validity of the elements at the procedure level.
+
An OTX document has a global block with a valid range of the whole document and a local block with a valid range of a procedure to declare elements inside.

Latest revision as of 02:20, 17 February 2016

For the declaration of constants and variables, there are two different blocks in OTX:

An OTX document has a global block with a valid range of the whole document and a local block with a valid range of a procedure to declare elements inside.