From a9ffd7e69b70cc267f5ecce928eeaef96b318b6b Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Mon, 16 Dec 2024 08:40:48 +0100 Subject: [PATCH] fix chapter indent --- .../encodings/embedded-data-specifications.adoc | 2 +- .../encodings/grammar-serialization-reference.adoc | 6 +++--- .../ROOT/pages/mappings/encodings/idshortpath.adoc | 2 +- .../pages/mappings/encodings/metadata-objects.adoc | 2 +- .../ROOT/pages/mappings/encodings/valueonly.adoc | 4 ++-- .../modules/ROOT/pages/mappings/mappings.adoc | 10 +++++----- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/embedded-data-specifications.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/embedded-data-specifications.adoc index da159dcc2..47a0f12c2 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/embedded-data-specifications.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/embedded-data-specifications.adoc @@ -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). diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/grammar-serialization-reference.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/grammar-serialization-reference.adoc index af0724bea..a58df3f0d 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/grammar-serialization-reference.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/grammar-serialization-reference.adoc @@ -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: @@ -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:# diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/idshortpath.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/idshortpath.adoc index b6624cb59..290ec5acd 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/idshortpath.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/idshortpath.adoc @@ -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. diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/metadata-objects.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/metadata-objects.adoc index 98ac5a6e6..a7dcb372e 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/metadata-objects.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/metadata-objects.adoc @@ -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. diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/valueonly.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/valueonly.adoc index f869f010a..53a36d247 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/valueonly.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/valueonly.adoc @@ -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. diff --git a/documentation/IDTA-01001/modules/ROOT/pages/mappings/mappings.adoc b/documentation/IDTA-01001/modules/ROOT/pages/mappings/mappings.adoc index 9d64f851b..48b6f193f 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/mappings/mappings.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/mappings/mappings.adoc @@ -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"