REST API

Data: stg

  • Namespace: http://genologics.com/ri/stage
  • XML Schema File: stage.xsd

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element stage

The detailed representation of a stage.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <stg:stage xmlns:stg="http://genologics.com/ri/stage" uri="..." name="..." index="..."> <workflow uri="..."> <!--content of type 'workflow'--> </workflow> <protocol uri="..."> <!--content of type 'protocol'--> </protocol> <step uri="..."> <!--content of type 'step'--> </step> </stg:stage>

Type protocol

Protocol link for the stage.

Attributes

name type description
uri anyURI The URI of the protocol.

Type stage

The detailed representation of a stage.

Attributes

name type description
uri anyURI The URI of the stage.
name string The stage name will be the protocol step name if it exists, otherwise the protocol name.
index int The index of the stage.

Child Elements

name (type) min/max
occurs
description
workflow (workflow) 0/1 Workflow link for the stage.
protocol (protocol) 0/1 Protocol link for the stage.
step (step) 0/1 Protocol Step link for the stage. This is optional; only provided if non-QC protocol.

Type step

Protocol Step link for the stage.

Attributes

name type description
uri anyURI The URI of the protocol step.

Type workflow

Workflow link for the stage.

Attributes

name type description
uri anyURI The URI of the workflow.

Home

REST Endpoints

XML Data Elements

XML Data Types