EnsLib.ebXML.schema.msg.messageStatus.type
datatype class EnsLib.ebXML.schema.msg.messageStatus.type 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 NAMESPACE = http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd;
parameter VALUELIST = ,UnAuthorized,NotRecognized,Received,Processed,Forwarded;
Inherited description: Used for enumerated (multiple-choice) attributes.
VALUELIST is either a null string ("") or a delimiter
separated list (where the delimiter is the first character) of logical values.
If a non-null value is present, then the attribute is restricted to values
in the list, and the validation code simply checks to see if the value is in the list.