The following operations are supported. For a formal definition, please review the Service Description.

Web Service Links

Namespace Children of ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract

Namespace Code for ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract

namespace eval ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract {
    variable base xsd::string
    variable facetList {form Value maxOccurs 1 minOccurs 0}
    variable maxOccurs 1
    variable minOccurs 0
    variable new ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract::new
    variable validate ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract::Validate
    variable validate_xsd_string ::wsdb::types::xsd::string::validate

}

Procedures in ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract


proc ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract::new {
    namespace
    value
} {
         ::xml::element::appendText [::xml::element::append $namespace SecondFract] .TEXT $value
    }


proc ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::SecondFract::Validate {
    namespace
} {
        variable validate_xsd_string
        set Valid [$validate_xsd_string [::xml::instance::getTextValue $namespace]]

        if {!$Valid} {
            ::wsdl::elements::noteFault $namespace [list 1 SecondFract [::xml::instance::getTextValue $namespace] $validate_xsd_string ]
        }
        return $Valid
    }