IBM Business Process Manager data types map to IBM Integration Bus
Data types in IBM® Integration Bus support data types that are used for business objects in IBM Business Process Manager (BPM).
These BPM data types convert to IBM Integration Bus data
types according to the mappings in the table. When you import an export
.twx
file
that was built by BPM into IBM Integration Bus the
data types valid within BPM map to ones valid IBM Integration Bus.
BPM type | IBM Integration Bus schema type |
---|---|
Any | xs:anyType |
Boolean | xs:boolean |
Date | xs:dateTime |
Decimal | xs:double |
Integer | xs:int |
Map | tns:Map |
Record | tns:Record |
String | xs:string |
Time | xs:dateTime |
XMLDocument | tns:XMLDocument |
XMLElement | tns:XMLElement |
XMLNodeList | tns:XMLNodeList |