The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::types::datetime::timeZone
Namespace Code for ::wsdb::types::datetime::timeZone
namespace eval ::wsdb::types::datetime::timeZone {
variable base xsd::string
variable pattern {\A(Z|(([\+\-]{1}))?((?:(14)(?::)(00))|(?:([0][0-9]|[1][0-3])(?::)([0-5][0-9]))))?\Z}
variable validate ::wsdb::types::datetime::timeZone::validate
}
Procedures in ::wsdb::types::datetime::timeZone
proc ::wsdb::types::datetime::timeZone::validate {
value
} {
variable base
variable pattern
if {[::wsdb::types::${base}::validate $value] && [regexp $pattern $value]} {
return 1
} else {
return 0
}}