File: binding5b.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Adds multiple layers of includes to the namespace handling. -->
<binding forwards="false" track-source="true">
  <namespace uri="http://www.jibx.org/ns1" default="elements"/>
  <namespace uri="http://www.jibx.org/ns2" prefix="ns2" default="attributes"/>
  <namespace uri="http://www.jibx.org/ns3" prefix="ns3"/>
  <include path="/home/dennis/projects/jibx/core/build/test/binding5b-include1.xml"/>
  <mapping name="timetable" class="multiple.SplitTableBean">
    <collection name="carriers" field="m_carriers"
      item-type="multiple.CarrierBean"/>
    <collection name="airports" field="m_airports"
      item-type="multiple.AirportBean"/>
    <collection field="m_routes" item-type="multiple.SplitRouteBean"/>
  </mapping>
</binding>