6.10.1.3 http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.PasswordSync
-
Article
-
- 2 minutes to read
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.PasswordSync" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.PasswordSync" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/System" />
<xs:simpleType name="PasswordSyncType">
<xs:restriction base="xs:string">
<xs:enumeration value="AzureAD" />
<xs:enumeration value="HostedEmail" />
</xs:restriction>
</xs:simpleType>
<xs:element name="PasswordSyncType" nillable="true" type="tns:PasswordSyncType" />
<xs:simpleType name="PasswordChangeStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Required" />
<xs:enumeration value="UnSubmitted" />
<xs:enumeration value="New" />
<xs:enumeration value="InProcess" />
<xs:enumeration value="Success" />
<xs:enumeration value="WaitForRetry" />
<xs:enumeration value="Failed" />
<xs:enumeration value="Fixed" />
<xs:enumeration value="InvalidPassword" />
</xs:restriction>
</xs:simpleType>
<xs:element name="PasswordChangeStatus" nillable="true" type="tns:PasswordChangeStatus" />
<xs:complexType name="PwdSyncConfigurationException">
<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="PwdSyncConfigurationException" nillable="true" type="tns:PwdSyncConfigurationException" />
</xs:schema>