<xs:simpleType name="PotentialDifferencePerPowerDropUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="V/B">
<xs:annotation>
<xs:documentation>volt per bel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V/dB">
<xs:annotation>
<xs:documentation>volt per decibel</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|