Definition Type: Element
Name: comment
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
An arbitrary description of the command
Collapse XSD Schema Diagram:
XSD Diagram of comment
Collapse XSD Schema Code:
<xs:element name="comment" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>An arbitrary description of the command</xs:documentation>
    </xs:annotation>
</xs:element>