From 107a698df9f27493d818ef82ad130600973a0b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Tue, 6 Jan 2026 05:54:12 +0100 Subject: [PATCH 1/4] Add XML subdir --- specs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/README.md b/specs/README.md index 6dc619f..d50cdde 100644 --- a/specs/README.md +++ b/specs/README.md @@ -17,3 +17,8 @@ PDF rendered / from Visio [./pdf/](./pdf). ## 1.4. MS Visio Microsoft Visio Slides [./visio/](./visio). + +## 1.5. XML + +Detailed XML service description [./xml/](./xml). + From a89579b2d9b4b5949badede146e44ee4e9eb3c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Tue, 6 Jan 2026 06:00:11 +0100 Subject: [PATCH 2/4] Update specs/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- specs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/README.md b/specs/README.md index d50cdde..4abacf5 100644 --- a/specs/README.md +++ b/specs/README.md @@ -20,5 +20,5 @@ Microsoft Visio Slides [./visio/](./visio). ## 1.5. XML -Detailed XML service description [./xml/](./xml). +XML Service Specifications [./xml/](./xml). From ebed2278138da4fe10c376f11c6aeb0c7c21e8d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 05:07:36 +0000 Subject: [PATCH 3/4] Initial plan From a908ed52c6a85a0f0e4c9f93edf701e5bf304629 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 05:09:52 +0000 Subject: [PATCH 4/4] Add XML README with TOC and NLASP placeholder Co-authored-by: clauspruefer <17313789+clauspruefer@users.noreply.github.com> --- specs/xml/NLASP-XML-SPECS.md | 7 +++++++ specs/xml/README.md | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 specs/xml/NLASP-XML-SPECS.md create mode 100644 specs/xml/README.md diff --git a/specs/xml/NLASP-XML-SPECS.md b/specs/xml/NLASP-XML-SPECS.md new file mode 100644 index 0000000..8f299dd --- /dev/null +++ b/specs/xml/NLASP-XML-SPECS.md @@ -0,0 +1,7 @@ +# 3. Next Level Application Session Protocol (NLASP) + +## 3.1. Overview + +This specification is currently under development. + +Please refer to the [development status page](https://www.der-it-pruefer.de/network/Exemplary-HTTP-Processing-Protocol-Design) for the latest updates. diff --git a/specs/xml/README.md b/specs/xml/README.md new file mode 100644 index 0000000..53a0eb1 --- /dev/null +++ b/specs/xml/README.md @@ -0,0 +1,13 @@ +# 1. XML Service Metadata Specifications + +This directory contains XML service metadata specifications for the Next Level Application Protocol (NLAP) sub-protocols. + +## 1.1. Table of Contents + +1. [Next Level Application Metadata Protocol (NLAMP)](./NLAMP-XML-SPECS.md) +2. [Next Level Application File Protocol (NLAFP)](./NLAFP-XML-SPECS.md) +3. [Next Level Application Session Protocol (NLASP)](./NLASP-XML-SPECS.md) + +## 1.2. Development Status + +Ongoing RFP / RFC development status: [Exemplary HTTP Processing Protocol Design](https://www.der-it-pruefer.de/network/Exemplary-HTTP-Processing-Protocol-Design)