OTX Reference
|
|
Global document variable More...
Public Attributes | |
Visibility | visibility |
Cardinality [0..1] Visibility for access from outside the document. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Declarations.Declaration | |
DeclarationRealisation | realisation |
Cardinality [0..1] For declarations at specification stage, having a name for the declaration is sufficient. For realisation stage, the declaration needs a data type assignment. The optional realisation element is used for exactly this task – it contains a dataType sub element. 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... | |
Global document variable
Declares a document variable which is only visible to procedures and validity terms defined within the same document.
Visibility OpenTestSystem.Otx.Core.Declarations.DocumentVariableDeclaration.visibility |
Cardinality [0..1]
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.