complexType Spectrums
diagram index_p458.png
children Spectrum
used by
element GeneralDefinitions/Spectrums
annotation
documentation
Definition of spectra of radiation used in this product
source <xs:complexType name="Spectrums">
 
<xs:annotation>
   
<xs:documentation>Definition of spectra of radiation used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Spectrum" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single spectrum of radiation. It is described as a table of energy intensity (eV) depending on wavelength (nm)</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="SpectrumFileReference">
           
<xs:annotation>
             
<xs:documentation>Reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="fileId" type="xs:NCName" use="required">
               
<xs:annotation>
                 
<xs:documentation>Id reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Intensity" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Energy in eV, depending on the wavelength attribute</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:simpleContent>
               
<xs:extension base="xs:double">
                 
<xs:attribute name="wavelength" type="xs:int" use="required">
                   
<xs:annotation>
                     
<xs:documentation>Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
               
</xs:extension>
             
</xs:simpleContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="id" type="xs:ID" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identifier of the spectrum</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Spectrums/Spectrum
diagram index_p459.png
properties
minOcc 1
maxOcc unbounded
content complex
children SpectrumFileReference Intensity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identifier of the spectrum
annotation
documentation
Single spectrum of radiation. It is described as a table of energy intensity (eV) depending on wavelength (nm)
source <xs:element name="Spectrum" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single spectrum of radiation. It is described as a table of energy intensity (eV) depending on wavelength (nm)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="SpectrumFileReference">
       
<xs:annotation>
         
<xs:documentation>Reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="fileId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Intensity" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Energy in eV, depending on the wavelength attribute</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:double">
             
<xs:attribute name="wavelength" type="xs:int" use="required">
               
<xs:annotation>
                 
<xs:documentation>Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="id" type="xs:ID" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the spectrum</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Spectrums/Spectrum/@id
type xs:ID
properties
use required
annotation
documentation
Unique identifier of the spectrum
source <xs:attribute name="id" type="xs:ID" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the spectrum</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Spectrums/Spectrum/SpectrumFileReference
diagram index_p460.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fileId  xs:NCName  required      
documentation
Id reference to a spectrum File element defined under GeneralDefinitions/Files
annotation
documentation
Reference to a spectrum File element defined under GeneralDefinitions/Files
source <xs:element name="SpectrumFileReference">
 
<xs:annotation>
   
<xs:documentation>Reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="fileId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Spectrums/Spectrum/SpectrumFileReference/@fileId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a spectrum File element defined under GeneralDefinitions/Files
source <xs:attribute name="fileId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a spectrum File element defined under GeneralDefinitions/Files</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Spectrums/Spectrum/Intensity
diagram index_p461.png
type extension of xs:double
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
wavelength  xs:int  required      
documentation
Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm
annotation
documentation
Energy in eV, depending on the wavelength attribute
source <xs:element name="Intensity" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Energy in eV, depending on the wavelength attribute</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:double">
       
<xs:attribute name="wavelength" type="xs:int" use="required">
         
<xs:annotation>
           
<xs:documentation>Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute Spectrums/Spectrum/Intensity/@wavelength
type xs:int
properties
use required
annotation
documentation
Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm
source <xs:attribute name="wavelength" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Wavelength in nm. Default steps are 5nm, in the range of 380nm to 780nm</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy