Index: library/mongodb/example-nx-mongo.tcl =================================================================== diff -u -ra5bf2874a6cb0338860062dce1846279c1704444 -ra24e1f836c3126d0a0e9467bde3a9fa8da901711 --- library/mongodb/example-nx-mongo.tcl (.../example-nx-mongo.tcl) (revision a5bf2874a6cb0338860062dce1846279c1704444) +++ library/mongodb/example-nx-mongo.tcl (.../example-nx-mongo.tcl) (revision a24e1f836c3126d0a0e9467bde3a9fa8da901711) @@ -19,9 +19,9 @@ nx::mongo::Class create Person { :index name - :attribute name:required - :attribute projects:0..n {set :incremental 1} - :attribute age:integer + :property name:required + :property projects:0..n {set :incremental 1} + :property age:integer } #