An ordered list of the nodes in a content model
IDL:
interface CMNodeList { };
Java binding:
package org.w3c.dom.contentModel; public interface CMNodeList { }