IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Business objects programming > Programming techniques > Use Any data types

Use AnyAttribute to set global attributes for complex types

The <anyAttribute/> tag allows a complex type to have any number of global attributes set to it.

Similar to the <any/> tag, the occurrence of the <anyAttribute/> tag makes the DataObject Type isOpen() method return true. Unlike the <any/> tag, however, the <anyAttribute/> tag does not cause a DataObject to be sequenced because attributes in XSD are not ordered constructs.

Use Any data types


Related concepts:
Differentiating identically named elements