2.2.4.2 InputFault

Namespace: http://Microsoft/Office/Server/UserProfiles

The InputFault complex type describes errors that occur because of invalid UserSearchCriteria input from a protocol client. The InputFault complex type is an extension of the UserProfileFault complex type.

 <xs:complexType name="InputFault" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q1:UserProfileFault">
       <xs:sequence/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>