xmlMapAdaptedMap Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
entry list of xmlMapAdapterKeyValue element edc 0/unbounded  

Example

<x----- xmlns="http://eurotech.com/edc/2.0">
  <entry>
    <value>...</value>
    <key>
      <id>...</id>
      <accountId>...</accountId>
      <name>...</name>
      <createdOn>...</createdOn>
      <createdBy>...</createdBy>
      <modifiedOn>...</modifiedOn>
      <modifiedBy>...</modifiedBy>
      <optlock>...</optlock>
    </key>
  </entry>
</x----->