Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema pfelement.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
Element pfelement
Namespace No namespace
Annotations
Axisymmetric conductor description
Diagram
Diagram pfelement_xsd.tmp#pfelement_name pfelement_xsd.tmp#pfelement_id pfelement_xsd.tmp#pfelement_turnsign pfelement_xsd.tmp#pfelement_area pfgeometry_xsd.tmp#pfgeometry
Properties
content complex
Used by
Model
Children area, id, name, pfgeometry, turnsign
Instance
<pfelement>
  <name>{1,1}</name>
  <id>{1,1}</id>
  <turnsign>{1,1}</turnsign>
  <area>{1,1}</area>
  <pfgeometry>{1,1}</pfgeometry>
</pfelement>
Source
<xs:element name="pfelement">
  <xs:annotation>
    <xs:documentation>Axisymmetric conductor description</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>Name of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="id" type="vecstring_type">
        <xs:annotation>
          <xs:documentation>ID of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="turnsign" type="matflt_type">
        <xs:annotation>
          <xs:documentation>Sign of turn and fraction of a turn for calculating magnetic field of the Element; Matrix (ncoils,max_nelements)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element name="area" type="matflt_type">
        <xs:annotation>
          <xs:documentation>Surface area of this element [m^2]; Matrix (ncoils,max_nelements)</xs:documentation>
          <xs:appinfo>machine description</xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="pfgeometry"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pfelement / name
Namespace No namespace
Annotations
Name of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.
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>Name of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfelement / id
Namespace No namespace
Annotations
ID of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.
Diagram
Diagram utilities_xsd.tmp#vecstring_type
Type vecstring_type
Properties
content simple
Source
<xs:element name="id" type="vecstring_type">
  <xs:annotation>
    <xs:documentation>ID of this element. Should be a matrix of strings (ncoils,max_nelements), but not supported by the UAL yet.</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfelement / turnsign
Namespace No namespace
Annotations
Sign of turn and fraction of a turn for calculating magnetic field of the Element; Matrix (ncoils,max_nelements)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="turnsign" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Sign of turn and fraction of a turn for calculating magnetic field of the Element; Matrix (ncoils,max_nelements)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>
Element pfelement / area
Namespace No namespace
Annotations
Surface area of this element [m^2]; Matrix (ncoils,max_nelements)
Diagram
Diagram utilities_xsd.tmp#matflt_type
Type matflt_type
Properties
content simple
Source
<xs:element name="area" type="matflt_type">
  <xs:annotation>
    <xs:documentation>Surface area of this element [m^2]; Matrix (ncoils,max_nelements)</xs:documentation>
    <xs:appinfo>machine description</xs:appinfo>
  </xs:annotation>
</xs:element>