Definition Type: Element
Name: aq_off_when_closing
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
Set this token to 'on' to turn a CXP camera acquisition off when the board is closed. By default, this is not done.
Collapse XSD Schema Diagram:
XSD Diagram of aq_off_when_closing
Collapse XSD Schema Code:
<xs:element name="aq_off_when_closing" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Set this token to 'on' to turn a CXP camera acquisition off when the board is closed. By default, this is not done.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="on" />
            <xs:enumeration value="off" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration on
Enumeration off