NameDescriptionTypeAdditional information
description

The description of the Code.
This description represents the concept expressed in the coded Response.
Maximum allowed length is 1000 characters.

string

Required

String length: inclusive between 0 and 1000

inputId

A optional identifier which may be used during automatic coding of responses.
Maximum allowed length is 50 characters.

string

String length: inclusive between 0 and 50

outputId

A optional identifier which may be used to identify the code in tabulation software. Maximum allowed length is 50 characters.

string

String length: inclusive between 0 and 50

regexPattern

Optional regular expression pattern which may be used for assisting human coders or for automatic coding.

string

None.

color

An optional color for the code in CSS hexadecimal six digit format, e.g. #FF0000 for red.
If not specified the code color will default to black.

string

None.

children

The children of a Net.
If this list is not null or empty, this code will be a Net, and its children will be the codes or nets in the list.
The children will be inserted in the codebook in the order specified in this list.

Collection of NewCodeOrNet

None.