Annex B. Resources

The following resources are available to help develop SMT specifications. Resources with heading backslash refer to the IDTA Teams drive.

Table 1. Resources used in the document
Resource Description

[R1]

Process Description. Registration of Asset Administration Shell Submodel templates for Digital Twins. Industrial Digital Twin Association (IDTA). V1.0

[R2]

IDTA comments template

\IDTA - WG2 - Submodels\Submodel-Development\00_Templates\03 IDTA Submodel Spec Comments Template.xlsx

[R3]

[R4]

IDTA GitHub Asset Administration Shell Identifiers

[R5]

[R6]

[R7]

[R8]

ISO/IEC 19505-2:2012, Information technology — Object Management Group Unified Modeling Language (OMG UML) — Part 2: Superstructure

[R9]

[R10]

Homepage: “AsciiDoc”.

[R11]

IDTA GitHub repository for Submodel templates.

[R12]

[R13]

[R14]

Command lines for docker containers for rendering AsciiDoc to HTML / PDF (using some of the files in [R13]):

For HTML:

docker run -it -v .:/documents/ asciidoctor/docker-asciidoctor asciidoctor -r asciidoctor-diagram -a toc=left -a stylesheet=asciidoc-style-idta.css *.adoc

For PDF with line numbers:

docker run -it -v .:/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf -r asciidoctor-diagram -r ./extended.rb -a toc=macro -a pdf-theme=my-theme.yml -a env-pdf *.adoc