Ehbit ninja's blog

Our IT ninja's blog about their professional experiences with IT technologies

xs: int VS xs:integer… what’s the difference?

When creating an xsd schema you’ll have the option to define a certain type to an element.
Two of those possible types are xs:int and xs:integer. I never thought about a possible difference these types would imply. Now, their is apparently a difference in the way .NET treats both of these types.

Check this site to learn more on the subject.