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

Web Service Links

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

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

namespace eval ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::Month {
    variable base xsd::gMonth
    variable facetList {form Value maxOccurs 1 minOccurs 0}
    variable maxOccurs 1
    variable minOccurs 0
    variable new ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::Month::new
    variable validate ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::Month::Validate
    variable validate_xsd_gMonth ::wsdb::types::xsd::gMonth::validate

}

Procedures in ::wsdb::elements::datetime::ShowDateTimeComponentsResponse::Month


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


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

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