Manufacturing Package
IRI: https://w3id.org/altium/cdm/design/ManufacturingPackage
Bounded context: design
A read-only package that contains a subset of Project Release artifacts that is typically shared with an external party for the purposes of manufacturing the board (e.g. Manufacturing Package may contain fabrication/assembly files required by the factories, but not the sources of the project)
Platform API
GRID (1)
grid:workspace:{workspace-id}:design:manufacturing-package/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class des_manufacturing_package["Manufacturing Package"]
style des_manufacturing_package fill:#93c47d
click des_manufacturing_package href "../../classes/des_manufacturing_package/"
des_manufacturing_package --> "1" des_project_release : projectRelease
click des_project_release href "../../classes/des_project_release/"
class des_project_release["Hardware Project Release"]
style des_project_release fill:#93c47d
des_manufacturing_package : id
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| projectRelease | 1 |
Hardware Project Release | Manufacturing Packages are created based on a specific Project Release. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:design:manufacturing-package/{id} |