Definition Type: Element
Name: multi_line_chunk
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Use this element to support cameras that output to multiple frame grabbers and each frame grabber gets a chunk of lines. A chunk can be from 1 to N lines long.
Collapse XSD Schema Diagram:
XSD Diagram of multi_line_chunk
Collapse XSD Schema Code:
<xs:element name="multi_line_chunk" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Use this element to support cameras that output to multiple frame grabbers and each frame grabber gets a chunk of lines. A chunk can be from 1 to N lines long.</xs:documentation>
    </xs:annotation>
</xs:element>