ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
eqinput.xsd
Go to the documentation of this file.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
3 
4  <xs:element name="parameters">
5  <xs:annotation>
6  <xs:documentation>Code parameters for the eqinput actor</xs:documentation>
7  </xs:annotation>
8 
9  <xs:complexType>
10  <xs:sequence>
11 
12  <xs:element name="Interpolation_coordinate">
13  <xs:complexType>
14  <xs:choice>
15  <xs:element name="rho_tor" type="empty"/>
16  <xs:element name="rho_tor_norm" type="empty"/>
17  <xs:element name="rho_tor_norm_square" type="empty"/>
18  </xs:choice>
19  </xs:complexType>
20  </xs:element>
21 
22  <xs:element name="dump_output_ids_to_file" type="xs:boolean"/>
23 
24  </xs:sequence>
25  </xs:complexType>
26 
27  </xs:element>
28  <xs:complexType name="empty"/>
29 </xs:schema>