astronomy.data.spectra
Interface Spectradatabase
- All Superinterfaces:
- javax.xml.bind.Element, SpectradatabaseType
- All Known Implementing Classes:
- SpectradatabaseImpl
public interface Spectradatabase
- extends javax.xml.bind.Element, SpectradatabaseType
Java content class for spectradatabase element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="spectradatabase">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reference" type="{}referenceType"/>
<element name="spectra" type="{}spectraType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>