Skip to content

Component Template Revision

IRI: https://w3id.org/altium/cdm/library/ComponentTemplateRevision

Bounded context: library

TBD

Platform API

GRID (1)

grid:workspace:{workspace-id}:library:component-template-revision/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class lib_component_template_revision["Component Template Revision"]



      style lib_component_template_revision fill:#ffe599    


    click lib_component_template_revision href "../../classes/lib_component_template_revision/"














      lib_component_template_revision --> "1" plt_LifecycleState : lifecycleState
      click plt_LifecycleState href "../../classes/plt_LifecycleState/"


  class plt_LifecycleState["Lifecycle State"]



      style plt_LifecycleState fill:#cccccc    






          lib_component_template_revision : id










  class lib_ComponentRevision["Component Revision"]



      style lib_ComponentRevision fill:#ffe599    


          lib_ComponentRevision --> "0..1" lib_component_template_revision: template 
          click lib_ComponentRevision href "../../classes/lib_ComponentRevision/"






  class lib_component_template["Component Template"]



      style lib_component_template fill:#ffe599    


          lib_component_template --> "*" lib_component_template_revision: revisions 
          click lib_component_template href "../../classes/lib_component_template/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
lifecycleState 1 Lifecycle State None HasLifecycle
id 1 GRID Globally unique identifier across the whole platform. Entity

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:library:component-template-revision/{id}

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.