This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9afebee3bf77 Update doc about edi
9afebee3bf77 is described below
commit 9afebee3bf7732ddb3b5488001917030f1bcd84a
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 28 16:01:25 2026 +0200
Update doc about edi
---
components/camel-dfdl/src/main/docs/dfdl-component.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/components/camel-dfdl/src/main/docs/dfdl-component.adoc
b/components/camel-dfdl/src/main/docs/dfdl-component.adoc
index 247bda0753fc..8f0cf169725f 100644
--- a/components/camel-dfdl/src/main/docs/dfdl-component.adoc
+++ b/components/camel-dfdl/src/main/docs/dfdl-component.adoc
@@ -42,6 +42,15 @@ include::partial$component-endpoint-headers.adoc[]
include::partial$component-endpoint-headers.adoc[]
// component headers: END
+== DFDL Schemas
+
+Many DFDL schemas are freely available at
https://github.com/DFDLSchemas[DFDLSchemas on GitHub] including:
+
+- https://github.com/DFDLSchemas/EDIFACT[UN/EDIFACT] — models UN/EDIFACT
interchanges (ISO 9735) including Supply Chain messages (ORDERS, INVOIC,
DESADV, etc.)
+- https://github.com/DFDLSchemas/NACHA[NACHA] — ACH payment transactions
+- https://github.com/DFDLSchemas/HL7-v2.7[HL7] — healthcare messaging
+- https://github.com/DFDLSchemas/PCAP[PCAP] — network packet capture
+
== Using DFDL endpoints
The following format is an example of using DFDL to convert an EDI message to
an XML using `X12-837P-dfdl.xsd` DFDL schema file.