<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="10.00" />
<xs:enumeration value="12.50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|