Namespace http://java.sun.com/xml/ns/persistence

Namespace http://java.sun.com/xml/ns/persistence

Version1.0
Target Namespacehttp://java.sun.com/xml/ns/persistence
Declared Namespaces xmlns:persistence=http://java.sun.com/xml/ns/persistence
xmlns:xsd=http://www.w3.org/2001/XMLSchema
Default Namespace Rules Global declarations belong to the declared targetNamespace
Local attribute declarations belong to no namespace
Local element declarations belong to the declared targetNamespace


Elements

persistence


Simple Types

persistence-unit-transaction-type
versionType


Documentation

@(#)persistence_1_0.xsd  1.0  Feb 9 2006

This is the XML Schema for the persistence configuration file.
The file must be named "META-INF/persistence.xml" in the
persistence archive.
Persistence configuration files must indicate
the persistence schema by using the persistence namespace:
http://java.sun.com/xml/ns/persistence
and indicate the version of the schema by
using the version element as shown below:
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
     http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
   version="1.0">
     ...
 </persistence>


Namespace http://java.sun.com/xml/ns/persistence


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.