simpleType UomSignalStrength
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute SignalStrength/@uom
facets
Kind Value Annotation
enumeration DB
documentation
Decibel
annotation
documentation
A unit of measure for sound.
source <xs:simpleType name="UomSignalStrength">
 
<xs:annotation>
   
<xs:documentation>A unit of measure for sound.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DB">
     
<xs:annotation>
       
<xs:documentation>Decibel</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy