summaryrefslogtreecommitdiff
path: root/ebics/src/main/kotlin/ebics_h005/package-info.java
blob: a5e16343f48e7cf6c1f5c921b40a9a6dfe42b0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * This package-info.java file defines the default namespace for the JAXB bindings
 * defined in the package.
 */

@XmlSchema(
        namespace = "urn:org:ebics:H005",
        elementFormDefault = XmlNsForm.QUALIFIED
)
package tech.libeufin.ebics.ebics_h005;

import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;