File: binding5b-include1.xml

package info (click to toggle)
libjibx1.2-java 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,260 kB
  • sloc: java: 75,013; xml: 14,068; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- First layer include. -->
<binding>
  <include path="data/binding5b-include2.xml"/>
  <mapping name="carrier" class="multiple.CarrierBean">
    <value name="ident" field="m_ident" ident="def" style="attribute"/>
    <value name="rating" field="m_rating" style="attribute"/>
    <value name="URL" field="m_url"/>
    <value name="name" field="m_name"/>
    <structure name="comments"/>
  </mapping>
  <mapping name="airport" class="multiple.AirportBean">
    <value name="ident" field="m_ident" ident="def" style="attribute"/>
    <value name="location" field="m_location"/>
    <value name="name" field="m_name"/>
  </mapping>
  <mapping name="route" class="multiple.SplitRouteBean">
    <value name="from" field="m_from" ident="ref"/>
    <value name="to" field="m_to" ident="ref"/>
    <collection field="m_flights" item-type="multiple.SplitFlightBean"/>
  </mapping>
</binding>