Class JaxbHbmAuxiliaryDatabaseObjectType

  • All Implemented Interfaces:
    Serializable

    public class JaxbHbmAuxiliaryDatabaseObjectType
    extends Object
    implements Serializable

    Java class for AuxiliaryDatabaseObjectType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="AuxiliaryDatabaseObjectType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="definition">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <attribute name="class" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <sequence>
                 <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 <element name="drop" type="{http://www.w3.org/2001/XMLSchema}string"/>
               </sequence>
             </choice>
             <element name="dialect-scope" type="{http://www.hibernate.org/xsd/orm/hbm}DialectScopeType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form