2.2.4.11 t:TimeZoneContextType Complex Type

The TimeZoneContextType complex type specifies a time zone definition and enables SOAP protocol attributes to be associated with the definition.

 <xs:complexType name="TimeZoneContextType">
   <xs:sequence>
     <xs:element name="TimeZoneDefinition"
       type="t:TimeZoneDefinitionType"
      />
   </xs:sequence>
   <xs:anyAttribute
     namespace="http://schemas.xmlsoap.org/soap/envelope"
    />
 </xs:complexType>
  

The following table lists the child elements of the TimeZoneContextType complex type.

Element name

Type

Description

TimeZoneDefinition

t:TimeZoneDefinitionType (section 2.2.4.12)

Specifies the definition of a time zone.