REST API

Data: udf

  • Namespace: http://genologics.com/ri/userdefined
  • XML Schema File: userdefined.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 types are members of this namespace:

Type field

Field is the value and data type of a user-defined field.

Attributes

name type description
unit string For numeric type fields, the unit of measure for the user-defined field's value.
name string The name of the user-defined field.
type field-type The type of data in the user-defined field.

Value

  • Type: string

The field value.

Type type

Type is the name and user-defined fields of a user-defined type.

Attributes

name type description
name string The name of the user-defined type.

Child Elements

name (type) min/max
occurs
description
field (field) 0/unbounded The user-defined fields for the user-defined type.

Home

REST Endpoints

XML Data Elements

XML Data Types