Extensions.DataType.EnumerationSignature

From emotive
Jump to navigation Jump to search

Classification

Name Enumeration Signatures
Short Description OTX enumeration signatures data model
Class OTX Extension
Pre-Conditions -
Specified by ISO 13209-2

Introduction

The enumeration signatures are extended from OTX Signatures, a datatype signature can be used to define the structure of a new user-defined enumeration type. An enumeration signature consists of a set of named constants called enumeration elements. 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
    Enumeration elements of the enumeration signature, each enumeration element assigns a unique name to a unique IntergerLiteral.

Checker Rules

DataType_Chk004