IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Defining and transforming data > Defining data objects

Support for schemas from industry standard organizations

IBM Integration Designer supports the use of schemas provided by industrial standard organizations, such as HL7, ACORD and OAGIS. xsd:anySimpleType can now be used to refer to any XSD simple type, xsd:anyType can be used to refer to any complexType or simpleType, while xsd:any can be used to refer to any elements. xsd:anyAttribute can be used to refer to any XSD global attribute definition.

A field in a business object may be strongly typed, in which case its type and internal structure is known; or it may weakly typed, which means that the business object definition allows more than one type of data to occur in that field. The XML schema constructs any, anyType and anySimpleType as the principal weak typing constructs. Since a business object definition is realized as an XML schema, weak types occur when a business object definition uses one of the XML schema weak typing constructs:

Defining data objects