Start of Content Area

Background documentation Usable XSD Data Types  Locate the document in its SAP Library structure

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.

     hh:mm:ss

The abbreviations mean the following:

     hh: Hours

     mm: Minutes

     ss: Seconds

 

15:30:00

 

 

 

End of Content Area