xsd.ExplicitTimezone¶
The xsd.ExplicitTimezone enumeration provides values for the xsd.ExplicitTimezoneFacet.value property.
Constants¶
- xsd.ExplicitTimezone.REQUIRED
The timezone offset is required.
- xsd.ExplicitTimezone.PROHIBITED
The timezone offset must be absent.
- xsd.ExplicitTimezone.OPTIONAL
The timezone offset is optional.