1
2
3
4
5
6
7
8
9 package net.sf.jour.rt.view.config;
10
11
12 /***
13 * Java content class for signature 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 71)
15 * <p>
16 * <pre>
17 * <element name="signature">
18 * <complexType>
19 * <complexContent>
20 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21 * <sequence>
22 * <element ref="{}include" maxOccurs="unbounded" minOccurs="0"/>
23 * <element ref="{}exclude" maxOccurs="unbounded" minOccurs="0"/>
24 * </sequence>
25 * <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
26 * <attribute name="names" type="{http://www.w3.org/2001/XMLSchema}string" />
27 * </restriction>
28 * </complexContent>
29 * </complexType>
30 * </element>
31 * </pre>
32 *
33 */
34 public interface Signature
35 extends javax.xml.bind.Element, net.sf.jour.rt.view.config.SignatureType
36 {
37
38
39 }