aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/provider/src/main/resources/aai-schema-bindings.xjb
blob: e6292fa1b8c59c0bf2202ee20b12e87c6ef063e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<jxb:bindings version="1.0"
  xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
  jxb:extensionBindingPrefixes="xjc">
    <jxb:bindings schemaLocation="aai_schema_v10.xsd" node="/xs:schema">
    <jxb:globalBindings>
        <xjc:superInterface name="org.openecomp.sdnc.sli.aai.data.AAIDatum"/>
    </jxb:globalBindings>
    </jxb:bindings>
</jxb:bindings>