--- alias: user-guide-data-collection-instance-index tags: - data collection description: "A Data Collection Instance manages data associated with materials and their lifecycle" --- # Data Collection Instance :lock: DataCollectionInstance.**Show** ## Overview A **Data Collection** is a reusable object that is associated to **Materials** via a **Data Collection Instance (DCI)** object. A **DCI** object holds the context for which the **Data Collection** was opened, along with the data posted during the lifecycle of the **DCI**. The **DCI** page displays general information on the specific **DCI**. In addition, it enables you to perform all the operations that can be performed on a specific **DCI**. ```mermaid graph TD L2[Data Collection] --- L1[Data Collection Limit Set] Main[Data Collection Instance] === L2 Main === A2[Maintenance Activity Order] A1[Material] === Main L1 --- L3[Data Collection Limit Set Parameter] L3 --- A4[Parameter] L1 --- A3 L2 --- A3[Maintenance Activity] C1[Material Data Collection Context] -.- L1 C2[Resource Data Collection Context] -.- L1 classDef mermaid_title color:#000, fill:#fafafa, stroke:#fafafa, stroke-width:0x, font-size:100%, font-weight:200; classDef mermaid_start color:#000, fill:#fafafa, stroke:#fafafa, color:#fafafa, stroke-width:0x, font-size:100%, visibility: hidden; classDef mermaid_businessdata color:#000, fill:#65CDE8, stroke:#65CDE8, stroke-width:0px, font-size:100%; classDef mermaid_nonbusinessdata color:#000, fill:#B7DEE8, stroke:#B7DEE8, stroke-width:0px, font-size:100%; classDef mermaid_entity color:#000, fill:#FB9F53, stroke:#FB9F53, stroke-width:0px, font-size:100%; classDef mermaid_entitylinked color:#000, fill:#FCD5B5, stroke:#FCD5B5, stroke-width:0px, font-size:100%; classDef mermaid_context color:#000, fill:#B9CDE5, stroke:#B9CDE5, stroke-width:0px, font-size:100%; classDef mermaid_optional color:#000, fill:#B7DEE8, stroke:#65CDE8, stroke-width:1px, font-size:100%, stroke-dasharray: 5 5; class Main mermaid_entity class A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12 mermaid_businessdata class L1,L2,L3,L4,L5,L6,L7,L8,L9 mermaid_entitylinked class C1,C2,C3,C4,C5,C6 mermaid_context class N1,N2,N3,N4,N5,N6 mermaid_nonbusinessdata click Main "../../../business-data/data-collection/data-collection-instance" click L1 "../../../business-data/data-collection-limit-set" click L2 "../../../business-data/data-collection" click A1 "../../../business-data/material" click A2 "../../../business-data/maintenance-activity-order" click A3 "../../../business-data/maintenance-plan" click A4 "../../../business-data/parameter" click C1 "../../../administration/tables/smart-tables/materialdatacollectioncontext" click C2 "../../../administration/tables/smart-tables/resourcedatacollectioncontext" ``` {{ generate_index() }}