2.2.4.127 International

The International complex type presents the data contract for the international message header, as per the working draft standard for Web Services Internationalization WS-I18N.

The following is the XML schema definition of the International complex type.

 <xs:complexType name="International">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="Locale" nillable="true" type="xs:string" />
         <xs:element minOccurs="0" name="Tz" nillable="true" type="xs:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Locale: Specifies the locale name.

Tz: Specifies the time zone.