Definition Type: Element
Name: xsize
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Width of the ROI in pixels. Set to "Default" to get the XSize from the camera.
Collapse XSD Schema Diagram:
XSD Diagram of xsize
Collapse XSD Schema Code:
<xs:element name="xsize" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Width of the ROI in pixels. Set to "Default" to get the XSize from the camera.</xs:documentation>
    </xs:annotation>
</xs:element>