16#error "This header is only meant to be included as an X-macro over BSONCXX_ENUM" 
   20BSONCXX_ENUM(binary,            0x00)
 
   21BSONCXX_ENUM(function,          0x01)
 
   22BSONCXX_ENUM(binary_deprecated, 0x02)
 
   23BSONCXX_ENUM(uuid_deprecated,   0x03)
 
   24BSONCXX_ENUM(uuid,              0x04)
 
   25BSONCXX_ENUM(md5,               0x05)
 
   26BSONCXX_ENUM(encrypted,         0x06)
 
   27BSONCXX_ENUM(column,            0x07)
 
   28BSONCXX_ENUM(sensitive,         0x08)
 
   29BSONCXX_ENUM(vector,            0x09)
 
   30BSONCXX_ENUM(user,              0x80)