Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema solcurdiag.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element solcurdiag
Namespace No namespace
Annotations
SOL current diagnostic. Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo solcurdiag_xsd.tmp#solcurdiag_sol_current solcurdiag_xsd.tmp#solcurdiag_clusters solcurdiag_xsd.tmp#solcurdiag_time utilities_xsd.tmp#codeparam
Properties
content complex
Used by
Element top
Model
Children clusters, codeparam, datainfo, sol_current, time
Instance
<solcurdiag>
  <datainfo>{1,1}</datainfo>
  <sol_current>{1,unbounded}</sol_current>
  <clusters>{1,unbounded}</clusters>
  <time>{1,1}</time>
  <codeparam>{1,1}</codeparam>
</solcurdiag>
Source
<xs:element name="solcurdiag">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>SOL current diagnostic. Time-dependent CPO</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="sol_current" type="solcurdiag_sol_current" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Vector of toroidal rings of divertor tiles. Structure array(nrings). Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="clusters" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Cluster of tile rings to define and reference superset structures using the individual tile rings. A coil ring can coexist on two top level structures. Structure array (ncluster).</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Name of the toroidally distributed tile set. String.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="start" type="xs:integer">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>ID of the tile set as a scalar where this superset starts. Integer.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="finish" type="xs:integer">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>ID of the tile set as a scalar where this superset finishes. Integer.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="time" type="xs:float">
        <xs:annotation>
          <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="codeparam"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element solcurdiag / sol_current
Namespace No namespace
Annotations
Vector of toroidal rings of divertor tiles.  Structure array(nrings). Time-dependent
Diagram
Diagram solcurdiag_xsd.tmp#NO_NAMESPACE_solcurdiag_sol_current_setup solcurdiag_xsd.tmp#NO_NAMESPACE_solcurdiag_sol_current_measure solcurdiag_xsd.tmp#NO_NAMESPACE_solcurdiag_sol_current
Type solcurdiag_sol_current
Properties
content complex
maxOccurs unbounded
Model
Children measure, setup
Instance
<sol_current>
  <setup>{1,1}</setup>
  <measure>{1,1}</measure>
</sol_current>
Source
<xs:element name="sol_current" type="solcurdiag_sol_current" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Vector of toroidal rings of divertor tiles. Structure array(nrings). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current / setup
Namespace No namespace
Annotations
diagnostic setup information
Diagram
Diagram solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_name solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_id solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_position solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_tiles_turn solcurdiag_xsd.tmp#solcurdiag_sol_current_setup
Type solcurdiag_sol_current_setup
Properties
content complex
Model
Children id, name, position, tiles_turn
Instance
<setup>
  <name>{1,1}</name>
  <id>{1,1}</id>
  <position>{1,1}</position>
  <tiles_turn>{1,1}</tiles_turn>
</setup>
Source
<xs:element name="setup" type="solcurdiag_sol_current_setup">
  <xs:annotation>
    <xs:documentation>diagnostic setup information</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current_setup / name
Namespace No namespace
Annotations
Name of the toroidally distributed tile set.  String.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Name of the toroidally distributed tile set. String.</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current_setup / id
Namespace No namespace
Annotations
ID of the tile set as a scalar, to be used in connectivity.  Integer.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="id" type="xs:integer">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>ID of the tile set as a scalar, to be used in connectivity. Integer.</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current_setup / position
Namespace No namespace
Annotations
RZ points defining the shape of the toroidal tile set [m]; Vector (npoints)
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:appinfo>machine description</xs:appinfo>
    <xs:documentation>RZ points defining the shape of the toroidal tile set [m]; Vector (npoints)</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current_setup / tiles_turn
Namespace No namespace
Annotations
Number of tiles used to get the full toroidal coverage; Scalar
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="tiles_turn" type="xs:integer">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Number of tiles used to get the full toroidal coverage; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag_sol_current / measure
Namespace No namespace
Annotations
Measured value for the current through the toroidal ring of tiles [A]; 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
<measure>
  <value>{1,1}</value>
  <abserror>{1,1}</abserror>
  <relerror>{1,1}</relerror>
</measure>
Source
<xs:element name="measure" type="exp0D">
  <xs:annotation>
    <xs:documentation>Measured value for the current through the toroidal ring of tiles [A]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag / clusters
Namespace No namespace
Annotations
Cluster of tile rings to define and reference superset structures using the individual tile rings. A coil ring can coexist on two top level structures. Structure array (ncluster).
Diagram
Diagram solcurdiag_xsd.tmp#solcurdiag_solcurdiag_clusters_name solcurdiag_xsd.tmp#solcurdiag_solcurdiag_clusters_start solcurdiag_xsd.tmp#solcurdiag_solcurdiag_clusters_finish
Properties
content complex
maxOccurs unbounded
Model
Children finish, name, start
Instance
<clusters>
  <name>{1,1}</name>
  <start>{1,1}</start>
  <finish>{1,1}</finish>
</clusters>
Source
<xs:element name="clusters" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Cluster of tile rings to define and reference superset structures using the individual tile rings. A coil ring can coexist on two top level structures. Structure array (ncluster).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Name of the toroidally distributed tile set. String.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="start" type="xs:integer">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>ID of the tile set as a scalar where this superset starts. Integer.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="finish" type="xs:integer">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>ID of the tile set as a scalar where this superset finishes. Integer.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element solcurdiag / clusters / name
Namespace No namespace
Annotations
Name of the toroidally distributed tile set.  String.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="name" type="xs:string">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Name of the toroidally distributed tile set. String.</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag / clusters / start
Namespace No namespace
Annotations
ID of the tile set as a scalar where this superset starts.  Integer.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="start" type="xs:integer">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>ID of the tile set as a scalar where this superset starts. Integer.</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag / clusters / finish
Namespace No namespace
Annotations
ID of the tile set as a scalar where this superset finishes.  Integer.
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="finish" type="xs:integer">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>ID of the tile set as a scalar where this superset finishes. Integer.</xs:documentation>
  </xs:annotation>
</xs:element>
Element solcurdiag / time
Namespace No namespace
Annotations
Time [s]; Time-dependent; Scalar
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="time" type="xs:float">
  <xs:annotation>
    <xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type solcurdiag_sol_current
Namespace No namespace
Annotations
Vector of toroidal rings of divertor tiles.  Structure array(nrings). Time-dependent
Diagram
Diagram solcurdiag_xsd.tmp#NO_NAMESPACE_solcurdiag_sol_current_setup solcurdiag_xsd.tmp#NO_NAMESPACE_solcurdiag_sol_current_measure
Used by
Model
Children measure, setup
Source
<xs:complexType name="solcurdiag_sol_current">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Vector of toroidal rings of divertor tiles. Structure array(nrings). Time-dependent</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="setup" type="solcurdiag_sol_current_setup">
      <xs:annotation>
        <xs:documentation>diagnostic setup information</xs:documentation>
        <xs:appinfo>machine description</xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element name="measure" type="exp0D">
      <xs:annotation>
        <xs:documentation>Measured value for the current through the toroidal ring of tiles [A]; Time-dependent; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type solcurdiag_sol_current_setup
Namespace No namespace
Annotations
diagnostic setup information
Diagram
Diagram solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_name solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_id solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_position solcurdiag_xsd.tmp#solcurdiag_sol_current_setup_tiles_turn
Used by
Model
Children id, name, position, tiles_turn
Source
<xs:complexType name="solcurdiag_sol_current_setup">
  <xs:annotation>
    <xs:documentation>diagnostic setup information</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="xs:string">
      <xs:annotation>
        <xs:appinfo>machine description</xs:appinfo>
        <xs:documentation>Name of the toroidally distributed tile set. String.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="id" type="xs:integer">
      <xs:annotation>
        <xs:appinfo>machine description</xs:appinfo>
        <xs:documentation>ID of the tile set as a scalar, to be used in connectivity. Integer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="position" type="rz1D">
      <xs:annotation>
        <xs:appinfo>machine description</xs:appinfo>
        <xs:documentation>RZ points defining the shape of the toroidal tile set [m]; Vector (npoints)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tiles_turn" type="xs:integer">
      <xs:annotation>
        <xs:appinfo>machine description</xs:appinfo>
        <xs:documentation>Number of tiles used to get the full toroidal coverage; Scalar</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>