<xs:simpleType name="AttenuationPerFrequencyIntervalUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="B/O">
<xs:annotation>
<xs:documentation>bel per octave</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="dB/O">
<xs:annotation>
<xs:documentation>decibel per octave</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|