Definition Type: Element
Name: ysize
Type: unsignedInt:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
The height of the image in lines. This should be the maximum possible output height, i.e. the height of the sensor (not an ROI).
Collapse XSD Schema Diagram:
XSD Diagram of ysize
Collapse XSD Schema Code:
<xs:element name="ysize" type="xs:unsignedInt" minOccurs="1">
    <xs:annotation>
        <xs:documentation>The height of the image in lines. This should be the maximum possible output height, i.e. the height of the sensor (not an ROI).</xs:documentation>
    </xs:annotation>
</xs:element>