Have you ever been in a situation where you are a bit confused on what XSD data type to use, int or integer? Well, here is the difference.
Both are almost the same. They both represent signed integers. The difference is that “int” is derived from “long” data type and “integer” is derived from the “decimal” data type.
What’s more interesting? “Long” is derived from “integer” data type. “Decimal” is the type that’s not derived from.
For a complete list of XSD’s basic data types, take a look at here.
Tags: XSD, Data Types












