uri:lens:cube:0.1| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| dest_table | string | attribute | 0/1 | ||
| paths | x_join_paths | element | ns2 | 1/1 | |
Properties inherited from x_field |
|||||
| description | string | attribute | 0/1 | ||
| display_string | string | attribute | 0/1 | ||
| name | string | attribute | 1/1 | ||
| tags | x_properties | element | ns2 | 0/1 | |
Example
<x----- description="..." dest_table="..." display_string="..." name="..." xmlns="uri:lens:cube:0.1">
<paths>
<path>
<edges/>
</path>
</paths>
<tags>
<property/>
</tags>
</x----->