OTX Reference  
OpenTestSystem.Otx.Core.Declarations.ExtensibleGlobalDeclaration Class Reference

Declares a global variable which can be extented by additional realisations defined in new OTX extensions More...

Inheritance diagram for OpenTestSystem.Otx.Core.Declarations.ExtensibleGlobalDeclaration:
Inheritance graph

Public Attributes

Visibility visibility
 Visibility for access from outside the document. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Declarations.ExtensibleDeclaration
ExtensibleDeclarationRealisation realisation
 Specifies the ExtensibleDeclaration implementation. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Declares a global variable which can be extented by additional realisations defined in new OTX extensions

Member Data Documentation

◆ visibility

Visibility OpenTestSystem.Otx.Core.Declarations.ExtensibleGlobalDeclaration.visibility

Visibility for access from outside the document.

The attribute is a visibility modifier. For document variables, the attribute value is fixed to PRIVATE. This ensures that document variables are not visible to other OTX documents.