Definition Type: Attribute
Name: protocol
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
ContentType Restriction
Use (Optional)
Documentation:
Communications mode:
ascii - characters in the send/received node are interpreted as ASCII. The 8-bit value of the ASCII character is send to the camera. Example: "CL_MODE 15"
ascii+cr  - characters in the send/received node are interpreted as ASCII. A Carriage Return is automatically send after the message. Example: "CL_MODE 15"
hex - characters are interpreted as hex values (00 to FF), they should be separated by commas, do not add "0x". Example: "A0, F2, 42, 33, FF, 1A"
dec - characters are interpreted as decimal (0 to 255). Example: "23, 23, 127, 0, 0"
delay -
Collapse XSD Schema Diagram:
XSD Diagram of protocol
Collapse XSD Schema Code:
<xs:attribute name="protocol">
    <xs:annotation>
        <xs:documentation>Communications mode:
ascii - characters in the send/received node are interpreted as ASCII. The 8-bit value of the ASCII character is send to the camera. Example: "CL_MODE 15"
ascii+cr  - characters in the send/received node are interpreted as ASCII. A Carriage Return is automatically send after the message. Example: "CL_MODE 15"
hex - characters are interpreted as hex values (00 to FF), they should be separated by commas, do not add "0x". Example: "A0, F2, 42, 33, FF, 1A"
dec - characters are interpreted as decimal (0 to 255). Example: "23, 23, 127, 0, 0"
delay - </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="ascii" />
            <xs:enumeration value="ascii+cr" />
            <xs:enumeration value="hex" />
            <xs:enumeration value="dec" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration ascii
Enumeration ascii+cr
Enumeration hex
Enumeration dec