1
2
3
4
5
6
7
8
9 package net.sf.jour.rt.view.config;
10
11
12 /***
13 * Java content class for exclude 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 81)
15 * <p>
16 * <pre>
17 * <element name="exclude">
18 * <complexType>
19 * <simpleContent>
20 * <extension base="<http://www.w3.org/2001/XMLSchema>string">
21 * <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
22 * <attribute name="names" type="{http://www.w3.org/2001/XMLSchema}string" />
23 * </extension>
24 * </simpleContent>
25 * </complexType>
26 * </element>
27 * </pre>
28 *
29 */
30 public interface Exclude
31 extends javax.xml.bind.Element, net.sf.jour.rt.view.config.ExcludeType
32 {
33
34
35 }