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...")
 
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]]
 
* [[OtxGlobalDeclarations|Global Declarations]]
 
* [[OtxLocalDeclarations|Local Declarations]]
 
* [[OtxLocalDeclarations|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.

Revision as of 10:51, 9 September 2014

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.