Definition Type: Element
Name: data
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
This contains the value that will be written to the "address" field above.
If the address field is set to "delay" this this field contains the number of milliseconds to wait.
Collapse XSD Schema Diagram:
XSD Diagram of data
Collapse XSD Schema Code:
<xs:element name="data" type="xs:string" minOccurs="1" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This contains the value that will be written to the "address" field above.
If the address field is set to "delay" this this field contains the number of milliseconds to wait.</xs:documentation>
    </xs:annotation>
</xs:element>