|
Document http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd | ||||||||||
| Jump: DOCUMENTATION | TREE | ELEMENTS | SIMPLE TYPES | FRAMES NO FRAMES | ||||||||||
| Version | 1.0 |
|---|---|
| Target Namespace | http://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 |
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd@(#)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>
|
Document http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd | ||||||||||
| Jump: DOCUMENTATION | TREE | ELEMENTS | SIMPLE TYPES | FRAMES NO FRAMES | ||||||||||
![]() |
||
| Stylus Studio XML Schema Library Home | ||
| Site Map | Privacy Policy | Terms of Use | Trademarks |