simpleType UomElectricPotential
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute ElectricPotential/@uom
facets
Kind Value Annotation
enumeration MVAC
documentation
Millivolts, alternating current
enumeration MVDC
documentation
Millivolts, direct current
enumeration VAC
documentation
Volts, alternating current
enumeration VDC
documentation
Volts, direct current.
annotation
documentation
A unit of measure describing an electric potential difference or electromotive force
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>


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