Skip to content

abstractDataItemRelationship

Lexicon: eco.wonderland.workcell.device.data.property.relationship.defs
Type: object

Association between a dataItem and another entity. abstractDataItemRelationship is an abstract entity and hence will be realized by specific abstractDataItemRelationship types in an mtConnectDevices entity. See Relationship Types for DataItem.

Type: string
Required

Reference to the related entity’s id.

Type: string

Descriptive name associated with this abstractDataItemRelationship.

  • condition eco.wonderland.workcell.device.data.defs
  • event eco.wonderland.workcell.device.data.defs
  • sample eco.wonderland.workcell.device.data.defs
  • dataItem eco.wonderland.workcell.device.data.defs
{
"type": "object",
"required": [
"idRef"
],
"properties": {
"idRef": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
© Lookinglass 2026