Message Sets: Wildcard attribute logical properties

The logical properties of a wildcard attribute.

Property Type Meaning
Namespace String Namespaces are a simple method for qualifying element and attribute names by associating them with namespaces identified by URI references.

This field is initially blank.

Property Type Meaning
Process Content Enumerated type If a message contains an attribute that corresponds to a wildcard in the message model, Process Content defines how the attribute is validated.
Select one of the following options:
  • strict. The parser can match only against attributes declared in the specified namespace.
  • lax. The parser attempts to match against attributes declared in all accessible namespaces. If the specified namespace cannot be found, an error is not generated.
  • skip. If you select skip, the parser does not perform validation on the attribute.