Part
IRI: https://w3id.org/altium/cdm/supply/Part
Bounded context: supply
Supply Part represents a market-available instance of a manufactured Part, providing aggregated sourcing data such as pricing, stock levels, and supplier offers.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class sup_Part["Part"]
style sup_Part fill:#0c559c
click sup_Part href "../../classes/sup_Part/"
class core_Artifact["Artifact"]
core_Artifact <|-- sup_Part
click core_Artifact href "../../classes/core_Artifact/"
sup_Part : mpn
sup_Part --> "1" sup_Company : manufacturer
click sup_Company href "../../classes/sup_Company/"
class sup_Company["Company"]
style sup_Company fill:#0c559c
sup_Part --> "*" sup_ReferenceDesign : reference designs
click sup_ReferenceDesign href "../../classes/sup_ReferenceDesign/"
class sup_ReferenceDesign["Reference Design"]
style sup_ReferenceDesign fill:#0c559c
sup_Part : id
class sup_PartGroup["Part Group"]
style sup_PartGroup fill:#0c559c
sup_PartGroup --> "*" sup_Part: parts
click sup_PartGroup href "../../classes/sup_PartGroup/"
Comments
Each Supply Part has its own identity derived from manufacturer and supplier metadata, and may correspond to multiple suppliers’ listings. It bridges the design and supply chain domains by enriching managed Parts with real-time market intelligence, enabling informed sourcing, alternates evaluation, and procurement optimization within Altium 365.
Inheritance
- core_Entity
- core_Artifact
- sup_Part
- core_Artifact
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
| mpn | 1 |
string | TBD | direct |
| manufacturer | 1 |
Company | The company that manufactures this part. | direct |
| reference designs | * |
Reference Design | Reference designs that use this part. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:supply::platform:part/{id} |
| platformAPI | SupPart |