Class SubjectSettingsType.Jdbc

  • Enclosing class:
    SubjectSettingsType

    public static class SubjectSettingsType.Jdbc
    extends java.lang.Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="DataSource">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="DefaultDataSource">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>