aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/src/main/xjb
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-09 15:27:43 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-09 15:28:15 -0500
commit4c790f64daf7822de00405140d17e08f296a642f (patch)
tree1a608a463115640bc59260eef90a08a70c93880c /ajsc-aai/src/main/xjb
parent2f3dcb75d2f658fd7af04ea908c70c5104c2b9ef (diff)
Initial OpenECOMP A&AI commit
Change-Id: I8b06519995d9dc0f220b80a6d9a71865b23e4edb Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'ajsc-aai/src/main/xjb')
-rw-r--r--ajsc-aai/src/main/xjb/bindings.xjb11
1 files changed, 11 insertions, 0 deletions
diff --git a/ajsc-aai/src/main/xjb/bindings.xjb b/ajsc-aai/src/main/xjb/bindings.xjb
new file mode 100644
index 0000000..fec3fe8
--- /dev/null
+++ b/ajsc-aai/src/main/xjb/bindings.xjb
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<jaxb:bindings
+ version="2.1"
+ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <jaxb:bindings scd="x-schema::a" xmlns:a="http://org.openecomp.aai.inventory/v8">
+ <jaxb:schemaBindings>
+ <jaxb:package name="org.openecomp.aai.domain.yang"/>
+ </jaxb:schemaBindings>
+ </jaxb:bindings>
+</jaxb:bindings> \ No newline at end of file