Definition Type: Element
Name: power_links
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
This item provides power control on a link by link basis. The following settings are supported:

default - power link or not as determine by the electrical characteristic of the link
disable - do not power link
Collapse XSD Schema Diagram:
Drilldown into link_4 Drilldown into link_3 Drilldown into link_2 Drilldown into link_1XSD Diagram of power_links
Collapse XSD Schema Code:
<xs:element name="power_links" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This item provides power control on a link by link basis. The following settings are supported:

default - power link or not as determine by the electrical characteristic of the link
disable - do not power link</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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>
            <xs:element name="link_2" 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>
            <xs:element name="link_3" 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>
            <xs:element name="link_4" 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>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
link_1 link_1 1 (1)
link_2 link_2 1 (1)
link_3 link_3 1 (1)
link_4 link_4 1 (1)