reference
Lexicon: eco.wonderland.workcell.device.reference.defs
Type: object
Pointer to information that is associated with another entity defined elsewhere in the mtConnectDevices entity for a piece of equipment. reference is an abstract entity and will be realized by a specific reference type for an mtConnectDevices entity. See ComponentRef and DataItemRef.
Properties
Section titled “Properties”Type: string
Required
Pointer to the id of an entity that contains the information to be associated with this entity.
Type: string
Name of an element or a piece of equipment.
Referenced By
Section titled “Referenced By”- references
eco.wonderland.workcell.device.reference.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "idRef" ], "properties": { "idRef": { "type": "string" }, "name": { "type": "string" } }}