Definition Type: Element
Name: format
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
This node describes the Camera Link output tap format for this mode. This node should be in the standard CL tap format syntax:

[ZoneX]X[TapX][ExtX]-[ZoneY]Y[TapY][ExtY]

Optionally this node can be set to "Custom", in which case the node "manual_taps" must be filled out.
Collapse XSD Schema Diagram:
XSD Diagram of format
Collapse XSD Schema Code:
<xs:element name="format" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This node describes the Camera Link output tap format for this mode. This node should be in the standard CL tap format syntax:

[ZoneX]X[TapX][ExtX]-[ZoneY]Y[TapY][ExtY]

Optionally this node can be set to "Custom", in which case the node "manual_taps" must be filled out.</xs:documentation>
    </xs:annotation>
</xs:element>