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

This section contains the contents of the MS-OXWSSMBX-types.xsd file.

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/types" version="Exchange2016" id="types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
   <xs:simpleType name="TeamMailboxLifecycleStateType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Active"/>
       <xs:enumeration value="Closed"/>
       <xs:enumeration value="Unlinked"/>
       <xs:enumeration value="PendingDelete"/>
     </xs:restriction>
   </xs:simpleType>
 </xs:schema>