tagsResult Data Type

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

Example

<tagsResult xmlns="http://eurotech.com/edc/2.0">
  <tag>
    <id>...</id>
    <accountId>...</accountId>
    <name>...</name>
    <createdOn>...</createdOn>
    <createdBy>...</createdBy>
    <modifiedOn>...</modifiedOn>
    <modifiedBy>...</modifiedBy>
    <optlock>...</optlock>
  </tag>
</tagsResult>