Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema pfsystems.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element pfsystems
Namespace No namespace
Annotations
Description of the active poloidal coils, passive conductors, currents flowing in those and mutual electromagnetic effects of the device; Time-dependent CPO
Diagram
Diagram utilities_xsd.tmp#datainfo pfcoils_xsd.tmp#pfcoils pfpassive_xsd.tmp#pfpassive pfcircuits_xsd.tmp#pfcircuits pfsupplies_xsd.tmp#pfsupplies utilities_xsd.tmp#codeparam pfsystems_xsd.tmp#pfsystems_time
Properties
content complex
Used by
Element top
Model
Children codeparam, datainfo, pfcircuits, pfcoils, pfpassive, pfsupplies, time
Instance
<pfsystems>
  <datainfo>{1,1}</datainfo>
  <pfcoils>{1,1}</pfcoils>
  <pfpassive>{1,1}</pfpassive>
  <pfcircuits>{1,1}</pfcircuits>
  <pfsupplies>{1,1}</pfsupplies>
  <codeparam>{1,1}</codeparam>
  <time>{1,1}</time>
</pfsystems>
Source
<xs:element name="pfsystems">
  <xs:annotation>
    <xs:documentation>Description of the active poloidal coils, passive conductors, currents flowing in those and mutual electromagnetic effects of the device; Time-dependent CPO</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="datainfo"/>
      <xs:element ref="pfcoils"/>
      <xs:element ref="pfpassive"/>
      <xs:element ref="pfcircuits"/>
      <xs:element ref="pfsupplies"/>
      <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 pfsystems / 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>