Material Constituents¶
The material constituents relationship list identifies the base_material and other materials that are combined to create materials. This is only used in materials.
Data¶
Column | Status |
Format | Notes |
---|---|---|---|
materialConstituentsIdentifier | 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 Base_Materials OR Materials data. |
materialPurpose | recommended |
String | Why is this base material or material being used? Use the identifier of the material purpose that this row relates to. The entry here should be drawn from the Material Purpose Controlled List. |
virginMaterial | recommended |
Numeric | The maximum allowable percent of the material that was newly created for the material. |
layer | recommended |
Numeric | The layer associated with the material. The inner most layer (the layer closest to the product) denoted as 1, and the outermost layer is the biggest number. |
materialPercentage | recommended |
Numeric | The percentage of the total materials making-up the material. For every unique material, materialPercentage should add to 100%. |
Diagram¶
erDiagram
MATERIALS }o..o{ MATERIAL_CONSTITUENTS : within
MATERIAL_CONSTITUENTS {
materialConstituentsIdentifier String
materialCombinationIdentifier String
materialPurpose String
virginMaterial Numeric
layer Numeric
materialPercentage Numeric
}
MATERIAL_CONSTITUENTS }o--o{ BASE_MATERIALS : attributes
MATERIAL_CONSTITUENTS }o--o{ MATERIALS : attributes
MATERIAL_CONSTITUENTS }o--o{ CONTROLLED_LISTS : attributes
CONTROLLED_LISTS {
materialPurposeControlledList required
}
Template¶
Material constituents should be provided as a separate csv file. The specification of this csv file is as follows:
Material Constituents Template
Example¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|