EnsLib.ebXML.schema.msg.nonemptystring
datatype class EnsLib.ebXML.schema.msg.nonemptystring extends %Library.String
ODBC Type: VARCHAR
Created from: http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsdParameters
parameter ATTRIBUTEQUALIFIED = 1;
parameter ELEMENTQUALIFIED = 1;
parameter MAXLEN;
Inherited description: The maximum number of characters the string can contain.
parameter MINLEN = 1;
Inherited description: The minimum number of characters the string can contain.
parameter NAMESPACE = http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd;