LimitedCodeSegmentCapturedType

When the code is a concatenation this structure allows you to limit the portion of the concatenated code that this object captures. Provides an description of the segment, declares the array base used, the start position of the segment and its length.

Properties

Name

Type

Description

Description

StructuredStringType

0..1

A description of the content and purpose of the segment used. May be expressed in multiple languages and supports the use of structured content.

ArrayBase_string

string

0..1

The array base is the value of the designation for the first item in an array and is set to either 0 or 1. Unix based systems and most current programming systems use an array base of 0. Traditional codebooks normally set the array base at 1, for example the first data item in a fixed format ASCII file record begins at character 1.

StartPosition

int

0..1

The start position of the first character expressed as an integer.

Length

int

0..1

The length of the segment expressed as an integer.

Relationships

The following types reference this type.

stub