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