aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/provider/src/main/resources/aai-schema-bindings.xjb
blob: 752f1e351b0f7016ef1e3c978b4749ddbdf9c439 (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_v11.xsd" node="/xs:schema">
    <jxb:globalBindings>
        <xjc:superInterface name="org.openecomp.sdnc.sli.aai.data.AAIDatum"/>
    </jxb:globalBindings>
    </jxb:bindings>
</jxb:bindings>