Definition Type: Element
Name: link_speed
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
This speed to run the links. The system will run at the default link speed of the camera if the speed is not specified here.
Collapse XSD Schema Diagram:
XSD Diagram of link_speed
Collapse XSD Schema Code:
<xs:element name="link_speed" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This speed to run the links. The system will run at the default link speed of the camera if the speed is not specified here.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="Default" />
            <xs:enumeration value="1.25" />
            <xs:enumeration value="2.50" />
            <xs:enumeration value="3.125" />
            <xs:enumeration value="5.00" />
            <xs:enumeration value="6.25" />
            <xs:enumeration value="12.50" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration Default
Enumeration 1.25
Enumeration 2.50
Enumeration 3.125
Enumeration 5.00
Enumeration 6.25
Enumeration 12.50