Symbol
IRI: https://w3id.org/altium/cdm/library/Symbol
Bounded context: library
Symbol represents the logical schematic view of a Component, defining its electrical interface, pins, and attributes used to express circuit intent in design schematics.
Platform API
GRID (1)
grid:workspace:{workspace-id}:library:symbol/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class lib_symbol["Symbol"]
style lib_symbol fill:#ffe599
click lib_symbol href "../../classes/lib_symbol/"
lib_symbol --> "*" lib_symbol_revision : revisions
click lib_symbol_revision href "../../classes/lib_symbol_revision/"
class lib_symbol_revision["Symbol Revision"]
style lib_symbol_revision fill:#ffe599
lib_symbol : id
Comments
Each Symbol has its own identity and structure, and may be reused across multiple Components or designs. It provides the abstract representation of a Component within the schematic domain, ensuring clarity, consistency, and accurate electrical connectivity throughout the design process.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| revisions | * |
Symbol Revision | None | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:library:symbol/{id} |