2.2.4.43 t:MailboxCultureType Complex Type

The MailboxCultureType complex type specifies the culture to be used when opening a mailbox. The MailboxCultureType complex type extends the xs:language data type ([XMLSCHEMA2] section 3.3.)

 <xs:complexType name="MailboxCultureType">
   <xs:simpleContent>
     <xs:extension
       base="xs:language"
     >
       <xs:anyAttribute
         namespace="http://schemas.xmlsoap.org/soap/envelope/"
        />
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
  

The text value indicates the language to be used. The possible values for this element are specified in [RFC3066].