2.2.4.29 t:TimeZoneType Complex Type

The TimeZoneType complex type MAY<57> represent the time zone of the location where a meeting is hosted.

 <xs:complexType name="TimeZoneType">
   <xs:sequence
     minOccurs="0"
   >
     <xs:element name="BaseOffset"
       type="xs:duration"
      />
     <xs:sequence
       minOccurs="0"
     >
       <xs:element name="Standard"
         type="t:TimeChangeType"
        />
       <xs:element name="Daylight"
         type="t:TimeChangeType"
        />
     </xs:sequence>
   </xs:sequence>
   <xs:attribute name="TimeZoneName"
     type="xs:string"
     use="optional"
   />
 </xs:complexType>
  

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

Element name

Type

Description

BaseOffset

xs:duration ([XMLSCHEMA2])

Specifies the hourly offset from Coordinated Universal Time (UTC) for the current time zone.

Standard

t:TimeChangeType (section 2.2.4.28)

Specifies the date and time when the time changes from daylight saving time to standard time.

Daylight

t:TimeChangeType

Specifies the date and time when the time changes from standard time to daylight saving time.

The following table lists the attribute of the TimeZoneType complex type.

Attribute name

Type

Description

TimeZoneName

xs:string ([XMLSCHEMA2])

Specifies the time zone name.