Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema magdiag.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element magdiag
Namespace No namespace
Annotations
Magnetic diagnostics. Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo magdiag_xsd.tmp#magdiag_ip magdiag_xsd.tmp#magdiag_diamagflux magdiag_xsd.tmp#magdiag_diamagener magdiag_xsd.tmp#magdiag_flux_loops magdiag_xsd.tmp#magdiag_bpol_probes utilities_xsd.tmp#codeparam magdiag_xsd.tmp#magdiag_time
Properties
content complex
Used by
Element top
Model
Children bpol_probes, codeparam, datainfo, diamagener, diamagflux, flux_loops, ip, time
Instance
<magdiag>
  <datainfo>{1,1}</datainfo>
  <ip>{1,1}</ip>
  <diamagflux>{1,1}</diamagflux>
  <diamagener>{1,1}</diamagener>
  <flux_loops>{1,1}</flux_loops>
  <bpol_probes>{1,1}</bpol_probes>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</magdiag>
Source
<xs:element name="magdiag">
  <xs:annotation>
    <xs:documentation>Magnetic diagnostics. Time-dependent CPO</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="ip" type="exp0D">
        <xs:annotation>
          <xs:documentation>Plasma current [A]. Positive sign means anti-clockwise when viewed from above. Time-dependent. Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="diamagflux" type="exp0D">
        <xs:annotation>
          <xs:documentation>Diamagnetic flux [Wb]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="diamagener" type="exp0D">
        <xs:annotation>
          <xs:documentation>Diamagnetic energy [J]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="flux_loops">
        <xs:annotation>
          <xs:documentation>Poloidal flux loops RZ coordinates have 1 component for the full loop and two if there is a negative reference loop</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="setup_floops">
              <xs:annotation>
                <xs:documentation>diagnostic setup information</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="vecstring_type">
                    <xs:annotation>
                      <xs:documentation>Name of loop. Array of strings (nloops).</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="id" type="vecstring_type">
                    <xs:annotation>
                      <xs:documentation>ID of loop. Array of strings (nloops).</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="position" type="rzphi2D">
                    <xs:annotation>
                      <xs:documentation>List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf); Matrices (nloops, max_npoints)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="npoints" type="vecint_type">
                    <xs:annotation>
                      <xs:documentation>Number of points describing each loop in the "position" matrices. Vector (nloops)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="measure" type="exp1D">
              <xs:annotation>
                <xs:documentation>Measured flux [Wb]; Time-dependent; Vector (nloops)</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="bpol_probes">
        <xs:annotation>
          <xs:documentation>Poloidal field probes</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="setup_bprobe">
              <xs:annotation>
                <xs:documentation>diagnostic setup information</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="vecstring_type">
                    <xs:annotation>
                      <xs:documentation>Name of the probe. Array of strings (nprobes).</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="id" type="vecstring_type">
                    <xs:annotation>
                      <xs:documentation>ID of the probe. Array of strings (nprobes).</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="position" type="rz1D">
                    <xs:annotation>
                      <xs:documentation>RZ of coil centre [m]; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="polangle" type="vecflt_type">
                    <xs:annotation>
                      <xs:documentation>Poloidal angle of coil orientation (w.r.t. horizontal ?? to be checked) [rad]; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="torangle" type="vecflt_type" default="[0.0,0.0]">
                    <xs:annotation>
                      <xs:documentation>Toroidal angle of coil orientation (0 if fully in the poloidal plane) [rad] ; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="area" type="vecflt_type" default="[0.0,0.0]">
                    <xs:annotation>
                      <xs:documentation>Area of coil [m^2]; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="length" type="vecflt_type" default="[0.0,0.0]">
                    <xs:annotation>
                      <xs:documentation>Length of coil [m]; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="turns" type="vecint_type">
                    <xs:annotation>
                      <xs:documentation>Turns in the coil; Vector (nprobes)</xs:documentation>
                      <xs:appinfo>machine description</xs:appinfo>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="measure" type="exp1D">
              <xs:annotation>
                <xs:documentation>Measured value [T]; Time-dependent; Vector (nprobes)</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="codeparam"/>
      <xs:element name="time" type="xs:float" default="0.0">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element magdiag / ip
Namespace No namespace
Annotations
Plasma current [A]. Positive sign means anti-clockwise when viewed from above.  Time-dependent. Scalar
Diagram
Diagram utilities_xsd.tmp#exp0D_value utilities_xsd.tmp#exp0D_abserror utilities_xsd.tmp#exp0D_relerror utilities_xsd.tmp#exp0D
Type exp0D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<ip>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</ip>
Source
<xs:element name="ip" type="exp0D">
  <xs:annotation>
    <xs:documentation>Plasma current [A]. Positive sign means anti-clockwise when viewed from above. Time-dependent. Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element magdiag / diamagflux
Namespace No namespace
Annotations
Diamagnetic flux [Wb]; Time-dependent; Scalar
Diagram
Diagram utilities_xsd.tmp#exp0D_value utilities_xsd.tmp#exp0D_abserror utilities_xsd.tmp#exp0D_relerror utilities_xsd.tmp#exp0D
Type exp0D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<diamagflux>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</diamagflux>
Source
<xs:element name="diamagflux" type="exp0D">
  <xs:annotation>
    <xs:documentation>Diamagnetic flux [Wb]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element magdiag / diamagener
Namespace No namespace
Annotations
Diamagnetic energy [J]; Time-dependent; Scalar
Diagram
Diagram utilities_xsd.tmp#exp0D_value utilities_xsd.tmp#exp0D_abserror utilities_xsd.tmp#exp0D_relerror utilities_xsd.tmp#exp0D
Type exp0D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<diamagener>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</diamagener>
Source
<xs:element name="diamagener" type="exp0D">
  <xs:annotation>
    <xs:documentation>Diamagnetic energy [J]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element magdiag / flux_loops
Namespace No namespace
Annotations
Poloidal flux loops RZ coordinates have 1 component for the full loop and two if there is a negative reference loop
Diagram
Diagram magdiag_xsd.tmp#magdiag_magdiag_flux_loops_setup_floops magdiag_xsd.tmp#magdiag_magdiag_flux_loops_measure
Properties
content complex
Model
Children measure, setup_floops
Instance
<flux_loops>
  <setup_floops>{1,1}</setup_floops>
  <measure>{1,1}</measure>
</flux_loops>
Source
<xs:element name="flux_loops">
  <xs:annotation>
    <xs:documentation>Poloidal flux loops RZ coordinates have 1 component for the full loop and two if there is a negative reference loop</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="setup_floops">
        <xs:annotation>
          <xs:documentation>diagnostic setup information</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="vecstring_type">
              <xs:annotation>
                <xs:documentation>Name of loop. Array of strings (nloops).</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="id" type="vecstring_type">
              <xs:annotation>
                <xs:documentation>ID of loop. Array of strings (nloops).</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="position" type="rzphi2D">
              <xs:annotation>
                <xs:documentation>List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf); Matrices (nloops, max_npoints)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="npoints" type="vecint_type">
              <xs:annotation>
                <xs:documentation>Number of points describing each loop in the "position" matrices. Vector (nloops)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="measure" type="exp1D">
        <xs:annotation>
          <xs:documentation>Measured flux [Wb]; Time-dependent; Vector (nloops)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element magdiag / flux_loops / setup_floops
Namespace No namespace
Annotations
diagnostic setup information
Diagram
Diagram magdiag_xsd.tmp#magdiag_magdiag_flux_loops_magdiag_magdiag_flux_loops_setup_floops_name magdiag_xsd.tmp#magdiag_magdiag_flux_loops_magdiag_magdiag_flux_loops_setup_floops_id magdiag_xsd.tmp#magdiag_magdiag_flux_loops_magdiag_magdiag_flux_loops_setup_floops_position magdiag_xsd.tmp#magdiag_magdiag_flux_loops_magdiag_magdiag_flux_loops_setup_floops_npoints
Properties
content complex
Model
Children id, name, npoints, position
Instance
<setup_floops>
  <name>{1,1}</name>
  <id>{1,1}</id>
  <position>{1,1}</position>
  <npoints>{1,1}</npoints>
</setup_floops>
Source
<xs:element name="setup_floops">
  <xs:annotation>
    <xs:documentation>diagnostic setup information</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>Name of loop. Array of strings (nloops).</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="id" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>ID of loop. Array of strings (nloops).</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="position" type="rzphi2D">
        <xs:annotation>
          <xs:documentation>List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf); Matrices (nloops, max_npoints)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="npoints" type="vecint_type">
        <xs:annotation>
          <xs:documentation>Number of points describing each loop in the "position" matrices. Vector (nloops)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element magdiag / flux_loops / setup_floops / name
Namespace No namespace
Annotations
Name of loop. Array of strings (nloops).
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of loop. Array of strings (nloops).</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / flux_loops / setup_floops / id
Namespace No namespace
Annotations
ID of loop. Array of strings (nloops).
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="id" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>ID of loop. Array of strings (nloops).</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / flux_loops / setup_floops / position
Namespace No namespace
Annotations
List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf); Matrices (nloops, max_npoints)
Diagram
Diagram utilities_xsd.tmp#rzphi2D_r utilities_xsd.tmp#rzphi2D_z utilities_xsd.tmp#rzphi2D_phi utilities_xsd.tmp#rzphi2D
Type rzphi2D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</position>
Source
<xs:element name="position" type="rzphi2D">
  <xs:annotation>
    <xs:documentation>List of (R,Z,phi) points defining the position of the loop (see data structure documentation FLUXLOOPposition.pdf); Matrices (nloops, max_npoints)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / flux_loops / setup_floops / npoints
Namespace No namespace
Annotations
Number of points describing each loop in the "position" matrices. Vector (nloops)
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="npoints" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Number of points describing each loop in the "position" matrices. Vector (nloops)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / flux_loops / measure
Namespace No namespace
Annotations
Measured flux [Wb]; Time-dependent; Vector (nloops)
Diagram
Diagram utilities_xsd.tmp#exp1D_value utilities_xsd.tmp#exp1D_abserror utilities_xsd.tmp#exp1D_relerror utilities_xsd.tmp#exp1D
Type exp1D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<measure>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</measure>
Source
<xs:element name="measure" type="exp1D">
  <xs:annotation>
    <xs:documentation>Measured flux [Wb]; Time-dependent; Vector (nloops)</xs:documentation>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes
Namespace No namespace
Annotations
Poloidal field probes
Diagram
Diagram magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_setup_bprobe magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_measure
Properties
content complex
Model
Children measure, setup_bprobe
Instance
<bpol_probes>
  <setup_bprobe>{1,1}</setup_bprobe>
  <measure>{1,1}</measure>
</bpol_probes>
Source
<xs:element name="bpol_probes">
  <xs:annotation>
    <xs:documentation>Poloidal field probes</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="setup_bprobe">
        <xs:annotation>
          <xs:documentation>diagnostic setup information</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="vecstring_type">
              <xs:annotation>
                <xs:documentation>Name of the probe. Array of strings (nprobes).</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="id" type="vecstring_type">
              <xs:annotation>
                <xs:documentation>ID of the probe. Array of strings (nprobes).</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="position" type="rz1D">
              <xs:annotation>
                <xs:documentation>RZ of coil centre [m]; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="polangle" type="vecflt_type">
              <xs:annotation>
                <xs:documentation>Poloidal angle of coil orientation (w.r.t. horizontal ?? to be checked) [rad]; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="torangle" type="vecflt_type" default="[0.0,0.0]">
              <xs:annotation>
                <xs:documentation>Toroidal angle of coil orientation (0 if fully in the poloidal plane) [rad] ; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="area" type="vecflt_type" default="[0.0,0.0]">
              <xs:annotation>
                <xs:documentation>Area of coil [m^2]; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="length" type="vecflt_type" default="[0.0,0.0]">
              <xs:annotation>
                <xs:documentation>Length of coil [m]; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="turns" type="vecint_type">
              <xs:annotation>
                <xs:documentation>Turns in the coil; Vector (nprobes)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="measure" type="exp1D">
        <xs:annotation>
          <xs:documentation>Measured value [T]; Time-dependent; Vector (nprobes)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe
Namespace No namespace
Annotations
diagnostic setup information
Diagram
Diagram magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_name magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_id magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_position magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_polangle magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_torangle magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_area magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_length magdiag_xsd.tmp#magdiag_magdiag_bpol_probes_magdiag_magdiag_bpol_probes_setup_bprobe_turns
Properties
content complex
Model
Children area, id, length, name, polangle, position, torangle, turns
Instance
<setup_bprobe>
  <name>{1,1}</name>
  <id>{1,1}</id>
  <position>{1,1}</position>
  <polangle>{1,1}</polangle>
  <torangle>{1,1}</torangle>
  <area>{1,1}</area>
  <length>{1,1}</length>
  <turns>{1,1}</turns>
</setup_bprobe>
Source
<xs:element name="setup_bprobe">
  <xs:annotation>
    <xs:documentation>diagnostic setup information</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>Name of the probe. Array of strings (nprobes).</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="id" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>ID of the probe. Array of strings (nprobes).</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="position" type="rz1D">
        <xs:annotation>
          <xs:documentation>RZ of coil centre [m]; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="polangle" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Poloidal angle of coil orientation (w.r.t. horizontal ?? to be checked) [rad]; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="torangle" type="vecflt_type" default="[0.0,0.0]">
        <xs:annotation>
          <xs:documentation>Toroidal angle of coil orientation (0 if fully in the poloidal plane) [rad] ; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="area" type="vecflt_type" default="[0.0,0.0]">
        <xs:annotation>
          <xs:documentation>Area of coil [m^2]; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="length" type="vecflt_type" default="[0.0,0.0]">
        <xs:annotation>
          <xs:documentation>Length of coil [m]; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="turns" type="vecint_type">
        <xs:annotation>
          <xs:documentation>Turns in the coil; Vector (nprobes)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / name
Namespace No namespace
Annotations
Name of the probe.  Array of strings (nprobes).
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="name" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Name of the probe. Array of strings (nprobes).</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / id
Namespace No namespace
Annotations
ID of the probe.  Array of strings (nprobes).
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="id" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>ID of the probe. Array of strings (nprobes).</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / position
Namespace No namespace
Annotations
RZ of coil centre [m]; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#rz1D_r utilities_xsd.tmp#rz1D_z utilities_xsd.tmp#rz1D
Type rz1D
Properties
content complex
Model
r , z
Children r, z
Instance
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
</position>
Source
<xs:element name="position" type="rz1D">
  <xs:annotation>
    <xs:documentation>RZ of coil centre [m]; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / polangle
Namespace No namespace
Annotations
Poloidal angle of coil orientation (w.r.t. horizontal ?? to be checked) [rad]; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="polangle" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Poloidal angle of coil orientation (w.r.t. horizontal ?? to be checked) [rad]; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / torangle
Namespace No namespace
Annotations
Toroidal angle of coil orientation (0 if fully in the poloidal plane) [rad] ; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
default [0.0,0.0]
final restriction
Source
<xs:element name="torangle" type="vecflt_type" default="[0.0,0.0]">
  <xs:annotation>
    <xs:documentation>Toroidal angle of coil orientation (0 if fully in the poloidal plane) [rad] ; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / area
Namespace No namespace
Annotations
Area of coil [m^2]; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
default [0.0,0.0]
final restriction
Source
<xs:element name="area" type="vecflt_type" default="[0.0,0.0]">
  <xs:annotation>
    <xs:documentation>Area of coil [m^2]; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / length
Namespace No namespace
Annotations
Length of coil [m]; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
default [0.0,0.0]
final restriction
Source
<xs:element name="length" type="vecflt_type" default="[0.0,0.0]">
  <xs:annotation>
    <xs:documentation>Length of coil [m]; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / setup_bprobe / turns
Namespace No namespace
Annotations
Turns in the coil; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="turns" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Turns in the coil; Vector (nprobes)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element magdiag / bpol_probes / measure
Namespace No namespace
Annotations
Measured value [T]; Time-dependent; Vector (nprobes)
Diagram
Diagram utilities_xsd.tmp#exp1D_value utilities_xsd.tmp#exp1D_abserror utilities_xsd.tmp#exp1D_relerror utilities_xsd.tmp#exp1D
Type exp1D
Properties
content complex
Model
Children abserror, relerror, value
Instance
<measure>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</measure>
Source
<xs:element name="measure" type="exp1D">
  <xs:annotation>
    <xs:documentation>Measured value [T]; Time-dependent; Vector (nprobes)</xs:documentation>
  </xs:annotation>
</xs:element>
Element magdiag / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
default 0.0
Source
<xs:element name="time" type="xs:float" default="0.0">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>