source: FederatedSearch/mpi-endpoint/target/generated-sources/xjc/META-INF/sun-jaxb.episode @ 6059

Last change on this file since 6059 was 6059, checked in by olhsha@mpi.nl, 9 years ago

importing the impi endpoint with the example of usage jaxb for generating java classes from schemata,and usage of guava library for cache

File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<bindings version="2.1" xmlns="http://java.sun.com/xml/ns/jaxb">
3  <!--
4
5This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
6See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
7Any modifications to this file will be lost upon recompilation of the source schema.
8Generated on: 2015.02.25 at 04:46:45 PM CET
9
10  -->
11  <bindings scd="x-schema::tns" xmlns:tns="http://clarin.eu/fcs/resource">
12    <schemaBindings map="false">
13      <package name="de.clarin.fcs.schema"/>
14    </schemaBindings>
15    <bindings scd="~tns:ResourceType">
16      <class ref="de.clarin.fcs.schema.ResourceType"/>
17    </bindings>
18    <bindings scd="~tns:DataViewType">
19      <class ref="de.clarin.fcs.schema.DataViewType"/>
20    </bindings>
21  </bindings>
22  <bindings scd="x-schema::tns" xmlns:tns="http://clarin.eu/fcs/endpoint-description">
23    <schemaBindings map="false">
24      <package name="de.clarin.fcs.schema"/>
25    </schemaBindings>
26    <bindings scd="tns:Resource">
27      <class ref="de.clarin.fcs.schema.EndpointDescriptionResource"/>
28    </bindings>
29    <bindings scd="~tns:EndpointDescriptionType">
30      <class ref="de.clarin.fcs.schema.EndpointDescriptionType"/>
31    </bindings>
32    <bindings scd="tns:Resources">
33      <class ref="de.clarin.fcs.schema.Resources"/>
34    </bindings>
35    <bindings scd="~tns:i18nString">
36      <class ref="de.clarin.fcs.schema.I18NString"/>
37    </bindings>
38  </bindings>
39  <bindings scd="x-schema::tns" xmlns:tns="http://clarin.eu/fcs/dataview/hits">
40    <schemaBindings map="false">
41      <package name="de.clarin.fcs.schema"/>
42    </schemaBindings>
43    <bindings scd="tns:Result">
44      <class ref="de.clarin.fcs.schema.Result"/>
45    </bindings>
46  </bindings>
47</bindings>
48
Note: See TracBrowser for help on using the repository browser.