by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="hexBinary" id="hexBinary"> <xsd:restriction base="xsd:anySimpleType"> <xsd:whiteSpace value="collapse" fixed="true"/> </xsd:restriction> </xsd:simpleType> |
The value space of xsd:hexBinary is the set of all binary contents; its lexical space is a simple coding of each octet as its hexadecimal value.
This datatype shouldn't be confused with another encoding called BinHex, which isn't supported by the W3C XML Schema. Other popular binary text encodings (such as Quote Printable, uuXXcode, BinHex, aencode, or base85, to name a few) aren't supported by the W3C XML Schema.
The expansion factor is high because each binary octet is coded as two characters (i.e., four octets if the document is encoded with UTF-16).
This text is released under the Free Software Foundation GFDL.