index.xjb 444 B

1234567891011121314151617181920212223
  1. <bindings xmlns="http://java.sun.com/xml/ns/jaxb"
  2. xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. version="2.1">
  5. <bindings schemaLocation="index.xsd" version="1.0">
  6. <!-- Customise the package name -->
  7. <schemaBindings>
  8. <package name="com.hotent.platform.model.index"/>
  9. </schemaBindings>
  10. </bindings>
  11. </bindings>