Definition Type: Element
Name: link_1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Default = If the PoCXP circuit is not enabled, enable it. If the PoCXP circuit is enabled, make no changes.
Disable = If the PoCXP circuit is not enabld, make no changes. If the PoCXP circuit is enabled, disable it.'

After this stage, if the PoCXP circuit is enable, the camera will be powered if it requests power.
Collapse XSD Schema Diagram:
XSD Diagram of link_1
Collapse XSD Schema Code:
<xs:element name="link_1" minOccurs="1">
    <xs:annotation>
        <xs:documentation>Default = If the PoCXP circuit is not enabled, enable it. If the PoCXP circuit is enabled, make no changes.
Disable = If the PoCXP circuit is not enabld, make no changes. If the PoCXP circuit is enabled, disable it.'

After this stage, if the PoCXP 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>
Collapse Facets:
Facet Value
Enumeration Default
Enumeration Disable