001    //
002    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.1-05/30/2003 05:06 AM(java_re)-fcs 
003    // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004    // Any modifications to this file will be lost upon recompilation of the source schema. 
005    // Generated on: 2004.10.11 at 12:13:34 EDT 
006    //
007    
008    
009    package astronomy.data.spectra;
010    
011    
012    /**
013     * Java content class for spectradatabase element declaration.
014     *  <p>The following schema fragment specifies the expected content contained within this java content object.
015     * <p>
016     * <pre>
017     * &lt;element name="spectradatabase">
018     *   &lt;complexType>
019     *     &lt;complexContent>
020     *       &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
021     *         &lt;sequence>
022     *           &lt;element name="type" maxOccurs="unbounded">
023     *             &lt;complexType>
024     *               &lt;complexContent>
025     *                 &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
026     *                   &lt;sequence>
027     *                     &lt;element name="source" maxOccurs="unbounded">
028     *                       &lt;complexType>
029     *                         &lt;complexContent>
030     *                           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
031     *                             &lt;sequence>
032     *                               &lt;element name="reference" type="{}referenceType"/>
033     *                               &lt;element name="spectra" type="{}spectraType" maxOccurs="unbounded"/>
034     *                             &lt;/sequence>
035     *                           &lt;/restriction>
036     *                         &lt;/complexContent>
037     *                       &lt;/complexType>
038     *                     &lt;/element>
039     *                   &lt;/sequence>
040     *                   &lt;attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
041     *                 &lt;/restriction>
042     *               &lt;/complexContent>
043     *             &lt;/complexType>
044     *           &lt;/element>
045     *         &lt;/sequence>
046     *       &lt;/restriction>
047     *     &lt;/complexContent>
048     *   &lt;/complexType>
049     * &lt;/element>
050     * </pre>
051     * 
052     */
053    public interface Spectradatabase
054        extends javax.xml.bind.Element, astronomy.data.spectra.SpectradatabaseType
055    {
056    
057    
058    }