Extensions.DataType.StructureSignature

From emotive
Revision as of 12:14, 24 September 2018 by Hb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name StructureSignature
Short Description OTX StructureSignature data model
Class OTX Extension
Pre-Conditions -
Specified by ISO 13209-2

Introduction

The StructureSignature is a specialisation of the OTX Core type otx:SignatureRealisation that adds additional interface description functionality along with the OTX Core type otx:ProcedureSignature. A StructureSignature represents the elements of a structure. Each element consists of an unique name and an arbitrary data type. The data type can be also a Structure. A structure cannot contain itself. In other words, circular dependencies of structures are not allowed. See Signature Concept.

Properties

  • Name
    Unique name throughout all global identifiers within the OTX document.
  • Specification
    Description of datatype signature
  • Visibility
    • Private
    • Packa­ge (Default)
    • Public
  • Elements
    Elements of a datatype signature, each element consists of a name, a data type and an optional default value.

Checker Rules

DataType_Chk003