KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mvnforum > jaxb > db > Mvnforum


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-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: 2005.12.17 at 09:43:27 AM GMT+07:00
6
//
7

8
9 package com.mvnforum.jaxb.db;
10
11
12 /**
13  * Java content class for mvnforum element declaration.
14  * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/D:/working/mvnforum/contrib/phpbb2mvnforum-jaxb/schema/mvnforum.xsd line 4)
15  * <p>
16  * <pre>
17  * &lt;element name="mvnforum">
18  * &lt;complexType>
19  * &lt;complexContent>
20  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21  * &lt;sequence>
22  * &lt;element name="GroupList" minOccurs="0">
23  * &lt;complexType>
24  * &lt;complexContent>
25  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
26  * &lt;sequence>
27  * &lt;element name="Group" type="{}GroupType" maxOccurs="unbounded" minOccurs="0"/>
28  * &lt;/sequence>
29  * &lt;/restriction>
30  * &lt;/complexContent>
31  * &lt;/complexType>
32  * &lt;/element>
33  * &lt;element name="RankList" minOccurs="0">
34  * &lt;complexType>
35  * &lt;complexContent>
36  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
37  * &lt;sequence>
38  * &lt;element name="Rank" type="{}RankType" maxOccurs="unbounded" minOccurs="0"/>
39  * &lt;/sequence>
40  * &lt;/restriction>
41  * &lt;/complexContent>
42  * &lt;/complexType>
43  * &lt;/element>
44  * &lt;element name="CategoryList" type="{}CategoryListType" minOccurs="0"/>
45  * &lt;element name="MemberList" minOccurs="0">
46  * &lt;complexType>
47  * &lt;complexContent>
48  * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
49  * &lt;sequence>
50  * &lt;element name="Member" type="{}MemberType" maxOccurs="unbounded" minOccurs="0"/>
51  * &lt;/sequence>
52  * &lt;/restriction>
53  * &lt;/complexContent>
54  * &lt;/complexType>
55  * &lt;/element>
56  * &lt;/sequence>
57  * &lt;/restriction>
58  * &lt;/complexContent>
59  * &lt;/complexType>
60  * &lt;/element>
61  * </pre>
62  *
63  */

64 public interface Mvnforum
65     extends javax.xml.bind.Element, com.mvnforum.jaxb.db.MvnforumType
66 {
67
68
69 }
70
Popular Tags