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/"
class core_Artifact["Artifact"]
core_Artifact <|-- lib_Symbol
click core_Artifact href "../../classes/core_Artifact/"
lib_Symbol --> "*" lib_SymbolRevision : revisions
click lib_SymbolRevision href "../../classes/lib_SymbolRevision/"
class lib_SymbolRevision["Symbol Revision"]
style lib_SymbolRevision 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
- core_Entity
- core_Artifact
- lib_Symbol
- core_Artifact
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
| revisions | * |
Symbol Revision | The set of versioned snapshots derived from this artifact. Inverse of revisionOf. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:library:symbol/{id} |