Skip to content

Commit

Permalink
Merge pull request #517 from admin-shell-io/BiBo/fix_chapter_structure
Browse files Browse the repository at this point in the history
fix chapter indent
  • Loading branch information
BirgitBoss authored Dec 16, 2024
2 parents 3a53dce + a9ffd7e commit b59443e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[embedded-data-specifications]]
=== Embedded Data Specifications
== Embedded Data Specifications

The document series "Specification Asset Administration Shell" predefines data specifications that can be used within an Asset Administration Shell to ensure interoperability (see Part 3 documents).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[#reference-serialization]
=== Text Serialization of Values of Type "Reference"
== Text Serialization of Values of Type "Reference"

==== Grammar for Text Serialization Type "Reference"
=== Grammar for Text Serialization Type "Reference"

Some mappings or serializations convert the type "Reference" into a single string.
In this case, the following serialization is required:
Expand Down Expand Up @@ -34,7 +34,7 @@ It is clear from the first key in the key chain whether the reference is a globa
The examples in this document therefore do not use this prefix.
====

==== Examples for Text Serialization Type "Reference"
=== Examples for Text Serialization Type "Reference"

[.underline]#Valid Examples:#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Illustrations:
Plattform Industrie 4.0; Anna Salari, Publik. Agentur für Kommunikation GmbH, designed by Publik. Agentur für Kommunikation GmbH
////

=== Format "Path" (idShortPath Serialization) in JSON
== Format "Path" (idShortPath Serialization) in JSON

To get only the idShortPaths of a submodel element hierarchy, the serialization format is specified in terms of an idShortPath notation to be returned in an JSON array.
The notation differs depending on whether a xref:spec-metamodel/submodel-elements.adoc#SubmodelElementCollection[SubmodelElementCollection] or a xref:spec-metamodel/submodel-elements.adoc#SubmodelElementList[SubmodelElementList] is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Plattform Industrie 4.0; Anna Salari, Publik. Agentur für Kommunikation GmbH, d
////


=== Format "Metadata" (Metadata-Serialization)
== Format "Metadata" (Metadata-Serialization)

Metadata objects are defined for scenarios where a client only wants to access the metadata of an object, but not the value.
Metadata objects are used to reduce the payload response to a minimum and to avoid the recursive traversing through the data model when not needed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ value-only_json-schema.adoc
////

[#value-only-serialization-in-json]
=== Format "Value" (Value-Only Serialization) in JSON
== Format "Value" (Value-Only Serialization) in JSON

==== Overview of Value-Only Serialization Attributes
=== Overview of Value-Only Serialization Attributes

In many cases, applications using data from Asset Administration Shells already know the Submodel regarding its structure, attributes, and semantics.
Consequently, there is not always a need to receive the entire model information, which can be requested separately via _Content_ modifier set to _Metadata_, in each request since it is constant most of the time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ Only the reference to the found element is returned; potential child elements ar

Blobs require the following encoding: base64 string.

include::encodings/grammar-serialization-reference.adoc[leveloffset=+1]
include::encodings/grammar-serialization-reference.adoc[]

include::encodings/embedded-data-specifications.adoc[leveloffset=+1]
include::encodings/embedded-data-specifications.adoc[]

include::encodings/metadata-objects.adoc[leveloffset=+1]
include::encodings/metadata-objects.adoc[]

include::encodings/valueonly.adoc[leveloffset=+1]
include::encodings/valueonly.adoc[]

include::encodings/valueonly-json-schema.adoc[]

include::encodings/idshortpath.adoc[leveloffset=+1]
include::encodings/idshortpath.adoc[]

== Format "Reference"

Expand Down

0 comments on commit b59443e

Please sign in to comment.