1234567891011121314151617181920212223 |
- <bindings xmlns="http://java.sun.com/xml/ns/jaxb"
-
- xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
-
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
-
- version="2.1">
-
- <bindings schemaLocation="index.xsd" version="1.0">
-
- <!-- Customise the package name -->
-
- <schemaBindings>
- <package name="com.hotent.platform.model.index"/>
- </schemaBindings>
- </bindings>
-
-
-
-
- </bindings>
|