Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema pfcoils.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element pfcoils
Namespace No namespace
Annotations
Active poloidal field coils
Diagram
Diagram pfcoils_xsd.tmp#pfcoils_desc_pfcoils pfcoils_xsd.tmp#pfcoils_coilcurrent pfcoils_xsd.tmp#pfcoils_coilvoltage pfcoils_xsd.tmp#pfcoils_p_cryo pfcoils_xsd.tmp#pfcoils_p_nh
Properties
content complex
Used by
Element pfsystems
Model
Children coilcurrent, coilvoltage, desc_pfcoils, p_cryo, p_nh
Instance
<pfcoils>
  <desc_pfcoils>{1,1}</desc_pfcoils>
  <coilcurrent>{1,1}</coilcurrent>
  <coilvoltage>{1,1}</coilvoltage>
  <p_cryo>{1,1}</p_cryo>
  <p_nh>{1,1}</p_nh>
</pfcoils>
Source
<xs:element name="pfcoils">
  <xs:annotation>
    <xs:documentation>Active poloidal field coils</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="desc_pfcoils">
        <xs:annotation>
          <xs:documentation>Description of the coils</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 coil. Array of strings (ncoils)</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 coil. Array of strings (ncoils)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="res" type="vecflt_type">
              <xs:annotation>
                <xs:documentation>Coil resistance [Ohm]; Vector (ncoils)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="emax" type="vecflt_type">
              <xs:annotation>
                <xs:documentation>Maximum Energy to be dissipated in coils [J]; Vector (ncoils)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="structure_cs">
              <xs:annotation>
                <xs:documentation>Detailed description of the coil structure, for coils that are part of the central solenoid.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="gaptf" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>gap between CS external radius and TF internal vault radius [m]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ri" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>CS internal radius [m]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="re" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>CS external radius [m]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="jcable" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>Maximum allowable CS Cable In Conduit current density [A/m^2]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="current_nom" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>Nominal current in the CS conductor [A]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="sigma" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>Maximum allowable stress in the CS [Pa]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="tiso" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>Insulation thickness of CS conductor [m]; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="nlay" type="xs:float">
                    <xs:annotation>
                      <xs:documentation>Number of conductor layers in the Central Solenoid; Scalar</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="pol_flux_cs" type="xs:float">
              <xs:annotation>
                <xs:documentation>Maximum poloidal flux available in the Central Solenoid for a plasma pulse [Wb].</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element name="nelement" type="vecint_type">
              <xs:annotation>
                <xs:documentation>Number of elements used to describe a coil; Vector (ncoils)</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
            <xs:element ref="pfelement">
              <xs:annotation>
                <xs:documentation>Filament describing part of the coil as a rectangle</xs:documentation>
                <xs:appinfo>machine description</xs:appinfo>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="coilcurrent" type="exp1D">
        <xs:annotation>
          <xs:documentation>Circuit feed current in the coil, defined positive if it flows from point 1 to point 2 of the component in the pfcircuit description [A]; Time-dependent; Vector (ncoils)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="coilvoltage" type="exp1D">
        <xs:annotation>
          <xs:documentation>Voltage on the full coil [V]; Time-dependent; Vector (ncoils)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="p_cryo" type="xs:float">
        <xs:annotation>
          <xs:documentation>Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="p_nh" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Nuclear heating on the poloidal field coils [W]; Time-dependent. Vector(ncoils)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pfcoils / desc_pfcoils
Namespace No namespace
Annotations
Description of the coils
Diagram
Diagram pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_name pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_id pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_res pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_emax pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_structure_cs pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pol_flux_cs pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_nelement pfelement_xsd.tmp#pfelement
Properties
content complex
Model
Children emax, id, name, nelement, pfelement, pol_flux_cs, res, structure_cs
Instance
<desc_pfcoils>
  <name>{1,1}</name>
  <id>{1,1}</id>
  <res>{1,1}</res>
  <emax>{1,1}</emax>
  <structure_cs>{1,1}</structure_cs>
  <pol_flux_cs>{1,1}</pol_flux_cs>
  <nelement>{1,1}</nelement>
  <pfelement>{1,1}</pfelement>
</desc_pfcoils>
Source
<xs:element name="desc_pfcoils">
  <xs:annotation>
    <xs:documentation>Description of the coils</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 coil. Array of strings (ncoils)</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 coil. Array of strings (ncoils)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="res" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Coil resistance [Ohm]; Vector (ncoils)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="emax" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Maximum Energy to be dissipated in coils [J]; Vector (ncoils)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="structure_cs">
        <xs:annotation>
          <xs:documentation>Detailed description of the coil structure, for coils that are part of the central solenoid.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="gaptf" type="xs:float">
              <xs:annotation>
                <xs:documentation>gap between CS external radius and TF internal vault radius [m]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ri" type="xs:float">
              <xs:annotation>
                <xs:documentation>CS internal radius [m]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="re" type="xs:float">
              <xs:annotation>
                <xs:documentation>CS external radius [m]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="jcable" type="xs:float">
              <xs:annotation>
                <xs:documentation>Maximum allowable CS Cable In Conduit current density [A/m^2]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="current_nom" type="xs:float">
              <xs:annotation>
                <xs:documentation>Nominal current in the CS conductor [A]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="sigma" type="xs:float">
              <xs:annotation>
                <xs:documentation>Maximum allowable stress in the CS [Pa]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="tiso" type="xs:float">
              <xs:annotation>
                <xs:documentation>Insulation thickness of CS conductor [m]; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="nlay" type="xs:float">
              <xs:annotation>
                <xs:documentation>Number of conductor layers in the Central Solenoid; Scalar</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="pol_flux_cs" type="xs:float">
        <xs:annotation>
          <xs:documentation>Maximum poloidal flux available in the Central Solenoid for a plasma pulse [Wb].</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="nelement" type="vecint_type">
        <xs:annotation>
          <xs:documentation>Number of elements used to describe a coil; Vector (ncoils)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="pfelement">
        <xs:annotation>
          <xs:documentation>Filament describing part of the coil as a rectangle</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pfcoils / desc_pfcoils / name
Namespace No namespace
Annotations
Name of coil. Array of strings (ncoils)
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 coil. Array of strings (ncoils)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / id
Namespace No namespace
Annotations
ID of coil. Array of strings (ncoils)
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 coil. Array of strings (ncoils)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / res
Namespace No namespace
Annotations
Coil resistance [Ohm]; Vector (ncoils)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="res" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Coil resistance [Ohm]; Vector (ncoils)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / emax
Namespace No namespace
Annotations
Maximum Energy to be dissipated in coils [J]; Vector (ncoils)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="emax" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Maximum Energy to be dissipated in coils [J]; Vector (ncoils)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs
Namespace No namespace
Annotations
Detailed description of the coil structure, for coils that are part of the central solenoid.
Diagram
Diagram pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_gaptf pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_ri pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_re pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_jcable pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_current_nom pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_sigma pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_tiso pfcoils_xsd.tmp#pfcoils_pfcoils_desc_pfcoils_pfcoils_pfcoils_desc_pfcoils_structure_cs_nlay
Properties
content complex
Model
Children current_nom, gaptf, jcable, nlay, re, ri, sigma, tiso
Instance
<structure_cs>
  <gaptf>{1,1}</gaptf>
  <ri>{1,1}</ri>
  <re>{1,1}</re>
  <jcable>{1,1}</jcable>
  <current_nom>{1,1}</current_nom>
  <sigma>{1,1}</sigma>
  <tiso>{1,1}</tiso>
  <nlay>{1,1}</nlay>
</structure_cs>
Source
<xs:element name="structure_cs">
  <xs:annotation>
    <xs:documentation>Detailed description of the coil structure, for coils that are part of the central solenoid.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="gaptf" type="xs:float">
        <xs:annotation>
          <xs:documentation>gap between CS external radius and TF internal vault radius [m]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ri" type="xs:float">
        <xs:annotation>
          <xs:documentation>CS internal radius [m]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="re" type="xs:float">
        <xs:annotation>
          <xs:documentation>CS external radius [m]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="jcable" type="xs:float">
        <xs:annotation>
          <xs:documentation>Maximum allowable CS Cable In Conduit current density [A/m^2]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="current_nom" type="xs:float">
        <xs:annotation>
          <xs:documentation>Nominal current in the CS conductor [A]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="sigma" type="xs:float">
        <xs:annotation>
          <xs:documentation>Maximum allowable stress in the CS [Pa]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="tiso" type="xs:float">
        <xs:annotation>
          <xs:documentation>Insulation thickness of CS conductor [m]; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="nlay" type="xs:float">
        <xs:annotation>
          <xs:documentation>Number of conductor layers in the Central Solenoid; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / gaptf
Namespace No namespace
Annotations
gap between CS external radius and TF internal vault radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="gaptf" type="xs:float">
  <xs:annotation>
    <xs:documentation>gap between CS external radius and TF internal vault radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / ri
Namespace No namespace
Annotations
CS internal radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="ri" type="xs:float">
  <xs:annotation>
    <xs:documentation>CS internal radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / re
Namespace No namespace
Annotations
CS external radius [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="re" type="xs:float">
  <xs:annotation>
    <xs:documentation>CS external radius [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / jcable
Namespace No namespace
Annotations
Maximum allowable CS Cable In Conduit current density [A/m^2]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="jcable" type="xs:float">
  <xs:annotation>
    <xs:documentation>Maximum allowable CS Cable In Conduit current density [A/m^2]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / current_nom
Namespace No namespace
Annotations
Nominal current in the CS conductor [A]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="current_nom" type="xs:float">
  <xs:annotation>
    <xs:documentation>Nominal current in the CS conductor [A]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / sigma
Namespace No namespace
Annotations
Maximum allowable stress in the CS [Pa]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="sigma" type="xs:float">
  <xs:annotation>
    <xs:documentation>Maximum allowable stress in the CS [Pa]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / tiso
Namespace No namespace
Annotations
Insulation thickness of CS conductor [m]; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="tiso" type="xs:float">
  <xs:annotation>
    <xs:documentation>Insulation thickness of CS conductor [m]; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / structure_cs / nlay
Namespace No namespace
Annotations
Number of conductor layers in the Central Solenoid; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="nlay" type="xs:float">
  <xs:annotation>
    <xs:documentation>Number of conductor layers in the Central Solenoid; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / pol_flux_cs
Namespace No namespace
Annotations
Maximum poloidal flux available in the Central Solenoid for a plasma pulse [Wb].
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="pol_flux_cs" type="xs:float">
  <xs:annotation>
    <xs:documentation>Maximum poloidal flux available in the Central Solenoid for a plasma pulse [Wb].</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / desc_pfcoils / nelement
Namespace No namespace
Annotations
Number of elements used to describe a coil; Vector (ncoils)
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="nelement" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Number of elements used to describe a coil; Vector (ncoils)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfcoils / coilcurrent
Namespace No namespace
Annotations
Circuit feed current in the coil, defined positive if it flows from point 1 to point 2 of the component in the pfcircuit description [A]; Time-dependent; Vector (ncoils)
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
<coilcurrent>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</coilcurrent>
Source
<xs:element name="coilcurrent" type="exp1D">
  <xs:annotation>
    <xs:documentation>Circuit feed current in the coil, defined positive if it flows from point 1 to point 2 of the component in the pfcircuit description [A]; Time-dependent; Vector (ncoils)</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / coilvoltage
Namespace No namespace
Annotations
Voltage on the full coil [V]; Time-dependent; Vector (ncoils)
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
<coilvoltage>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</coilvoltage>
Source
<xs:element name="coilvoltage" type="exp1D">
  <xs:annotation>
    <xs:documentation>Voltage on the full coil [V]; Time-dependent; Vector (ncoils)</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / p_cryo
Namespace No namespace
Annotations
Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="p_cryo" type="xs:float">
  <xs:annotation>
    <xs:documentation>Total electric power consumed by the cryoplant system [W]; Time-dependent. Scalar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element pfcoils / p_nh
Namespace No namespace
Annotations
Nuclear heating on the poloidal field coils [W]; Time-dependent. Vector(ncoils)
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="p_nh" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Nuclear heating on the poloidal field coils [W]; Time-dependent. Vector(ncoils)</xs:documentation>
  </xs:annotation>
</xs:element>