Definition Type: Attribute
Name: interface
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
ContentType Restriction
Use (Optional)
Documentation:
The target or device on which the command operates
Collapse XSD Schema Diagram:
XSD Diagram of interface
Collapse XSD Schema Code:
<xs:attribute name="interface">
    <xs:annotation>
        <xs:documentation>The target or device on which the command operates</xs:documentation>
        <xs:appinfo>order:0</xs:appinfo>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="camera_gentl" />
            <xs:enumeration value="bitflow_reg" />
            <xs:enumeration value="bitflow_control" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration camera_gentl
Enumeration bitflow_reg
Enumeration bitflow_control