Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MagneticFluxDensityPerLengthUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration gauss/cm
gauss per centimetre
enumeration mT/dm
millitesla per decimetre
enumeration T/m
tesla per metre
Used by
Source
<xs:simpleType name="MagneticFluxDensityPerLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="gauss/cm">
      <xs:annotation>
        <xs:documentation>gauss per centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mT/dm">
      <xs:annotation>
        <xs:documentation>millitesla per decimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="T/m">
      <xs:annotation>
        <xs:documentation>tesla per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>