5.3.1.3 Integer
Integer values are encoded using one of the subtypes of the xs:decimal type. The mappings between the OPC UA integer types and XML schema data types are shown in Table 34.
| Name | XML Type |
|---|---|
| SByte | xs:byte |
| Byte | xs:unsignedByte |
| Int16 | xs:short |
| UInt16 | xs:unsignedShort |
| Int32 | xs:int |
| UInt32 | xs:unsignedInt |
| Int64 | xs:long |
| UInt64 | xs:unsignedLong |