Part Choice
IRI: https://w3id.org/altium/cdm/library/PartChoice
Bounded context: library
TBD
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class lib_part_choice["Part Choice"]
style lib_part_choice fill:#ffe599
click lib_part_choice href "../../classes/lib_part_choice/"
lib_part_choice : rank
lib_part_choice --> "1" lib_part : part
click lib_part href "../../classes/lib_part/"
class lib_part["Part"]
style lib_part fill:#ffe599
class lib_part_choice_list["Part Choice List"]
style lib_part_choice_list fill:#ffe599
lib_part_choice_list --> "*" lib_part_choice: partChoices
click lib_part_choice_list href "../../classes/lib_part_choice_list/"
Inheritance
- Resource
- lib_part_choice
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| rank | 1 |
integer | Rank of the part choice in the list | direct |
| part | 1 |
Part | The part associated with this choice | direct |