| namespace | https://mmixm.aero/base/4 | ||||||||
| type | restriction of xs:string | ||||||||
| properties |
|
||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| 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> |