Returns the content model as specified in the DTD or schema associated with the owner document of this Node as a DOMString. The content model has syntax similar to the element definition in a DTD. For example, in a DTD definition, <!Element book (title | chapter*)> . The content model for the element book is (title|chapter*).