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 aspect 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 3)
15   * <p>
16   * <pre>
17   * &lt;element name="aspect">
18   *   &lt;complexType>
19   *     &lt;complexContent>
20   *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21   *         &lt;sequence>
22   *           &lt;element ref="{}typedef" minOccurs="0"/>
23   *           &lt;element ref="{}pointcut" maxOccurs="unbounded"/>
24   *         &lt;/sequence>
25   *         &lt;attribute name="descr" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
26   *         &lt;attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
27   *         &lt;attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
28   *       &lt;/restriction>
29   *     &lt;/complexContent>
30   *   &lt;/complexType>
31   * &lt;/element>
32   * </pre>
33   * 
34   */
35  public interface Aspect
36      extends javax.xml.bind.Element, net.sf.jour.config.AspectType
37  {
38  
39  
40  }