Unsigned16

<< Click to Display Table of Contents >>

 

Unsigned16

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

XML Schema

<xs:simpleType name="Unsigned16">
  <xs:restriction base="xs:unsignedShort" />
</xs:simpleType>

Examples

Example 1:

<Unsigned16>7634</Unsigned16>

Was this page useful?