complexType ElectricCurrent
diagram mmixm_diagrams/mmixm_p51.png
namespace https://mmixm.aero/base/3
type extension of mb:Measure
properties
base mb:Measure
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
uom  mb:UomElectricCurrent  optional      
documentation
Unit of measure.
annotation
documentation
A measure of electric current
source <xs:complexType name="ElectricCurrent">
 
<xs:annotation>
   
<xs:documentation>A measure of electric current</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Measure">
     
<xs:sequence/>
     
<xs:attribute name="uom" type="mb:UomElectricCurrent" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unit of measure.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute ElectricCurrent/@uom
type mb:UomElectricCurrent
properties
use optional
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
Unit of measure.
source <xs:attribute name="uom" type="mb:UomElectricCurrent" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unit of measure.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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