Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema launchs.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element launchs
Namespace No namespace
Annotations
RF wave launch conditions. Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo launchs_xsd.tmp#launchs_name launchs_xsd.tmp#launchs_type launchs_xsd.tmp#launchs_frequency launchs_xsd.tmp#launchs_mode launchs_xsd.tmp#launchs_position launchs_xsd.tmp#launchs_spectrum launchs_xsd.tmp#launchs_beam utilities_xsd.tmp#codeparam launchs_xsd.tmp#launchs_time
Properties
content complex
Used by
Element top
Model
Children beam, codeparam, datainfo, frequency, mode, name, position, spectrum, time, type
Instance
<launchs>
  <datainfo>{1,1}</datainfo>
  <name>{1,1}</name>
  <type>{1,1}</type>
  <frequency>{1,1}</frequency>
  <mode>{1,1}</mode>
  <position>{1,1}</position>
  <spectrum>{1,1}</spectrum>
  <beam>{1,1}</beam>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</launchs>
Source
<xs:element name="launchs">
  <xs:annotation>
    <xs:documentation>RF wave launch conditions. Time-dependent CPO</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element name="name" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>Antenna name, Vector of strings (nantenna)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="type" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>Wave type (LH, EC, IC, ...), Vector of strings (nantenna)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="frequency" type="vecflt_type">
        <xs:annotation>
          <xs:documentation>Wave frequency [Hz], Vector (nantenna).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="mode" type="vecint_type">
        <xs:annotation>
          <xs:documentation>Incoming wave mode (+ 1 : slow wave only; -1 both slow and fast wave modes). Vector of integers (nantenna). Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="position" type="rzphi1D">
        <xs:annotation>
          <xs:documentation>Reference global position of the antenna. Time-dependent</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="spectrum">
        <xs:annotation>
          <xs:documentation>Spectral properties of the wave.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="phi_theta" type="launchs_phi_theta">
              <xs:annotation>
                <xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="parallel" type="launchs_parallel">
              <xs:annotation>
                <xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="beam" type="launchs_rfbeam">
        <xs:annotation>
          <xs:documentation>Beam characteristics</xs:documentation>
        </xs:annotation>
      </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 launchs / name
Namespace No namespace
Annotations
Antenna name, Vector of strings (nantenna)
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>Antenna name, Vector of strings (nantenna)</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / type
Namespace No namespace
Annotations
Wave type (LH, EC, IC, ...), Vector of strings (nantenna)
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="type" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>Wave type (LH, EC, IC, ...), Vector of strings (nantenna)</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / frequency
Namespace No namespace
Annotations
Wave frequency [Hz], Vector (nantenna).
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="frequency" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Wave frequency [Hz], Vector (nantenna).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / mode
Namespace No namespace
Annotations
Incoming wave mode (+ 1 : slow wave only; -1 both slow and fast wave modes). Vector of integers (nantenna). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="mode" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Incoming wave mode (+ 1 : slow wave only; -1 both slow and fast wave modes). Vector of integers (nantenna). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / position
Namespace No namespace
Annotations
Reference global position of the antenna. Time-dependent
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
<position>
  <r>{1,1}</r>
  <z>{1,1}</z>
  <phi>{1,1}</phi>
</position>
Source
<xs:element name="position" type="rzphi1D">
  <xs:annotation>
    <xs:documentation>Reference global position of the antenna. Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / spectrum
Namespace No namespace
Annotations
Spectral properties of the wave.
Diagram
Diagram launchs_xsd.tmp#launchs_launchs_spectrum_phi_theta launchs_xsd.tmp#launchs_launchs_spectrum_parallel
Properties
content complex
Model
Children parallel, phi_theta
Instance
<spectrum>
  <phi_theta>{1,1}</phi_theta>
  <parallel>{1,1}</parallel>
</spectrum>
Source
<xs:element name="spectrum">
  <xs:annotation>
    <xs:documentation>Spectral properties of the wave.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="phi_theta" type="launchs_phi_theta">
        <xs:annotation>
          <xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="parallel" type="launchs_parallel">
        <xs:annotation>
          <xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element launchs / spectrum / phi_theta
Namespace No namespace
Annotations
Power spectrum as a function of the refractive index in the toroidal and poloidal directions.
Diagram
Diagram launchs_xsd.tmp#launchs_phi_theta_nn_phi launchs_xsd.tmp#launchs_phi_theta_nn_theta launchs_xsd.tmp#launchs_phi_theta_n_phi launchs_xsd.tmp#launchs_phi_theta_n_theta launchs_xsd.tmp#launchs_phi_theta_power launchs_xsd.tmp#launchs_phi_theta
Type launchs_phi_theta
Properties
content complex
Model
Children n_phi, n_theta, nn_phi, nn_theta, power
Instance
<phi_theta>
  <nn_phi>{1,1}</nn_phi>
  <nn_theta>{1,1}</nn_theta>
  <n_phi>{1,1}</n_phi>
  <n_theta>{1,1}</n_theta>
  <power>{1,1}</power>
</phi_theta>
Source
<xs:element name="phi_theta" type="launchs_phi_theta">
  <xs:annotation>
    <xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_phi_theta / nn_phi
Namespace No namespace
Annotations
Number of points for the discretization of the spectrum in the toroidal direction, Vector of integers (nantenna).
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="nn_phi" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Number of points for the discretization of the spectrum in the toroidal direction, Vector of integers (nantenna).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_phi_theta / nn_theta
Namespace No namespace
Annotations
Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="nn_theta" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_phi_theta / n_phi
Namespace No namespace
Annotations
Refraction index in the toroidal direction, Matrix (nantenna,max_nn_phi).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="n_phi" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Refraction index in the toroidal direction, Matrix (nantenna,max_nn_phi).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_phi_theta / n_theta
Namespace No namespace
Annotations
Refraction index in poloidal direction, Matrix (nantenna,max_nn_theta).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="n_theta" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Refraction index in poloidal direction, Matrix (nantenna,max_nn_theta).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_phi_theta / power
Namespace No namespace
Annotations
W/dNphi/dNtheta [W], Array (nantenna, max_nn_phi, max_nn_theta). Time-dependent
Diagram
Diagram utilities_xsd.tmp#array3dflt_type
Type array3dflt_type
Properties
content simple
Source
<xs:element name="power" type="array3dflt_type">
  <xs:annotation>
    <xs:documentation>W/dNphi/dNtheta [W], Array (nantenna, max_nn_phi, max_nn_theta). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / spectrum / parallel
Namespace No namespace
Annotations
Power spectrum as a function of the parallel refractive index.
Diagram
Diagram launchs_xsd.tmp#launchs_parallel_nn_par launchs_xsd.tmp#launchs_parallel_n_par launchs_xsd.tmp#launchs_parallel_power launchs_xsd.tmp#launchs_parallel
Type launchs_parallel
Properties
content complex
Model
Children n_par, nn_par, power
Instance
<parallel>
  <nn_par>{1,1}</nn_par>
  <n_par>{1,1}</n_par>
  <power>{1,1}</power>
</parallel>
Source
<xs:element name="parallel" type="launchs_parallel">
  <xs:annotation>
    <xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_parallel / nn_par
Namespace No namespace
Annotations
Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).
Diagram
Diagram utilities_xsd.tmp#vecint_type
Type vecint_type
Properties
content simple
Source
<xs:element name="nn_par" type="vecint_type">
  <xs:annotation>
    <xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_parallel / n_par
Namespace No namespace
Annotations
Refraction index in the parallel direction, Matrix (nantenna,max_nn_par).
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="n_par" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Refraction index in the parallel direction, Matrix (nantenna,max_nn_par).</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_parallel / power
Namespace No namespace
Annotations
W/dN_par [W], Matrix(nantenna, max_nn_par). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="power" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>W/dN_par [W], Matrix(nantenna, max_nn_par). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / beam
Namespace No namespace
Annotations
Beam characteristics
Diagram
Diagram launchs_xsd.tmp#launchs_rfbeam_spot launchs_xsd.tmp#launchs_rfbeam_phaseellipse launchs_xsd.tmp#launchs_rfbeam
Type launchs_rfbeam
Properties
content complex
Model
Children phaseellipse, spot
Instance
<beam>
  <spot>{1,1}</spot>
  <phaseellipse>{1,1}</phaseellipse>
</beam>
Source
<xs:element name="beam" type="launchs_rfbeam">
  <xs:annotation>
    <xs:documentation>Beam characteristics</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam / spot
Namespace No namespace
Annotations
Spot characteristics
Diagram
Diagram launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_spot_waist launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_spot_angle launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_spot
Type launchs_rfbeam_spot
Properties
content complex
Model
Children angle, waist
Instance
<spot>
  <waist>{1,1}</waist>
  <angle>{1,1}</angle>
</spot>
Source
<xs:element name="spot" type="launchs_rfbeam_spot">
  <xs:annotation>
    <xs:documentation>Spot characteristics</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam_spot / waist
Namespace No namespace
Annotations
Waist for the spot ellipse [m], Matrix (nantenna,2). Time-dependent
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="waist" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Waist for the spot ellipse [m], Matrix (nantenna,2). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam_spot / angle
Namespace No namespace
Annotations
Rotation angle for the spot ellipse [rd], Vector(nantenna). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="angle" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Rotation angle for the spot ellipse [rd], Vector(nantenna). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam / phaseellipse
Namespace No namespace
Annotations
Phase ellipse characteristics of the spot
Diagram
Diagram launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_phaseellipse_invcurvrad launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_phaseellipse_angle launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_phaseellipse
Type launchs_rfbeam_phaseellipse
Properties
content complex
Model
Children angle, invcurvrad
Instance
<phaseellipse>
  <invcurvrad>{1,1}</invcurvrad>
  <angle>{1,1}</angle>
</phaseellipse>
Source
<xs:element name="phaseellipse" type="launchs_rfbeam_phaseellipse">
  <xs:annotation>
    <xs:documentation>Phase ellipse characteristics of the spot</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam_phaseellipse / invcurvrad
Namespace No namespace
Annotations
Inverse curvature radii for the phase ellipse [m-1], Matrix (nantenna,2). Time-dependent
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="invcurvrad" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Inverse curvature radii for the phase ellipse [m-1], Matrix (nantenna,2). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs_rfbeam_phaseellipse / angle
Namespace No namespace
Annotations
Rotation angle for the phase ellipse [rd], Vector(nantenna). Time-dependent
Diagram
Diagram utilities_xsd.tmp#vecflt_type
Type vecflt_type
Properties
content simple
final restriction
Source
<xs:element name="angle" type="vecflt_type">
  <xs:annotation>
    <xs:documentation>Rotation angle for the phase ellipse [rd], Vector(nantenna). Time-dependent</xs:documentation>
  </xs:annotation>
</xs:element>
Element launchs / 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>
Complex Type launchs_phi_theta
Namespace No namespace
Annotations
Power spectrum as a function of the refractive index in the toroidal and poloidal directions.
Diagram
Diagram launchs_xsd.tmp#launchs_phi_theta_nn_phi launchs_xsd.tmp#launchs_phi_theta_nn_theta launchs_xsd.tmp#launchs_phi_theta_n_phi launchs_xsd.tmp#launchs_phi_theta_n_theta launchs_xsd.tmp#launchs_phi_theta_power
Used by
Model
Children n_phi, n_theta, nn_phi, nn_theta, power
Source
<xs:complexType name="launchs_phi_theta">
  <xs:annotation>
    <xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="nn_phi" type="vecint_type">
      <xs:annotation>
        <xs:documentation>Number of points for the discretization of the spectrum in the toroidal direction, Vector of integers (nantenna).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="nn_theta" type="vecint_type">
      <xs:annotation>
        <xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n_phi" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Refraction index in the toroidal direction, Matrix (nantenna,max_nn_phi).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n_theta" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Refraction index in poloidal direction, Matrix (nantenna,max_nn_theta).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="power" type="array3dflt_type">
      <xs:annotation>
        <xs:documentation>W/dNphi/dNtheta [W], Array (nantenna, max_nn_phi, max_nn_theta). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type launchs_parallel
Namespace No namespace
Annotations
Power spectrum as a function of the parallel refractive index.
Diagram
Diagram launchs_xsd.tmp#launchs_parallel_nn_par launchs_xsd.tmp#launchs_parallel_n_par launchs_xsd.tmp#launchs_parallel_power
Used by
Model
Children n_par, nn_par, power
Source
<xs:complexType name="launchs_parallel">
  <xs:annotation>
    <xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="nn_par" type="vecint_type">
      <xs:annotation>
        <xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="n_par" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Refraction index in the parallel direction, Matrix (nantenna,max_nn_par).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="power" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>W/dN_par [W], Matrix(nantenna, max_nn_par). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type launchs_rfbeam
Namespace No namespace
Annotations
Beam characteristics (RF wave description)
Diagram
Diagram launchs_xsd.tmp#launchs_rfbeam_spot launchs_xsd.tmp#launchs_rfbeam_phaseellipse
Used by
Element launchs/beam
Model
Children phaseellipse, spot
Source
<xs:complexType name="launchs_rfbeam">
  <xs:annotation>
    <xs:documentation>Beam characteristics (RF wave description)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="spot" type="launchs_rfbeam_spot">
      <xs:annotation>
        <xs:documentation>Spot characteristics</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="phaseellipse" type="launchs_rfbeam_phaseellipse">
      <xs:annotation>
        <xs:documentation>Phase ellipse characteristics of the spot</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type launchs_rfbeam_spot
Namespace No namespace
Annotations
Spot characteristics
Diagram
Diagram launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_spot_waist launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_spot_angle
Used by
Model
Children angle, waist
Source
<xs:complexType name="launchs_rfbeam_spot">
  <xs:annotation>
    <xs:documentation>Spot characteristics</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="waist" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Waist for the spot ellipse [m], Matrix (nantenna,2). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="angle" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Rotation angle for the spot ellipse [rd], Vector(nantenna). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type launchs_rfbeam_phaseellipse
Namespace No namespace
Annotations
Phase ellipse characteristics of the spot
Diagram
Diagram launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_phaseellipse_invcurvrad launchs_xsd.tmp#NO_NAMESPACE_launchs_rfbeam_phaseellipse_angle
Used by
Model
Children angle, invcurvrad
Source
<xs:complexType name="launchs_rfbeam_phaseellipse">
  <xs:annotation>
    <xs:documentation>Phase ellipse characteristics of the spot</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="invcurvrad" type="matflt_type">
      <xs:annotation>
        <xs:documentation>Inverse curvature radii for the phase ellipse [m-1], Matrix (nantenna,2). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="angle" type="vecflt_type">
      <xs:annotation>
        <xs:documentation>Rotation angle for the phase ellipse [rd], Vector(nantenna). Time-dependent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>