Core.Imports

From emotive
Revision as of 05:49, 30 July 2014 by Nb (talk | contribs) (Created page with "{{DISPLAYTITLE:OTX '''Imports''' data model}}Category:OTX-CoreCategory:Imports == Classification == {{ClassificationExtension | Imports | OTX import data model | OTX...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name Imports
Short Description OTX import data model
Class OTX Core
Base Extension -
Pre-Conditions -
Specified by ISO 13209-3

Introduction

Within a OTX document may references, referred to as OTX import are applied to other OTX documents. With the aid of references global names from other OTX documents are imported into the current document. Within the current document can then external

  • Pro­cedure,
  • Signa­tu­re,
  • Validities,
  • Global constants,
  • Global ContextVariable

be accessed.

Exclamation.png Important: All objects can only according to their Visibility to be imported!

Semantics

When importing an external document, the following parameters must be specified:

  • Packa­ge (required)
    Contains the full name of the package, which includes the OTX document
  • Docu­ment (required)
    Contains the name of the document to be imported OTX
  • Pre­fix (required)
    Free name that identifies the imported document. It is represented in all accesses to the imported document.

Checker rules

Core_Chk003 No dead import links
Core_Chk004 No unused imports
Core_Chk006 Match of imported document's data model version

See also

Validation (OTX-Checker)
​​Naming Conventions
Declarations
Visibilities
Validities
Signatures
Parameter Declarations
Procedures
Comments