Definition Type: Element
Name: cxp_discovery
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
This token can be used to turn CXP discovery off for this camera. Turning CXP discovery off is for use in debugging camera comunications issues.
Collapse XSD Schema Diagram:
XSD Diagram of cxp_discovery
Collapse XSD Schema Code:
<xs:element name="cxp_discovery" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This token can be used to turn CXP discovery off for this camera. Turning CXP discovery off is for use in debugging camera comunications issues.</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