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

Web Service Links

Namespace Children of ::wsdb::types::aca::ExchangeIdType

Namespace Code for ::wsdb::types::aca::ExchangeIdType

namespace eval ::wsdb::types::aca::ExchangeIdType {
    variable base xsd::string
    variable pattern {[0-9]{2}\.[a-zA-Z]{2}[a-zA-Z*]{1}\.[a-zA-Z0-9]{3}\.[0-9]{3}\.[0-9]{3}}
    variable validate ::wsdb::types::aca::ExchangeIdType::validate

}

Procedures in ::wsdb::types::aca::ExchangeIdType


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