ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Variables
database_profiles.xsd File Reference

Go to the source code of this file.

Variables

<?xmlversion="1.0"encoding="UTF-8"?>
< xs:schemaxmlns:xs="http:
<xs:simpleTypename="floatNonNegative">
<xs:restrictionbase="xs:float">
<xs:minInclusivevalue="0.0"/>
</xs:restriction>
</xs:simpleType>
<!--Therootelement:"parameters"-->
<xs:elementname="parameters">
<xs:annotation>
<xs:documentation> XML Schema
defining the format of the XML
input to be used by the
database_profiles actors
</xs:documentation>
</xs:annotation>
<xs:complexType><xs:sequence>
<xs:elementref="RESTRICT_PROFILES"maxOccurs="1"minOccurs="1"/>
</xs:sequence></xs:complexType>
</xs:element><xs:elementname="RESTRICT_PROFILES">
<xs:complexType><xs:all>
<xs:elementname="min_temperature"type="floatNonNegative"default="0.0">
<xs:annotation>
<xs:documentation> When the
input temperature is below
this 
value
 

Variable Documentation

<?xmlversion="1.0"encoding="UTF-8"?><xs:schemaxmlns:xs="http:<xs:simpleTypename="floatNonNegative"><xs:restrictionbase="xs:float"><xs:minInclusivevalue="0.0"/></xs:restriction></xs:simpleType><!--Therootelement:"parameters"--><xs:elementname="parameters"><xs:annotation><xs:documentation> XML Schema defining the format of the XML input to be used by the database_profiles actors</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:elementref="RESTRICT_PROFILES"maxOccurs="1"minOccurs="1"/></xs:sequence></xs:complexType></xs:element><xs:elementname="RESTRICT_PROFILES"><xs:complexType><xs:all><xs:elementname="min_temperature"type="floatNonNegative"default="0.0"><xs:annotation><xs:documentation> When the input temperature is below this then it will be assigned to this value</xs:documentation></xs:annotation></xs:element><xs:elementname="min_electron_density"type="floatNonNegative"default="0.0"><xs:annotation><xs:documentation> When the input electron density is below this then it will be assigned to this value</xs:documentation></xs:annotation></xs:element><xs:elementname="min_ion_density"type="floatNonNegative"default="0.0"><xs:annotation><xs:documentation> When the input ion density is below this then it will be assigned to this value</xs:documentation></xs:annotation></xs:element><xs:elementname="min_impurity_density"type="floatNonNegative"default="0.0"><xs:annotation><xs:documentation> When the input impurity density is below this value

Definition at line 27 of file database_profiles.xsd.