This topic has not yet been rated - Rate this topic

HexInt64Type Simple Type

Applies to: desktop apps only

Defines an 8-byte hexadecimal type.

<xs:simpleType name="HexInt64Type">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="0[xX][0-9A-Fa-f]{1,16}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The HexInt64Type simple type is a string that is restricted by the following pattern:

  • 0[xX][0-9A-Fa-f]{1,16}

    The value can contain from one to sixteen hexadecimal characters (for example, 0xa or 0xac7bd361004fe190).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ