The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue
Namespace Code for ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue
namespace eval ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue {
variable base xsd::string
variable facetList {form Value maxOccurs 1 minOccurs 0}
variable maxOccurs 1
variable minOccurs 0
variable new ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue::new
variable validate ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue::Validate
variable validate_xsd_string ::wsdb::types::xsd::string::validate
}
Procedures in ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue
proc ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue::new {
namespace
value
} {
::xml::element::appendText [::xml::element::append $namespace TZValue] .TEXT $value
}
proc ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::TZValue::Validate {
namespace
} {
variable validate_xsd_string
set Valid [$validate_xsd_string [::xml::instance::getTextValue $namespace]]
if {!$Valid} {
::wsdl::elements::noteFault $namespace [list 1 TZValue [::xml::instance::getTextValue $namespace] $validate_xsd_string ]
}
return $Valid
}