Numeric Data
E.g., an HDF5 dataset. 10 X 10, with 32-bit, signed Integers, big-endian.
- XML can describe this datatype (see the HDF5 DTD)
- but the contents of the array (100 numbers) can’t be expressed in any simple, standard way
XML has no data types except “characters”
Solution: Use XML Schema?