interface TestReportParticipant {
    _display?: Element;
    _type?: Element;
    _uri?: Element;
    display?: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type: code;
    uri: uri;
}

Properties

_display?: Element

The display name of the participant

_type?: Element

test-engine | client | server

_uri?: Element

The uri of the participant. An absolute URL is preferred

display?: string

The display name of the participant

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

type: code

test-engine | client | server

uri: uri

The uri of the participant. An absolute URL is preferred