Datasheet
IRI: https://w3id.org/altium/cdm/library/Datasheet
Bounded context: library
Datasheet represents a technical document associated with a Component or Part, providing authoritative specifications, electrical characteristics, and manufacturer information.
Platform API
GRID (1)
grid:workspace:{workspace-id}:library:datasheet/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class lib_datasheet["Datasheet"]
style lib_datasheet fill:#ffe599
click lib_datasheet href "../../classes/lib_datasheet/"
lib_datasheet : id
Comments
Each Datasheet has its own identity and version reference, ensuring consistent access to verified technical details. It supports informed design decisions, validation, and compliance by linking engineering data with official manufacturer documentation across Components and managed libraries within Altium 365.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:library:datasheet/{id} |
| platformAPI | DesDatasheet |