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