Unsigned32

<< Click to Display Table of Contents >>

 

Unsigned32

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="Unsigned32">
  <xs:restriction base="xs:unsignedInt" />
</xs:simpleType>

Examples

Example 1:

<Unsigned32>2345</Unsigned32>

Was this page useful?