diagram | |||
children | Spectrum | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | SpectrumFileReference Intensity | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
type | extension of xs:double | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |