<?xml version="1.0" encoding="UTF-8"?>

<!--
 Copyright (c) 2004 Andy Jefferson and others.
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the JPOX License v1.0
 which accompanies this distribution.
-->

<!NOTATION JPOX.1_0 PUBLIC
          "-//Java Persistent Objects//DTD JPOX Auto Starter Metadata 1.0//EN">
<!--
This is the XML DTD for the JPOX Auto Starter 1.0 Metadata.
All JPOX Auto Starter 1.0 metadata descriptors must include a DOCTYPE
of the following form:

  <!DOCTYPE jpox
    PUBLIC "-//Java Persistent Objects//DTD JPOX Auto Starter Metadata 1.0//EN"
    "http://www.jpox.org/dtd/jpox_1_0.dtd">
-->

<!ELEMENT jpox ((class)*)>

<!ELEMENT class EMPTY>
<!ATTLIST class name CDATA #REQUIRED>
<!ATTLIST class table CDATA #IMPLIED>
<!ATTLIST class table-owner CDATA #IMPLIED>
<!ATTLIST class type CDATA #REQUIRED>
<!ATTLIST class version CDATA #IMPLIED>
<!ATTLIST class interface-name CDATA #IMPLIED>


