cancel
Showing results for 
Search instead for 
Did you mean: 

XML Doubt with Integer Type

Former Member
0 Kudos

Hi,

one of my schema element has data type integer, does it accept empty values as well.and does it accept 0.00 as well.

Regards,

Sita Rama Raju

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sita

We use Element type double to ensure that 0.00 is allowed.

One more hint:

If your target system does not allow this kind of separator you can use the mapping function FormatNumber to eliminate decimal separators.

Daniel

Shabarish_Nair
Active Contributor
0 Kudos

i guess only decimals can take that type of a value.

Do ref: http://www.xml.dvint.com/docs/SchemaDataTypesQR-1.pdf to geta better idea on the data type in XML.