summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/databinding-castor/src/test/resources/binding.xml
blob: 9b66de4cca700c424bffcff4e782e2e055839537 (plain)
1
2
3
4
5
6
7
8
9
<binding xmlns="http://www.castor.org/SourceGenerator/Binding" 
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            defaultBinding="type">

   <elementBinding name="complexType:PurchaseOrderType/items">
      <java-class name="ItemsElement"/>
   </elementBinding>	

</binding>