summaryrefslogtreecommitdiff
path: root/ebics/src/main/kotlin/ebics_h004/package-info.java
blob: a16e907cbbdd7b16e385a17fc58aa014e1c719ce (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:H004",
        elementFormDefault = XmlNsForm.QUALIFIED
)
package tech.libeufin.ebics.ebics_h004;

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