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 time 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 101)
15   * <p>
16   * <pre>
17   * &lt;element name="time">
18   *   &lt;complexType>
19   *     &lt;simpleContent>
20   *       &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema>string">
21   *         &lt;attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
22   *         &lt;attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
23   *         &lt;attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
24   *       &lt;/extension>
25   *     &lt;/simpleContent>
26   *   &lt;/complexType>
27   * &lt;/element>
28   * </pre>
29   * 
30   */
31  public interface Time
32      extends javax.xml.bind.Element, net.sf.jour.rt.view.config.TimeType
33  {
34  
35  
36  }