The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::types::aca::DocumentSystemFileNmType
Namespace Code for ::wsdb::types::aca::DocumentSystemFileNmType
namespace eval ::wsdb::types::aca::DocumentSystemFileNmType {
variable base xsd::string
variable pattern {1094[B|C]_Request_[B-DF-HJ-NP-TVZ]{2}[B-DF-HJ-NP-TV-Z0-9]{3}_[1-9][0-9]{3}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])T(0[0-9]|1[0-9]|2[0-3])(0[0-9]|[1-5][0-9])(0[0-9]|[1-5][0-9])[0-9]{3}Z\.xml}
variable validate ::wsdb::types::aca::DocumentSystemFileNmType::validate
}
Procedures in ::wsdb::types::aca::DocumentSystemFileNmType
proc ::wsdb::types::aca::DocumentSystemFileNmType::validate {
value
} {
variable base
variable pattern
if {[::wsdb::types::${base}::validate $value] && [regexp $pattern $value]} {
return 1
} else {
return 0
}}