2.2.4.28 t:TimeChangeType Complex Type
The TimeChangeType complex type represents the date and time when the time changes to and from daylight saving time and standard time.
-
<xs:complexType name="TimeChangeType"> <xs:sequence> <xs:element name="Offset" type="xs:duration" /> <xs:group minOccurs="0" ref="t:TimeChangePatternTypes" /> <xs:element name="Time" type="xs:time" /> </xs:sequence> <xs:attribute name="TimeZoneName" type="xs:string" use="optional" /> </xs:complexType>
The following table lists the child elements of the TimeChangeType complex type.
Element name |
Type |
Description |
---|---|---|
Offset |
xs:duration ([XMLSCHEMA2]) |
Specifies the offset from the duration specified by the BaseOffset element (section 2.2.4.29). |
Time |
xs:time ([XMLSCHEMA2]) |
Specifies the time when the time changes between standard time and daylight saving time. |
The following table lists the attribute of the TimeChangeType complex type.
Attribute name |
Type |
Description |
---|---|---|
TimeZoneName |
xs:string ([XMLSCHEMA2]) |
Specifies the time zone name. |