Blame view

backend/form/src/main/resources/template/index/index.xjb 444 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>