xml-data
Contained By
| Business Service Element | Business Service Request |
|---|---|
| MSWord |
<request name="generate-toc"> |
Contains
| Business Service XML Element |
|---|
| toc-root |
Business Service Parameter
| Name | Description | Parameter Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|
| xml-data | This parameter is an XML tree of all the attributes which are used to create TOC links information. | xml | Y | in |
Example
xml-data< type="">
<toc-root>
<general>
<stamping-string type="string">$VR</stamping-string>
<leading-char type="string">.</leading-char>
<title type="string">Leaf TOC</title>
<host type="string">HostName</host>
<port type="string">8080</port>
</general>
<extracts>
<extract>
<id type="string">26933</id>
<guid type="string">a3a6848ef479ac499dc3e65f516937091</guid>
<level type="int32">1</level>
<value type="string">FDA Form 1571</value>
</extract>
…
</extracts>
</toc-root>
</xml-data>