Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema pfgeometry.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element pfgeometry
Namespace No namespace
Annotations
Shape of a PF Coil Element
Diagram
Diagram pfgeometry_xsd.tmp#pfgeometry_type pfgeometry_xsd.tmp#pfgeometry_npoints pfgeometry_xsd.tmp#pfgeometry_rzcoordinate pfgeometry_xsd.tmp#pfgeometry_rzdrdz
Properties
content complex
Used by
Element pfelement
Model
Children npoints, rzcoordinate, rzdrdz, type
Instance
<pfgeometry>
  <type>{1,1}</type>
  <npoints>{1,1}</npoints>
  <rzcoordinate>{1,1}</rzcoordinate>
  <rzdrdz>{1,1}</rzdrdz>
</pfgeometry>
Source
<xs:element name="pfgeometry">
  <xs:annotation>
    <xs:documentation>Shape of a PF Coil Element</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="type" type="matint_type">
        <xs:annotation>
          <xs:documentation>Type used to describe a coil shape (0 for 'rzcoordinates' or 1 for 'rzdrdz'); Matrix of integers (ncoils,max_nelements)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="npoints" type="matint_type">
        <xs:annotation>
          <xs:documentation>Number of points describing an element (irregular outline rzcoordinates); Matrix (ncoils,max_nelements)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="rzcoordinate" type="rz3D">
        <xs:annotation>
          <xs:documentation>Irregular outline [m]; 3D arrays (ncoils,max_nelements,max_npoints)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="rzdrdz" type="array3dflt_type">
        <xs:annotation>
          <xs:documentation>4-vector defining Centre R,Z and full extents dR, dZ [m]; 3D Array (ncoils,max_nelements,4)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pfgeometry / type
Namespace No namespace
Annotations
Type used to describe a coil shape (0 for 'rzcoordinates' or 1 for 'rzdrdz'); Matrix of integers (ncoils,max_nelements)
Diagram
Diagram utilities_xsd.tmp#matint_type
Type matint_type
Properties
content simple
final restriction
Source
<xs:element name="type" type="matint_type">
  <xs:annotation>
    <xs:documentation>Type used to describe a coil shape (0 for 'rzcoordinates' or 1 for 'rzdrdz'); Matrix of integers (ncoils,max_nelements)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfgeometry / npoints
Namespace No namespace
Annotations
Number of points describing an element (irregular outline rzcoordinates); Matrix (ncoils,max_nelements)
Diagram
Diagram utilities_xsd.tmp#matint_type
Type matint_type
Properties
content simple
final restriction
Source
<xs:element name="npoints" type="matint_type">
  <xs:annotation>
    <xs:documentation>Number of points describing an element (irregular outline rzcoordinates); Matrix (ncoils,max_nelements)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfgeometry / rzcoordinate
Namespace No namespace
Annotations
Irregular outline [m]; 3D arrays (ncoils,max_nelements,max_npoints)
Diagram
Diagram utilities_xsd.tmp#rz3D_r utilities_xsd.tmp#rz3D_z utilities_xsd.tmp#rz3D
Type rz3D
Properties
content complex
Model
r , z
Children r, z
Instance
<rzcoordinate>
  <r>{1,1}</r>
  <z>{1,1}</z>
</rzcoordinate>
Source
<xs:element name="rzcoordinate" type="rz3D">
  <xs:annotation>
    <xs:documentation>Irregular outline [m]; 3D arrays (ncoils,max_nelements,max_npoints)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfgeometry / rzdrdz
Namespace No namespace
Annotations
4-vector defining Centre R,Z and full extents dR, dZ [m]; 3D Array (ncoils,max_nelements,4)
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="rzdrdz" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>4-vector defining Centre R,Z and full extents dR, dZ [m]; 3D Array (ncoils,max_nelements,4)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>