source: FederatedSearch/mpi-endpoint/target/cqlsearch2-4.4.42671/bindingsfcs.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: 1.1 KB
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    <jxb:bindings schemaLocation="../schemas/Resource.xsd">
11        <jxb:schemaBindings>
12            <jxb:package name="de.clarin.fcs.schema" />
13        </jxb:schemaBindings>
14        <jxb:bindings>
15            <namespace:prefix name="fcs" />
16        </jxb:bindings>
17    </jxb:bindings>
18     
19   
20   
21</jxb:bindings>
22
23
24 <!-- node ="/xs:schema/xs:element/xs:complexType/xs:sequence/xs:element[@name='Hit']"
25 node="/xs:schema/xs:element" -->
Note: See TracBrowser for help on using the repository browser.