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

Web Service Links

Namespace Children of ::wsdb::types::aca::InternalDocumentSystemFileNameType

Namespace Code for ::wsdb::types::aca::InternalDocumentSystemFileNameType

namespace eval ::wsdb::types::aca::InternalDocumentSystemFileNameType {
    variable base xsd::string
    variable pattern {(EOM|EOY)_(Request|Response)_(0000[1-9]|000[1-9][0-9]|00[1-9][0-9][0-9]|0[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])_[1-9][0-9]{3}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])T(0[1-9]|1[0-9]|2[0-3])(0[1-9]|[1-5][0-9])(0[1-9]|[1-5][0-9])[0-9]{3}Z_[1-9][0-9]{3}\-.+T[^\.]+(Z|[\+\-].+)_[0-9]{8}\.xml}
    variable validate ::wsdb::types::aca::InternalDocumentSystemFileNameType::validate

}

Procedures in ::wsdb::types::aca::InternalDocumentSystemFileNameType


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