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

Web Service Links

Namespace Children of ::wsdb::types::aca::PaymentYrType

Namespace Code for ::wsdb::types::aca::PaymentYrType

namespace eval ::wsdb::types::aca::PaymentYrType {
    variable base xsd::string
    variable pattern {[1-9][0-9]{3}}
    variable validate ::wsdb::types::aca::PaymentYrType::validate

}

Procedures in ::wsdb::types::aca::PaymentYrType


proc ::wsdb::types::aca::PaymentYrType::validate {
    value
} {
        variable base
        variable pattern
        if {[::wsdb::types::${base}::validate $value] && [regexp $pattern $value]} {
            return 1
        } else {
            return 0
     }}