Skip to content

Component Constituents

The component constituents relationship list identifies the materials that are combined to create components. This is only used in components.

Data

Column
Status
Format Notes
componentConstituentsIdentifier required String A globally unique identifier. See identifiers section for information on how to construct this identifier
materialCombinationIdentifier required String The unique identifier of the materials that this component is made of. There must be an equivalent record in the Materials OR Components data.

Diagram

erDiagram
  COMPONENTS }o..o{ COMPONENT_CONSTITUENTS : within
  COMPONENT_CONSTITUENTS {
    componentConstituentsIdentifier String
    componentCombinationIdentifier String
  }
  COMPONENT_CONSTITUENTS }o--o{ MATERIALS : attributes
  COMPONENT_CONSTITUENTS }o--o{ COMPONENTS : attributes

Template

Component constituents should be provided as a separate csv file. The specification of this csv file is as follows:

Component Constituents Template