interface ElementDefinitionBase {
    _max?: Element;
    _min?: Element;
    _path?: Element;
    extension?: Extension[];
    id?: id;
    max: string;
    min: unsignedInt;
    path: string;
}

Properties

_max?: Element

Max cardinality of the base element

_min?: Element

Min cardinality of the base element

_path?: Element

Path that identifies the base element

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

max: string

Max cardinality of the base element

Min cardinality of the base element

path: string

Path that identifies the base element