Index: api2/src/schema/javax/jdo/jdoconfig_2_2.xsd =================================================================== --- api2/src/schema/javax/jdo/jdoconfig_2_2.xsd (revision 681439) +++ api2/src/schema/javax/jdo/jdoconfig_2_2.xsd (working copy) @@ -17,162 +17,150 @@ --> - + targetNamespace="http://java.sun.com/xml/ns/jdo/jdoconfig" + xmlns="http://java.sun.com/xml/ns/jdo/jdoconfig" + xmlns:xs="http://www.w3.org/2001/XMLSchema" + xmlns:jdoconfig="http://java.sun.com/xml/ns/jdo/jdoconfig" + elementFormDefault="qualified" + attributeFormDefault="unqualified" + version="2.2"> + + + This is the XML Schema for the JDO configuration file. + + + + + + - This is the XML Schema for the JDO configuration file. + The root configuration element for JDO. - - - - + + + + - - The root configuration element for JDO. - + + Standard JDO PersistenceManagerFactory configuration properties. + Vendor-specific properties are set using additional + vendor-specific attributes and/or property elements. + - - - - - - Standard JDO PersistenceManagerFactory - configuration properties. - Vendor-specific properties are set using - additional vendor-specific attributes and/or - property elements. - - - - - - - - Vendor-specific properties. - - - - - - - - - - javax.jdo.listener.InstanceLifecycleListener - instance configuration. - There is one - instance-lifecycle-listener element - per listener instance. - Only one instance of the listener - class is supported in this - configuration file. - If multiple instances of the same - listener class is required, then the - API - PersistenceManagerFactory.addInstanceLifecycleListener(...) - must be used. + + + + + + Vendor-specific properties. + + + + + + + + + + javax.jdo.listener.InstanceLifecycleListener instance + configuration. There is one instance-lifecycle-listener + element per listener instance. Only one instance of the + listener class is supported in this configuration file. + If multiple instances of the same listener class is + required, then the API + PersistenceManagerFactory.addInstanceLifecycleListener(...) + must be used. - If attribute "classes" is missing, - all persistence-capable instances - are observed, - otherwise it is a comma- or - whitespace-delimited list of - persistence-capable - classes whose instances' will be - observed. - - - - - - - - - + If attribute "classes" is missing, all persistence-capable + instances are observed; otherwise it is a comma- or + whitespace-delimited list of persistence-capable + classes whose instances will be observed. + + + + + - - - + + + + + + + - + - - - - These are attributes corresponding to the standard properties - defined in JDO 2.1. - Any other attributes present, if unrecognized by a JDO - implementation, may be silently ignored. - - + + + + These are attributes corresponding to the standard properties + defined in JDO. + Any other attributes present, if unrecognized by a JDO + implementation, may be silently ignored. + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + -