Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema efcc.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element efcc
Namespace No namespace
Annotations
Error field correction coils. Time-dependent CPO.
Diagram
Diagram utilities_xsd.tmp#datainfo efcc_xsd.tmp#efcc_coil efcc_xsd.tmp#efcc_time utilities_xsd.tmp#codeparam
Properties
content complex
Used by
Element top
Model
Children codeparam, coil, datainfo, time
Instance
<efcc>
  <datainfo>{1,1}</datainfo>
  <coil>{1,unbounded}</coil>
  <time>{1,1}</time>
  <codeparam>{1,1}</codeparam>
</efcc>
Source
<xs:element name="efcc">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Error field correction coils. Time-dependent CPO.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="coil" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Individual coil. Time-dependent. Structure array. Replicate this coil structure for coil element in the efcc array.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="desc_coils">
              <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="xs:string">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>Name of coil.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="res" type="xs:float">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>Coil resistance [Ohm]</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="nturns" type="xs:integer">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>number of turns inside the coil</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="closed" type="xs:string">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>Identify whether the coil is closed (y) or open (n). For closed coils there is no need to replicate the first r,z,phi point as last point</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="edges" maxOccurs="unbounded">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>Edges defining the coil volume faces. Structure array. Replicate this edge structure N-times for N-edge cross sections. Use just one for wire coil approximation.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="edge_rzphi" type="rzphi1D">
                          <xs:annotation>
                            <xs:appinfo>machine description</xs:appinfo>
                            <xs:documentation>Sequence of points describing a coil edge. Vector (npoints)</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </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 geometry description [A]; Time-dependent</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="coilvoltage" type="exp1D">
              <xs:annotation>
                <xs:documentation>Voltage on the full coil [V]; Time-dependent</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 efcc / coil
Namespace No namespace
Annotations
Individual coil. Time-dependent. Structure array. Replicate this coil structure for coil element in the efcc array.
Diagram
Diagram efcc_xsd.tmp#efcc_efcc_coil_desc_coils efcc_xsd.tmp#efcc_efcc_coil_coilcurrent efcc_xsd.tmp#efcc_efcc_coil_coilvoltage
Properties
content complex
maxOccurs unbounded
Model
Children coilcurrent, coilvoltage, desc_coils
Instance
<coil>
  <desc_coils>{1,1}</desc_coils>
  <coilcurrent>{1,1}</coilcurrent>
  <coilvoltage>{1,1}</coilvoltage>
</coil>
Source
<xs:element name="coil" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Individual coil. Time-dependent. Structure array. Replicate this coil structure for coil element in the efcc array.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="desc_coils">
        <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="xs:string">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Name of coil.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="res" type="xs:float">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Coil resistance [Ohm]</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="nturns" type="xs:integer">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>number of turns inside the coil</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="closed" type="xs:string">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Identify whether the coil is closed (y) or open (n). For closed coils there is no need to replicate the first r,z,phi point as last point</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="edges" maxOccurs="unbounded">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Edges defining the coil volume faces. Structure array. Replicate this edge structure N-times for N-edge cross sections. Use just one for wire coil approximation.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="edge_rzphi" type="rzphi1D">
                    <xs:annotation>
                      <xs:appinfo>machine description</xs:appinfo>
                      <xs:documentation>Sequence of points describing a coil edge. Vector (npoints)</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </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 geometry description [A]; Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="coilvoltage" type="exp1D">
        <xs:annotation>
          <xs:documentation>Voltage on the full coil [V]; Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element efcc / coil / desc_coils
Namespace No namespace
Annotations
Description of the coils
Diagram
Diagram efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_name efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_res efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_nturns efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_closed efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_edges
Properties
content complex
Model
Children closed, edges, name, nturns, res
Instance
<desc_coils>
  <name>{1,1}</name>
  <res>{1,1}</res>
  <nturns>{1,1}</nturns>
  <closed>{1,1}</closed>
  <edges>{1,unbounded}</edges>
</desc_coils>
Source
<xs:element name="desc_coils">
  <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="xs:string">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Name of coil.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="res" type="xs:float">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Coil resistance [Ohm]</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="nturns" type="xs:integer">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>number of turns inside the coil</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="closed" type="xs:string">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Identify whether the coil is closed (y) or open (n). For closed coils there is no need to replicate the first r,z,phi point as last point</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="edges" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Edges defining the coil volume faces. Structure array. Replicate this edge structure N-times for N-edge cross sections. Use just one for wire coil approximation.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="edge_rzphi" type="rzphi1D">
              <xs:annotation>
                <xs:appinfo>machine description</xs:appinfo>
                <xs:documentation>Sequence of points describing a coil edge. Vector (npoints)</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element efcc / coil / desc_coils / name
Namespace No namespace
Annotations
Name of coil.
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 coil.</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / desc_coils / res
Namespace No namespace
Annotations
Coil resistance [Ohm]
Diagram
Diagram
Type xs:float
Properties
content simple
Source
<xs:element name="res" type="xs:float">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Coil resistance [Ohm]</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / desc_coils / nturns
Namespace No namespace
Annotations
number of turns inside the coil
Diagram
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="nturns" type="xs:integer">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>number of turns inside the coil</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / desc_coils / closed
Namespace No namespace
Annotations
Identify whether the coil is closed (y) or open (n). For closed coils there is no need to replicate the first r,z,phi point as last point
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="closed" type="xs:string">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Identify whether the coil is closed (y) or open (n). For closed coils there is no need to replicate the first r,z,phi point as last point</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / desc_coils / edges
Namespace No namespace
Annotations
Edges defining the coil volume faces. Structure array. Replicate this edge structure N-times for N-edge cross sections. Use just one for wire coil approximation.
Diagram
Diagram efcc_xsd.tmp#efcc_efcc_coil_efcc_efcc_coil_desc_coils_efcc_efcc_coil_efcc_efcc_coil_desc_coils_edges_edge_rzphi
Properties
content complex
maxOccurs unbounded
Model
Children edge_rzphi
Instance
<edges>
  <edge_rzphi>{1,1}</edge_rzphi>
</edges>
Source
<xs:element name="edges" maxOccurs="unbounded">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Edges defining the coil volume faces. Structure array. Replicate this edge structure N-times for N-edge cross sections. Use just one for wire coil approximation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="edge_rzphi" type="rzphi1D">
        <xs:annotation>
          <xs:appinfo>machine description</xs:appinfo>
          <xs:documentation>Sequence of points describing a coil edge. Vector (npoints)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element efcc / coil / desc_coils / edges / edge_rzphi
Namespace No namespace
Annotations
Sequence of points describing a coil edge. Vector (npoints)
Diagram
Diagram utilities_xsd.tmp#rzphi1D_r utilities_xsd.tmp#rzphi1D_z utilities_xsd.tmp#rzphi1D_phi utilities_xsd.tmp#rzphi1D
Type rzphi1D
Properties
content complex
Model
r , z , phi
Children phi, r, z
Instance
<edge_rzphi>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</edge_rzphi>
Source
<xs:element name="edge_rzphi" type="rzphi1D">
  <xs:annotation>
    <xs:appinfo>machine description</xs:appinfo>
    <xs:documentation>Sequence of points describing a coil edge. Vector (npoints)</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / coilcurrent
Namespace No namespace
Annotations
Circuit feed current in the coil, defined positive if it flows from point 1 to point 2 of the geometry description [A]; Time-dependent
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 geometry description [A]; Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / coil / coilvoltage
Namespace No namespace
Annotations
Voltage on the full coil [V]; Time-dependent
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</xs:documentation>
  </xs:annotation>
</xs:element>
Element efcc / 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>