2.2.4.7 t:PeriodType Complex Type
The PeriodType complex type specifies the name and offset of a specific time zone.
-
<xs:complexType name="PeriodType"> <xs:attribute name="Bias" type="xs:duration" /> <xs:attribute name="Name" type="xs:string" /> <xs:attribute name="Id" type="xs:string" /> </xs:complexType>
The following table lists the attributes of the PeriodType complex type.
Attribute name |
Type |
Description |
---|---|---|
Bias |
xs:duration [XMLSCHEMA2] |
Specifies the hourly offset from Coordinated Universal Time (UTC) for the time zone. |
Name |
xs:string [XMLSCHEMA2] |
Specifies the descriptive name of the time zone. |
Id |
xs:string |
Specifies a unique identifier for the time zone period. |