<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>
|