Show TOC

XSD Data TypesLocate this document in the navigation structure

Use

The following table shows the XSD data types that you can use for constants and simple variables:

XSD Data Types

XSD Data Type

Meaning

Example

xsd: string

String

My string

xsd: integer

Value is interpreted as a whole number

42

xsd: date

Value is interpreted as date in format CCYY-MM-DD (according to the enhanced representation of ISO 8601).

The abbreviations mean the following:

  • CC : Century

  • YY : Year

  • MM : Month

  • DD : Day

2003-12-31

xsd: time

Time according to the enhanced representation of ISO 8601.

The expression editor supports the following variation of this format for defining integration processes:

hh:mm:ss

The abbreviations mean the following:

  • hh : Hours

  • mm : Minutes

  • ss : Seconds

15:30:00