namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="UomElectricPotential"> <xs:annotation> <xs:documentation>A unit of measure describing an electric potential difference or electromotive force</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="MVAC"> <xs:annotation> <xs:documentation>Millivolts, alternating current</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MVDC"> <xs:annotation> <xs:documentation>Millivolts, direct current</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VAC"> <xs:annotation> <xs:documentation>Volts, alternating current</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VDC"> <xs:annotation> <xs:documentation>Volts, direct current.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |