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

Web Service Links

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

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

namespace eval ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::YMD {
    variable base xsd::dateTime
    variable facetList {form Value maxOccurs 1 minOccurs 0}
    variable maxOccurs 1
    variable minOccurs 0
    variable new ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::YMD::new
    variable validate ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::YMD::Validate
    variable validate_xsd_dateTime ::wsdb::types::xsd::dateTime::validate

}

Procedures in ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::YMD


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


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

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