Hi, I want define a node type with a binary default value using the Compact Namespace and Node Type Definition (CND):
<ns = 'http://namespace.com/ns'> [ns:foo] - ns:bar(binary) = 'face' m a Currently the value ('face') is interpreted as a String (4 bytes). But I like to define 2 bytes: 0xfa, 0xce. Is this possible using the CND? Thanks, Thomas
