summaryrefslogtreecommitdiff
path: root/ebics/src/main/kotlin/ebics_s002/package-info.java
blob: 5ddb1f7773317426de37aef965ccfcba898ebed7 (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 = "http://www.ebics.org/S002",
        elementFormDefault = XmlNsForm.QUALIFIED
)
package tech.libeufin.ebics.ebics_s002;

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