View Javadoc

1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.3-b18-fcs 
3   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4   // Any modifications to this file will be lost upon recompilation of the source schema. 
5   // Generated on: 2004.12.16 at 07:09:44 EST 
6   //
7   
8   
9   package net.sf.jour.rt.view.config;
10  
11  
12  /***
13   * Java content class for include element declaration.
14   * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 91)
15   * <p>
16   * <pre>
17   * &lt;element name="include">
18   *   &lt;complexType>
19   *     &lt;simpleContent>
20   *       &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
21   *         &lt;attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
22   *         &lt;attribute name="names" type="{http://www.w3.org/2001/XMLSchema}string" />
23   *       &lt;/extension>
24   *     &lt;/simpleContent>
25   *   &lt;/complexType>
26   * &lt;/element>
27   * </pre>
28   * 
29   */
30  public interface Include
31      extends javax.xml.bind.Element, net.sf.jour.rt.view.config.IncludeType
32  {
33  
34  
35  }