File: binding5f.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 (48 lines) | stat: -rw-r--r-- 2,162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!-- binding testing abstract mappings used as optional components in
  collection -->
<binding track-source="true">
  <namespace prefix="xsi" uri="http://www.w3.org/2001/XMLSchema-instance"/>
  <mapping abstract="true" class="simple.Customer5Base">
    <structure field="name" name="name"
        marshaller="simple.NameAliasableMarshallerUnmarshaller"
        unmarshaller="simple.NameAliasableMarshallerUnmarshaller"/>
    <value name="street1" field="street1"/>
    <value name="city" field="city"/>
    <value name="state" field="state"/>
    <value name="zip" field="zip"/>
    <value name="phone" field="phone"/>
  </mapping>
  <mapping name="customer" class="simple.Customer5" value-style="attribute"
      extends="simple.Customer5Base">
    <value name="nil" ns="http://www.w3.org/2001/XMLSchema-instance"
        constant="false" usage="optional"/>
    <structure label="customer5-definition">
      <structure map-as="simple.Customer5Base"/>
      <value name="version" constant="1.0"/>
      <value name="subversion" constant="A" style="element" usage="optional"/>
      <value name="customer-id" field="customerId"/>
      <value name="repeat-customer" field="repeat" default="false"/>
      <value name="order-count" field="orderCount" default="0"/>
      <value name="discount" field="discount" default="1.0"/>
      <collection usage="optional" field="referrals">
        <structure name="customer5a" map-as="simple.Customer5a"
            usage="optional"/>
        <structure name="customer5b" map-as="simple.Customer5b"
            usage="optional"/>
        <structure name="customer5c" map-as="simple.Customer5c"
            usage="optional"/>
      </collection>
    </structure>
  </mapping>
  <mapping class="simple.Customer5a" abstract="true">
    <value name="source" field="sourceCode"/>
    <structure map-as="simple.Customer5Base"/>
  </mapping>
  <mapping class="simple.Customer5b" abstract="true">
    <structure map-as="simple.Customer5Base"/>
  </mapping>
  <mapping class="simple.Customer5c" abstract="true">
    <structure using="customer5-definition"/>
    <value name="quality" field="qualityCode"/>
  </mapping>
</binding>