/**
* INTERNAL:
* Read the TopLink 11.1.1 deployment XML format.
*/
public static Project read1111Format(Document document, ClassLoader classLoader) {
Project opmProject = new ObjectPersistenceRuntimeXMLProject_11_1_1();
return readObjectPersistenceRuntimeFormat(document, classLoader, opmProject);
}