tsd:multiple

Purpose This element must be specified if the Adabas field that is mapped to the parent element is a MU field.
Parent element tsd:nodeAdabasField
Child elements None
Attributes None
Type Empty

Example

The following example demonstrates the use of the tsd:multiple element of TSD:

<tsd:elementInfo>
  <tsd:physical>
    <tsd:map>
      <tsd:nodeAdabasField shortname = "mn" format = "A">
        <tsd:multiple/>
      </tsd:nodeAdabasField>
      <tsd:ignoreUpdate/>
    </tsd:map>
  </tsd:physical>
</tsd:elementInfo>