Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse orm 1 0.xsd"

(Removing all content from page)
 
Line 1: Line 1:
coming soon ...
 
  
<code><pre>
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!-- Java Persistence API object-relational mapping file schema -->
 
<xsd:schema targetNamespace="http://java.sun.com/xml/ns/persistence/orm"
 
  xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"
 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 
  elementFormDefault="qualified"
 
  attributeFormDefault="unqualified"
 
  version="1.0">
 
 
  <xsd:annotation>
 
    <xsd:documentation>
 
      @(#)orm_1_0.xsd 1.0  Feb 14 2006
 
    </xsd:documentation>
 
  </xsd:annotation>
 
  <xsd:annotation>
 
    <xsd:documentation><![CDATA[
 
 
      This is the XML Schema for the persistence object-relational
 
      mapping file.
 
      The file may be named "META-INF/orm.xml" in the persistence
 
      archive or it may be named some other name which would be
 
      used to locate the file as resource on the classpath.
 
 
    ]]></xsd:documentation>
 
  </xsd:annotation>
 
 
  <xsd:complexType name="emptyType"/>
 
</pre></code>
 

Latest revision as of 13:47, 25 September 2007

Back to the top