interface StructureMapGroupRuleTarget {
    _context?: Element;
    _contextType?: Element;
    _element?: Element;
    _listMode?: Element[];
    _listRuleId?: Element;
    _transform?: Element;
    _variable?: Element;
    context?: id;
    contextType?: code;
    element?: string;
    extension?: Extension[];
    id?: id;
    listMode?: code[];
    listRuleId?: id;
    modifierExtension?: Extension[];
    parameter?: StructureMapGroupRuleTargetParameter[];
    transform?: code;
    variable?: id;
}

Properties

_context?: Element

Type or variable this rule applies to

_contextType?: Element

type | variable

_element?: Element

Field to create in the context

_listMode?: Element[]

first | share | last | collate

_listRuleId?: Element

Internal rule reference for shared list items

_transform?: Element

create | copy +

_variable?: Element

Named context for field, if desired, and a field is specified

context?: id

Type or variable this rule applies to

contextType?: code

type | variable

element?: string

Field to create in the context

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

listMode?: code[]

first | share | last | collate

listRuleId?: id

Internal rule reference for shared list items

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

Parameters to the transform

transform?: code

create | copy +

variable?: id

Named context for field, if desired, and a field is specified