1
2
3
4
5
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 * <element name="time">
18 * <complexType>
19 * <simpleContent>
20 * <extension base="<http://www.w3.org/2001/XMLSchema>string">
21 * <attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
22 * <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
23 * <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
24 * </extension>
25 * </simpleContent>
26 * </complexType>
27 * </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 }