Definition Type: Element
Name: pocl
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into med_full Drilldown into baseXSD Diagram of pocl
Collapse XSD Schema Code:
<xs:element name="pocl" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="base" minOccurs="1">
                <xs:annotation>
                    <xs:documentation>Default = If the PoCL circuit is not enabled, enable it. If the PoCL circuit is enabled, make no changes.
Disable = If the PoCL circuit is not enabld, make no changes. If the PoCL circuit is enabled, disable it.'

After this stage, if the PoCL circuit is enable, the camera will be powered if it requests power.
</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:string">
                        <xs:enumeration value="Default" />
                        <xs:enumeration value="Disable" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="med_full" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Default = If the PoCL circuit is not enabled, enable it. If the PoCL circuit is enabled, make no changes.
Disable = If the PoCL circuit is not enabld, make no changes. If the PoCL circuit is enabled, disable it.'

After this stage, if the PoCL circuit is enable, the camera will be powered if it requests power.
</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:string">
                        <xs:enumeration value="Default" />
                        <xs:enumeration value="Disable" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
base base 1 (1)
med_full med_full 0 (1)