From jdo-commits-return-2435-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Wed Aug 13 18:11:34 2008 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 72801 invoked from network); 13 Aug 2008 18:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 18:11:34 -0000 Received: (qmail 7429 invoked by uid 500); 13 Aug 2008 18:11:33 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 7420 invoked by uid 99); 13 Aug 2008 18:11:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 11:11:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 18:10:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ACF81238898F; Wed, 13 Aug 2008 11:11:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r685628 - /db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd Date: Wed, 13 Aug 2008 18:11:12 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080813181113.ACF81238898F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Wed Aug 13 11:11:10 2008 New Revision: 685628 URL: http://svn.apache.org/viewvc?rev=685628&view=rev Log: JDO-587 Change indent of jdoconfig.xml for readability Modified: db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd Modified: db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd URL: http://svn.apache.org/viewvc/db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd?rev=685628&r1=685627&r2=685628&view=diff ============================================================================== --- db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd (original) +++ db/jdo/trunk/api2/src/schema/javax/jdo/jdoconfig_2_2.xsd Wed Aug 13 11:11:10 2008 @@ -17,162 +17,154 @@ --> - + 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. - - 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. - - - - - - - - - + + + + + + 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. + + + + + - - - - - - - - - - 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -