source: FederatedSearch/mpi-endpoint/target/cqlsearch2-4.4/WEB-INF/classes/bindingshits.xml @ 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: 996 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<jxb:bindings version="1.0"
3              xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
4              xmlns:xs="http://www.w3.org/2001/XMLSchema"
5              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6              xmlns:namespace="http://jaxb2-commons.dev.java.net/namespace-prefix"
7              xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd
8                          http://jaxb2-commons.dev.java.net/namespace-prefix http://java.net/projects/jaxb2-commons/sources/svn/content/namespace-prefix/trunk/src/main/resources/prefix-namespace-schema.xsd">
9
10 
11               
12    <jxb:bindings schemaLocation="../schemas/DataView-Hits.xsd">
13        <jxb:schemaBindings>
14            <jxb:package name="de.clarin.fcs.schema" />
15        </jxb:schemaBindings>
16        <jxb:bindings>
17            <namespace:prefix name="hits" />
18        </jxb:bindings>
19       
20    </jxb:bindings>
21       
22   
23   
24</jxb:bindings>
Note: See TracBrowser for help on using the repository browser.