7.2 http://schemas.microsoft.com/exchange/services/2006/types Schema

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

MS-OXWSCOS-types.xsd includes the files listed in the following table. To operate correctly, these files have to be present in the folder that contains the WSDL, types schema, and messages schema for this protocol.

File name

Defining specification/section

MS-OXWSCDATA-types.xsd

[MS-OXWSCDATA] section 7.2

MS-OXWSBTRF-types.xsd

[MS-OXWSBTRF] section 7.2

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/types" version="Exchange2015" id="types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
   <xs:include schemaLocation="MS-OXWSCDATA-types.xsd"/>
   <xs:include schemaLocation="MS-OXWSBTRF-types.xsd"/>
   <xs:complexType name="ArrayOfImGroupType">
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="ImGroup" type="t:ImGroupType"/>
     </xs:choice>
   </xs:complexType>
   <xs:complexType name="ImGroupType">
     <xs:sequence>
       <xs:element name="DisplayName" type="t:NonEmptyStringType"/>
       <xs:element name="GroupType" type="t:NonEmptyStringType"/>
       <xs:element minOccurs="0" name="ExchangeStoreId" type="t:ItemIdType"/>
       <xs:element minOccurs="0" name="MemberCorrelationKey" type="t:NonEmptyArrayOfItemIdsType"/>
       <xs:element minOccurs="0" name="ExtendedProperties" type="t:NonEmptyArrayOfExtendedPropertyType"/>
       <xs:element minOccurs="0" name="SmtpAddress" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="ImItemListType">
     <xs:sequence>
       <xs:element minOccurs="0" name="Groups" type="t:ArrayOfImGroupType"/>
       <xs:element minOccurs="0" name="Personas" type="t:ArrayOfPeopleType"/>
     </xs:sequence>
   </xs:complexType>
   <xs:complexType name="NonEmptyArrayOfExtendedFieldURIs">
     <xs:choice maxOccurs="unbounded">
       <xs:element name="ExtendedProperty" type="t:PathToExtendedFieldType"/>
     </xs:choice>
   </xs:complexType>
 </xs:schema>