Data types in IBM® Integration Bus support data types that are used for business objects in IBM Business Process Manager (BPM).
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 |