// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vFCS // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2003.02.06 at 03:42:14 PST // package test.jaxb; /** * Java content class for Collection element declaration. *
The following schema fragment specifies the expected content contained within this java content object. *
*
* <element name="Collection">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="books">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="book" type="{}bookType" maxOccurs="unbounded"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
*
*
*/
public interface Collection
extends javax.xml.bind.Element, test.jaxb.CollectionType
{
}