Difference between revisions of "Extensions.DataType.EnumerationSignature"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Enumeration Signatures'''}}Category:OTX-ExtensionsCategory:Signatures == Classification == {{ClassificationCore | Enumeration Signatures | OTX en...")
 
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
** Public
 
** Public
 
* '''Elements''' <br/> Enumeration elements of the enumeration signature, each enumeration element assigns a unique name to a unique IntergerLiteral.
 
* '''Elements''' <br/> Enumeration elements of the enumeration signature, each enumeration element assigns a unique name to a unique IntergerLiteral.
 +
 +
== Checker Rules ==
 +
[[Extensions.DataType.DataTypeChk004|DataType_Chk004]]

Latest revision as of 11:15, 24 September 2018

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