Bio_Protocol

The Bio_Protocol element defines the protocol to create or modify.

See Also
XML Format Overview

The Bio_Protocol element has the following attributes:

Attribute Type Required? Values Description
action string Yes
  • CREATED
  • MODIFIED
  • CREATED_OR_MODIFIED
The type of action performed for the protocol.

CREATED requires that no object with this id already exists.

MODIFIED requires that an object with this id already exists or is defined earlier in the XML file being imported.

id string Yes A unique identifier for the protocol.
name string Yes The name of the protocol.
description string No A description of the protocol.
code string No The protocol code name.
version string No The protocol version.
division string No The protocol division.
domain string No The protocol domain.

code and version are used to build the title of the Configured Protocol shown in the Discovery Decision Path, along with the name attribute, using the form:

Title = code + "-" + version + " " + name

For example, for version 1 of a protocol with code "IMNE_SILICO_1" and name "In silico immunogenicity test":

IMNE_SILICO_1-1 In silico immunogenicity test

Important: Do not specify division or domain, these are not used by Innovation Design & Decisions.