<xsd:complexType name="CT_FileRecoveryPr">
<xsd:attribute name="autoRecover" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Auto Recover</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="crashSave" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Crash Save</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataExtractLoad" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Data Extract Load</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="repairLoad" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Repair Load</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|