TaskArchetype
Supertype: Asset
Inherited Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
assetId | ID | 1.2 | 1 | unique identifier for an Asset. | |
deviceUuid | UUID | 1.2 | 0..1 | associated piece of equipment’s UUID that supplied the It references to | |
removed | boolean | 1.3 | 0..1 | indicator that the Asset has been removed from the piece of equipment. | |
timestamp | datetime | 1.2 | 1 | time the Asset data was last modified. | |
hash | string | 2.2 | 0..1 | condensed message digest from a secure one-way hash function. FIPS PUB 180-4 |
Inherited Relations
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
hasConfiguration | Configuration | 1.2 | 0..1 | ||
isAssetOf | MTConnectAssets | 1.2 | 0..* | ||
isAssetOf | Agent | 1.2 | 0..* | ||
isAssetOf | TaskArchetype | 1.2 | 0..* | ||
isAssetOf | Task | 1.2 | 0..* |
Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
TaskType | TaskTypeEnum | 1 |
Relations
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
hasCollaborator | Collaborator | 0..* | |||
hasCoordinator | Collaborator | 1 | |||
hasAsset | Asset | 1.2 | 0..* | ||
hasPriority | Priority | 1 | |||
isSubTaskOf | TaskArchetype | 0..1 | (through SubTaskRef) | ||
hasSubTask | TaskArchetype | 0..* | (through SubTaskRef) | ||
isSubTaskOf | TaskArchetype | 0..* | (through SubTaskRef) | ||
isTaskArchetypeOf | Task | 0..* |