General Element Description
The <dml:Field> is no other then the simplest element in the Dml. It has no attributes and it's only content is a string form of the value.
The syntex is as following:
<dml:Field>
[true/false]
[integer]
[float point]
[string]
</dml:Field>
By E.C.