[xsd-users] hexBinary basic question

Boris Kolpackov boris at codesynthesis.com
Fri Aug 28 13:05:56 EDT 2009


Hi Laura,

Laura E Fowler <Laura_E_Fowler at raytheon.com> writes:

> I have an uint64_t CRC value that is to be represented in hexBinay, so the 
> xsd has the field defined as:
> <xsd:element name = "DataResidue" type = "xsd:hexBinary"/>

The xsd:unsignedLong type in XML Schema is 64-bit unsigned integer.
You could use that instead of hexBinary. This way you don't need to
be concerned with endian-ness issues. Just a thought.

Boris




More information about the xsd-users mailing list