mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 19:55:36 +00:00
feat: prepare order generation tests
This commit is contained in:
11
test/xsd/ebics_H004.xsd
Executable file
11
test/xsd/ebics_H004.xsd
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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:H004" targetNamespace="urn:org:ebics:H004" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
||||
<annotation>
|
||||
<documentation xml:lang="de">ebics_H004.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_H004.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_H004.xsd"/>
|
||||
<include schemaLocation="ebics_response_H004.xsd"/>
|
||||
<include schemaLocation="ebics_keymgmt_request_H004.xsd"/>
|
||||
<include schemaLocation="ebics_keymgmt_response_H004.xsd"/>
|
||||
</schema>
|
Reference in New Issue
Block a user