complexType persistence-unit-metadata

complexType {http://java.sun.com/xml/ns/persistence/orm}persistence-unit-metadata

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/persistence/orm
Declared Namespacesxmlns:orm=http://java.sun.com/xml/ns/persistence/orm
xmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="persistence-unit-metadata">
    <
xsd:annotation>
        <
xsd:documentation>
Metadata that applies to the persistence unit and not just to
the mapping file in which it is contained.

If the xml-mapping-metadata-complete element is specified then
the complete set of mapping metadata for the persistence unit
is contained in the XML mapping files for the persistence unit.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="xml-mapping-metadata-complete" type="orm:emptyType" minOccurs="0"/>
        <
xsd:element name="persistence-unit-defaults" type="orm:persistence-unit-defaults"
            
minOccurs="0"/>
    </
xsd:sequence>
</
xsd:complexType>


Documentation

Metadata that applies to the persistence unit and not just to
the mapping file in which it is contained.
If the xml-mapping-metadata-complete element is specified then
the complete set of mapping metadata for the persistence unit
is contained in the XML mapping files for the persistence unit.


complexType persistence-unit-metadata


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.