Skip to main content
Version: v0.0.2

Interface: X12Ack999Ik4Position

Position of an element/component/repetition inside a parent segment for an IK4 element note. Element is 1-indexed (the TR3 convention); component and repetition are surfaced exactly as encoded in IK4-01's composite - see TR3 005010X231A1 §IK4.

Example

import type { X12Ack999Ik4Position } from "@cosyte/x12";
const pos: X12Ack999Ik4Position = { element: 1, component: 2 };

Properties

component

readonly component: number | undefined


element

readonly element: number


repetition

readonly repetition: number | undefined