<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.FileBackup" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.FileBackup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/System" />
<xs:complexType name="ClientFileBackupException">
<xs:complexContent mixed="false">
<xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/System" base="q1:Exception" />
</xs:complexContent>
</xs:complexType>
<xs:element name="ClientFileBackupException" nillable="true" type="tns:ClientFileBackupException" />
<xs:complexType name="ConfigurationSet">
<xs:sequence>
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="CfgVersion" nillable="true" type="q2:Version" />
<xs:element minOccurs="0" name="FrequencyInMinutes" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="IsEnabled" type="xs:boolean" />
<xs:element minOccurs="0" name="RetentionInMonths" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="SourceLibraries" type="tns:SourceLibrary" />
<xs:element minOccurs="0" name="TargetPath" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="UnmanagedUsers" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ConfigurationSet" nillable="true" type="tns:ConfigurationSet" />
<xs:simpleType name="SourceLibrary">
<xs:restriction base="xs:string">
<xs:enumeration value="DocumentsAndDesktop" />
<xs:enumeration value="NoMediaLibraries" />
<xs:enumeration value="All" />
</xs:restriction>
</xs:simpleType>
<xs:element name="SourceLibrary" nillable="true" type="tns:SourceLibrary" />
<xs:simpleType name="ManagedStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Managed" />
<xs:enumeration value="NotManaged" />
<xs:enumeration value="Unknown" />
</xs:restriction>
</xs:simpleType>
<xs:element name="ManagedStatus" nillable="true" type="tns:ManagedStatus" />
</xs:schema>