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

Web Service Links

Namespace Children of ::wsdb::types::aca::ExemptionCertificateNumType

Namespace Code for ::wsdb::types::aca::ExemptionCertificateNumType

namespace eval ::wsdb::types::aca::ExemptionCertificateNumType {
    variable base xsd::string
    variable pattern {[a-hA-H]{1}[a-zA-Z0-9]{5}[NYny]{1}}
    variable validate ::wsdb::types::aca::ExemptionCertificateNumType::validate

}

Procedures in ::wsdb::types::aca::ExemptionCertificateNumType


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