http://www.ibm.com/schema/twss/spm/admin/common/v2_0
The stringLike Simple Type

The stringLike type represents a string matching pattern similar to the pattern-expression semantics and syntax defined by the ANSI SQL92 LIKE predicate.

Within a stringLike value, the underscore character '_' matches any single character while the percent sign '%' matches a sequence of zero or more characters. Any other character represents itself.

The backslash '\' will always be the SQL92 LIKE escape-expression for the purposes of the stringLike types. This allows non-wildcard, literal uses of underscores and percent signs when they are preceeded by a backslash. Using a literal backslash requires doubling it as '\\' following from SQL92 escape-expression semantics.


Simple Type stringLike
stringLike is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace.
 Collapse XML
-<xsd:simpleType  name="stringLike">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p> The stringLike type represents a string matching pattern similar to the pattern-expression semantics and syntax defined by the ANSI SQL92 LIKE predicate.</xhtml:p>
<xhtml:p> Within a stringLike value, the underscore character '_' matches any single character while the percent sign '%' matches a sequence of zero or more characters. Any other character represents itself.</xhtml:p>
<xhtml:p> The backslash '\' will always be the SQL92 LIKE escape-expression for the purposes of the stringLike types. This allows non-wildcard, literal uses of underscores and percent signs when they are preceeded by a backslash. Using a literal backslash requires doubling it as '\\' following from SQL92 escape-expression semantics.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction  base="xsd:string" />
</xsd:simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 
Generated by WSDLdoc ©