Skip to content

Commit fc99900

Browse files
committed
restore previous location
1 parent 23d3cfc commit fc99900

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

package-info.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@jakarta.xml.bind.annotation.XmlSchema(
2+
namespace = "http://www.siri.org.uk/siri",
3+
elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED,
4+
xmlns = {
5+
@jakarta.xml.bind.annotation.XmlNs(prefix = "ojp", namespaceURI = "http://www.vdv.de/ojp"),
6+
@jakarta.xml.bind.annotation.XmlNs(prefix = "ifopt", namespaceURI = "http://www.ifopt.org.uk/ifopt"),
7+
@jakarta.xml.bind.annotation.XmlNs(prefix = "acsb", namespaceURI = "http://www.ifopt.org.uk/acsb"),
8+
@jakarta.xml.bind.annotation.XmlNs(prefix = "siri", namespaceURI = "http://www.siri.org.uk/siri")
9+
}
10+
)
11+
package de.vdv.ojp.model;
12+
13+
import jakarta.xml.bind.annotation.XmlNs;
14+
import jakarta.xml.bind.annotation.XmlNsForm;
15+
import jakarta.xml.bind.annotation.XmlSchema;

0 commit comments

Comments
 (0)