OTX Reference  
OpenTestSystem.Otx.Core.Import Class Reference

References to other OTX documents More...

Public Attributes

OtxName document
 Cardinality [1]
Name of the document More...
 
PackageName package
 Cardinality [1]
Full name of the package More...
 
OtxName prefix
 Cardinality [1]
Name of an alias More...
 

Detailed Description

References to other OTX documents

The imports section contains a list of imported documents. They are used by an OTX document to import global elements defined in other OTX documents. Global elements can be

Note
All imported global elements can only be accessed according to their Visibility!
Checker rules
CheckerRule.Core_Chk003 – No dead import links
CheckerRule.Core_Chk004 – No unused imports
CheckerRule.Core_Chk006 – Match of imported document's data model version

Member Data Documentation

◆ document

OtxName OpenTestSystem.Otx.Core.Import.document

Cardinality [1]
Name of the document

Contains the document name of the document which shall be imported.

◆ package

PackageName OpenTestSystem.Otx.Core.Import.package

Cardinality [1]
Full name of the package

Contains the package which the imported document belongs to.

◆ prefix

OtxName OpenTestSystem.Otx.Core.Import.prefix

Cardinality [1]
Name of an alias

Defines a prefix which serves as an alias for the imported document. It shall be used in all places where an imported name from the imported document is accessed. The prefix name can be chosen freely insofar it complies with the syntax enforced by OtxName.

Note
Prefix shall be unique among all other import prefixes defined in the same document.