Definition Type: Element
Name: comments
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This should be a short description of the mode. The mode comment is displayed in some application.
Collapse XSD Schema Diagram:
XSD Diagram of comments
Collapse XSD Schema Code:
<xs:element name="comments" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>This should be a short description of the mode. The mode comment is displayed in some application.</xs:documentation>
    </xs:annotation>
</xs:element>