Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MagneticFieldStrengthMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Magnetic field strength or magnetizing field: Magnetomotive force per unit length. Used in magnetic field calculations and magnetic property measurements. Common units include A/m (ampere per metre), A/mm, and oersted (Oe).
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_MagneticFieldStrengthMeasureType.tmp#MagneticFieldStrengthMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MagneticFieldStrengthUomEnumType optional
The unit of measure for magnetic field strength or magnetizing field.
Source
<complexType name="MagneticFieldStrengthMeasureType">
  <annotation>
    <documentation>Magnetic field strength or magnetizing field: Magnetomotive force per unit length. Used in magnetic field calculations and magnetic property measurements. Common units include A/m (ampere per metre), A/mm, and oersted (Oe).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MagneticFieldStrengthUomEnumType">
        <annotation>
          <documentation>The unit of measure for magnetic field strength or magnetizing field.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MagneticFieldStrengthMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for magnetic field strength or magnetizing field.
Type diggs:MagneticFieldStrengthUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:MagneticFieldStrengthUomEnumType">
  <annotation>
    <documentation>The unit of measure for magnetic field strength or magnetizing field.</documentation>
  </annotation>
</attribute>