summaryrefslogtreecommitdiff
path: root/ebics/src/main/resources/xsd/ebics_H005.xsd
diff options
context:
space:
mode:
authorAntoine A <>2024-03-12 11:02:45 +0100
committerAntoine A <>2024-03-12 11:02:45 +0100
commit3b0aa4610772ef5ace8442532b247f917e59af3a (patch)
treec68bf8973ca30af4ae5e75358a62d726f6eb21d1 /ebics/src/main/resources/xsd/ebics_H005.xsd
parent90e9e6804f01793628b2abe0c2771fb96bf318e3 (diff)
parent0cc7f2a61b17f2870d1c8f9c45d0eb754a60a27b (diff)
downloadlibeufin-3b0aa4610772ef5ace8442532b247f917e59af3a.tar.gz
libeufin-3b0aa4610772ef5ace8442532b247f917e59af3a.tar.bz2
libeufin-3b0aa4610772ef5ace8442532b247f917e59af3a.zip
Clean EBICS implementation, replace JAXB code with Kotlin DSL XML combinators
Diffstat (limited to 'ebics/src/main/resources/xsd/ebics_H005.xsd')
-rw-r--r--ebics/src/main/resources/xsd/ebics_H005.xsd11
1 files changed, 0 insertions, 11 deletions
diff --git a/ebics/src/main/resources/xsd/ebics_H005.xsd b/ebics/src/main/resources/xsd/ebics_H005.xsd
deleted file mode 100644
index 149bf263..00000000
--- a/ebics/src/main/resources/xsd/ebics_H005.xsd
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ebics="urn:org:ebics:H005" targetNamespace="urn:org:ebics:H005" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
- <annotation>
- <documentation xml:lang="de">ebics_H005.xsd inkludiert alle Schemadateien des EBICS-Protokolls, um die Eindeutigkeit von Element- und Typnamen im EBCIS Namespace zu erzwingen.</documentation>
- <documentation xml:lang="en">ebics_H005.xsd includes all schema files for the EBICS protocol in order to enforce unique element and type names in the EBICS namespace.</documentation>
- </annotation>
- <include schemaLocation="ebics_request_H005.xsd"/>
- <include schemaLocation="ebics_response_H005.xsd"/>
- <include schemaLocation="ebics_keymgmt_request_H005.xsd"/>
- <include schemaLocation="ebics_keymgmt_response_H005.xsd"/>
-</schema>