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.
Properties
Section titled “Properties”Type: string
Required
Reference to the related entity’s id.
Type: string
Descriptive name associated with this abstractDataItemRelationship.
Referenced By
Section titled “Referenced By”- 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
Schema
Section titled “Schema”{ "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } }}