This document discusses rules for transforming a conceptual data model (CDM) represented as a UML class diagram into a logical NoSQL document-oriented data model (DOM). It begins by describing the DOM and its basic components of collections and documents. It then presents rules for transforming different types of relationships between classes in the CDM, such as one-to-one, one-to-many, many-to-many, and inheritance relationships, into either joined or nested collections in the DOM. An example application to an e-commerce domain is used to illustrate the rules. Queries are also presented to validate the transformed DOM model.