<xs:element name="sync_mode" minOccurs="0">
<xs:annotation>
<xs:documentation>This item can be used to tell the driver to use an alternate CXP sync mode.
The following settings are supported:
Default - This mode uses the LinkReset register to reset the link and to determine when the link has been succesfully reset
LinkResetWO - This mode use the LinkReset register to reset the link but uses DeviceLinkID to determine when the link has been successfullyu reset
PreReset - Reset the channel before starting discovery
PreResetAndLinkResetWO - Both of the above two options</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Default" />
<xs:enumeration value="LinkResetWO" />
<xs:enumeration value="PreReset" />
<xs:enumeration value="PreResetAndLinkResetWO" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|