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_ManufacturingPackage["Manufacturing Package"]
style des_ManufacturingPackage fill:#93c47d
click des_ManufacturingPackage href "../../classes/des_ManufacturingPackage/"
class core_Artifact["Artifact"]
core_Artifact <|-- des_ManufacturingPackage
click core_Artifact href "../../classes/core_Artifact/"
des_ManufacturingPackage --> "1" des_ProjectRelease : project release
click des_ProjectRelease href "../../classes/des_ProjectRelease/"
class des_ProjectRelease["Hardware Project Release"]
style des_ProjectRelease fill:#93c47d
des_ManufacturingPackage : id
Inheritance
- core_Entity
- core_Artifact
- des_ManufacturingPackage
- core_Artifact
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
| project release | 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} |