Integer¶
Overview¶
Data type
An integer number. The value space of Integer is the same as that of the XML Schema data type integer as specified by the W3C Recommendation XML Schema Part 2: Datatypes Second Edition from October 28, 2004.
Supertypes
Implementation in Proteus Schema
An Integer is implemented as a literal for the XML Schema data type integer.
The way this literal is used in a Proteus XML document depends on the Proteus Schema implementations of the data attributes with type NullableInteger. There is no attribute with direct type Integer.
NullableInteger is the type of the Value attribute of CustomIntegerAttribute. CustomIntegerAttribute is implemented as a DEXPI custom generic attribute.
All other attributes with type NullableInteger are implemented as DEXPI generic attributes. For example, see the NumberOfPackings attribute of ColumnPackingsArrangement.