7.9 mwi Category

Location: http://schemas.microsoft.com/2006/09/sip/mwi

 <?xml version="1.0" encoding="UTF-8" ?>
 <xs:schema 
     targetNamespace="http://schemas.microsoft.com/2006/09/sip/mwi"
     xmlns:tns="http://schemas.microsoft.com/2006/09/sip/mwi" 
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     elementFormDefault="qualified" 
     attributeFormDefault="unqualified">
  
    <xs:complexType name="mwiType">
       <xs:sequence>
         <xs:any namespace="##other" 
 processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>      
       <xs:attribute name="messageWaiting" type="xs:boolean" use="required"/>
       <xs:attribute name="unreadVoiceMailCount" type="xs:unsignedInt" 
 use="optional"/>
       <xs:attribute name="readVoiceMailCount" type="xs:unsignedInt" 
 use="optional"/>
       <xs:attribute name="majorVersion" type="xs:unsignedInt" 
 use="optional" />
       <xs:attribute name="minorVersion" type="xs:unsignedInt" 
 use="optional" />
       <xs:anyAttribute namespace="##other" processContents="lax"/>
     </xs:complexType>
     <xs:element name="mwi" type="tns:mwiType"/>
 </xs:schema>