01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2005.12.17 at 09:43:27 AM GMT+07:00
06: //
07:
08: package com.mvnforum.jaxb.db;
09:
10: /**
11: * Java content class for mvnforum element declaration.
12: * <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)
13: * <p>
14: * <pre>
15: * <element name="mvnforum">
16: * <complexType>
17: * <complexContent>
18: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
19: * <sequence>
20: * <element name="GroupList" minOccurs="0">
21: * <complexType>
22: * <complexContent>
23: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
24: * <sequence>
25: * <element name="Group" type="{}GroupType" maxOccurs="unbounded" minOccurs="0"/>
26: * </sequence>
27: * </restriction>
28: * </complexContent>
29: * </complexType>
30: * </element>
31: * <element name="RankList" minOccurs="0">
32: * <complexType>
33: * <complexContent>
34: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
35: * <sequence>
36: * <element name="Rank" type="{}RankType" maxOccurs="unbounded" minOccurs="0"/>
37: * </sequence>
38: * </restriction>
39: * </complexContent>
40: * </complexType>
41: * </element>
42: * <element name="CategoryList" type="{}CategoryListType" minOccurs="0"/>
43: * <element name="MemberList" minOccurs="0">
44: * <complexType>
45: * <complexContent>
46: * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
47: * <sequence>
48: * <element name="Member" type="{}MemberType" maxOccurs="unbounded" minOccurs="0"/>
49: * </sequence>
50: * </restriction>
51: * </complexContent>
52: * </complexType>
53: * </element>
54: * </sequence>
55: * </restriction>
56: * </complexContent>
57: * </complexType>
58: * </element>
59: * </pre>
60: *
61: */
62: public interface Mvnforum extends javax.xml.bind.Element,
63: com.mvnforum.jaxb.db.MvnforumType {
64:
65: }
|