simpleType UomElectricCurrent
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute ElectricCurrent/@uom
facets
Kind Value Annotation
enumeration AMP_AC
documentation
Amperes, alternating current
enumeration MAMP_AC
documentation
Milliamps, alternating current
enumeration AMP_DC
documentation
Amperes, direct current
enumeration MAMP_DC
documentation
Milliamps, direct current
annotation
documentation
A unit of measure for electric current
source <xs:simpleType name="UomElectricCurrent">
 
<xs:annotation>
   
<xs:documentation>A unit of measure for electric current</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AMP_AC">
     
<xs:annotation>
       
<xs:documentation>Amperes, alternating current</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MAMP_AC">
     
<xs:annotation>
       
<xs:documentation>Milliamps, alternating current</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AMP_DC">
     
<xs:annotation>
       
<xs:documentation>Amperes, direct current</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MAMP_DC">
     
<xs:annotation>
       
<xs:documentation>Milliamps, 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