Definition Type: Element
Name: max_cxp_version
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
Use this element to prevent the driver from switching to higher CXP communication revisions. The driver will not attempt to go above the value set in this node.
Collapse XSD Schema Diagram:
XSD Diagram of max_cxp_version
Collapse XSD Schema Code:
<xs:element name="max_cxp_version" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Use this element to prevent the driver from switching to higher CXP communication revisions. The driver will not attempt to go above the value set in this node.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="1.0" />
            <xs:enumeration value="1.1" />
            <xs:enumeration value="2.0" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 1.0
Enumeration 1.1
Enumeration 2.0