|
| 1 | +--- |
| 2 | +ae: |
| 3 | +- entity: Activity |
| 4 | + aimelt: |
| 5 | + content: executed_action |
| 6 | + schema: action_schema |
| 7 | + alt_map: [] |
| 8 | + aa: |
| 9 | + - attribute: name |
| 10 | + aimelt: |
| 11 | + content: action.name |
| 12 | + schema: action_schema |
| 13 | + refpath: |
| 14 | + content: |- |
| 15 | + executed_action |
| 16 | + executed_action <= action |
| 17 | + action.name |
| 18 | + alt_map: [] |
| 19 | + - attribute: description |
| 20 | + aimelt: |
| 21 | + content: action.description |
| 22 | + schema: action_schema |
| 23 | + refpath: |
| 24 | + content: |- |
| 25 | + executed_action |
| 26 | + executed_action <= action |
| 27 | + action.description |
| 28 | + alt_map: [] |
| 29 | + - attribute: chosen_method |
| 30 | + assertion_to: Activity_method |
| 31 | + aimelt: |
| 32 | + content: PATH |
| 33 | + source: {} |
| 34 | + refpath: |
| 35 | + content: |- |
| 36 | + executed_action |
| 37 | + executed_action <= action |
| 38 | + action.chosen_method -> action_method |
| 39 | + action_method |
| 40 | + alt_map: [] |
| 41 | + - attribute: id |
| 42 | + aimelt: |
| 43 | + content: id_attribute.attribute_value |
| 44 | + schema: action_schema |
| 45 | + refpath: |
| 46 | + content: |- |
| 47 | + executed_action |
| 48 | + executed_action <= action |
| 49 | + action <- id_attribute.identified_item |
| 50 | + id_attribute.attribute_value |
| 51 | + alt_map: [] |
| 52 | +- entity: Activity_relationship |
| 53 | + aimelt: |
| 54 | + content: action_relationship |
| 55 | + schema: action_schema |
| 56 | + alt_map: [] |
| 57 | + aa: |
| 58 | + - attribute: description |
| 59 | + aimelt: |
| 60 | + content: action_relationship.description |
| 61 | + schema: action_schema |
| 62 | + alt_map: [] |
| 63 | + - attribute: name |
| 64 | + aimelt: |
| 65 | + content: action_relationship.name |
| 66 | + schema: action_schema |
| 67 | + alt_map: [] |
| 68 | + - attribute: related_activity |
| 69 | + assertion_to: Activity |
| 70 | + aimelt: |
| 71 | + content: PATH |
| 72 | + source: {} |
| 73 | + refpath: |
| 74 | + content: | |
| 75 | + action_relationship |
| 76 | + action_relationship.related_action -> action |
| 77 | + action => executed_action |
| 78 | + alt_map: [] |
| 79 | + - attribute: relating_activity |
| 80 | + assertion_to: Activity |
| 81 | + aimelt: |
| 82 | + content: PATH |
| 83 | + source: {} |
| 84 | + refpath: |
| 85 | + content: |- |
| 86 | + action_relationship |
| 87 | + action_relationship.relating_action -> action |
| 88 | + action => executed_action |
| 89 | + alt_map: [] |
| 90 | +- entity: Activity_status |
| 91 | + aimelt: |
| 92 | + content: action_status |
| 93 | + schema: action_schema |
| 94 | + alt_map: [] |
| 95 | + aa: |
| 96 | + - attribute: assigned_activity |
| 97 | + assertion_to: Activity |
| 98 | + aimelt: |
| 99 | + content: PATH |
| 100 | + source: {} |
| 101 | + refpath: |
| 102 | + content: | |
| 103 | + action_status |
| 104 | + action_status.assigned_action -> executed_action |
| 105 | + alt_map: [] |
| 106 | + - attribute: status |
| 107 | + aimelt: |
| 108 | + content: action_status.status |
| 109 | + schema: action_schema |
| 110 | + alt_map: [] |
| 111 | +- entity: Applied_activity_assignment |
| 112 | + aimelt: |
| 113 | + content: applied_action_assignment |
| 114 | + source: |
| 115 | + content: ISO 10303-1047 |
| 116 | + alt_map: [] |
| 117 | + aa: |
| 118 | + - attribute: assigned_activity |
| 119 | + assertion_to: Activity |
| 120 | + aimelt: |
| 121 | + content: PATH |
| 122 | + source: {} |
| 123 | + refpath: |
| 124 | + content: |- |
| 125 | + applied_action_assignment |
| 126 | + applied_action_assignment <= action_assignment |
| 127 | + action_assignment |
| 128 | + action_assignment.assigned_action -> action |
| 129 | + action => executed_action |
| 130 | + alt_map: [] |
| 131 | + - attribute: items |
| 132 | + assertion_to: activity_item |
| 133 | + aimelt: |
| 134 | + content: PATH |
| 135 | + source: {} |
| 136 | + refpath: |
| 137 | + content: |- |
| 138 | + applied_action_assignment |
| 139 | + applied_action_assignment.items[i] -> action_items |
| 140 | + alt_map: [] |
| 141 | + - attribute: role |
| 142 | + aimelt: |
| 143 | + content: object_role.name |
| 144 | + schema: action_schema |
| 145 | + refpath: |
| 146 | + content: |- |
| 147 | + applied_action_assignment |
| 148 | + applied_action_assignment <= action_assignment |
| 149 | + action_assignment.role -> object_role |
| 150 | + object_role.name |
| 151 | + alt_map: [] |
| 152 | +sc: [] |
0 commit comments