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 * <element name="spectradatabase"> 018 * <complexType> 019 * <complexContent> 020 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 021 * <sequence> 022 * <element name="type" maxOccurs="unbounded"> 023 * <complexType> 024 * <complexContent> 025 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 026 * <sequence> 027 * <element name="source" maxOccurs="unbounded"> 028 * <complexType> 029 * <complexContent> 030 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 031 * <sequence> 032 * <element name="reference" type="{}referenceType"/> 033 * <element name="spectra" type="{}spectraType" maxOccurs="unbounded"/> 034 * </sequence> 035 * </restriction> 036 * </complexContent> 037 * </complexType> 038 * </element> 039 * </sequence> 040 * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> 041 * </restriction> 042 * </complexContent> 043 * </complexType> 044 * </element> 045 * </sequence> 046 * </restriction> 047 * </complexContent> 048 * </complexType> 049 * </element> 050 * </pre> 051 * 052 */ 053 public interface Spectradatabase 054 extends javax.xml.bind.Element, astronomy.data.spectra.SpectradatabaseType 055 { 056 057 058 }