VWorks software uses the following XML structures, which are passed as strings to
VWorks Plugin methods:
An XML block is a portion of an XML byte string that contains a parent element and all its children. All XML blocks include the XML declaration and most contain the
Velocity11 root element. In addition, some XML blocks contain the
MetaData element.
An XML element is a portion of an XML byte string that contains an element that has no children. All XML elements include the XML declaration and most contain the
Velocity11 root element.
Whenever an XML block is used as the value of an XML attribute, the following five special characters that are used in XML markup should be escaped: <, >, &, ', and ".
Using escaped XML blocks in Parameter elements instead of specifying additional attributes is recommended. This simplifies the user interface and allows for future expansion.
In the following code, the Labware element is not specified for the third and fourth
Layout elements.