7.2 Types Schema

This section contains the contents of the MS-OXWSRSLNM-types.xsd file and information about additional files that this schema file requires to operate correctly.

MS-OXWSRSLNM-types.xsd includes the file listed in the following table. For the schema file to operate correctly, this file has to be in the folder that contains the WSDL, types schema, and messages schema files for this protocol.

File name

Defining specification

MS-OXWSCDATA-types.xsd

[MS-OXWSCDATA] section 7.2

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/types" elementFormDefault="qualified" version="Exchange2016" id="types">
   <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
   <xs:include schemaLocation="MS-OXWSCDATA-types.xsd"/>
   <xs:complexType name="ArrayOfResolutionType">
     <xs:sequence>
       <xs:element name="Resolution" type="t:ResolutionType" minOccurs="0" maxOccurs="100"/>
     </xs:sequence>
     <xs:attributeGroup ref="t:FindResponsePagingAttributes"/>
   </xs:complexType>
   <xs:complexType name="ResolutionType">
     <xs:sequence>
       <xs:element name="Mailbox" type="t:EmailAddressType"/>
       <xs:element name="Contact" type="t:ContactItemType" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
   <xs:simpleType name="ResolveNamesSearchScopeType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="ActiveDirectory"/>
       <xs:enumeration value="ActiveDirectoryContacts"/>
       <xs:enumeration value="Contacts"/>
       <xs:enumeration value="ContactsActiveDirectory"/>
     </xs:restriction>
   </xs:simpleType>
 </xs:schema>