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:42 EST 
6   //
7   
8   
9   package net.sf.jour.config;
10  
11  
12  /***
13   * Java content class for jour 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.xsd line 14)
15   * <p>
16   * <pre>
17   * &lt;element name="jour">
18   *   &lt;complexType>
19   *     &lt;complexContent>
20   *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21   *         &lt;sequence>
22   *           &lt;element ref="{}aspect" maxOccurs="unbounded"/>
23   *         &lt;/sequence>
24   *         &lt;attribute name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
25   *       &lt;/restriction>
26   *     &lt;/complexContent>
27   *   &lt;/complexType>
28   * &lt;/element>
29   * </pre>
30   * 
31   */
32  public interface Jour
33      extends javax.xml.bind.Element, net.sf.jour.config.JourType
34  {
35  
36  
37  }