complexType Energy
diagram mmixm_diagrams/mmixm_p57.png
namespace https://mmixm.aero/base/2.1.0
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:UomEnergy  optional      
documentation
Unit of measure.
annotation
documentation
The capacity or power to do work, such as the capacity to move an object (of a given mass) by the application of force. Energy can exist in a variety of forms, such as electrical, mechanical, chemical, thermal, or nuclear, and can be transformed from one form to another.
source <xs:complexType name="Energy">
 
<xs:annotation>
   
<xs:documentation>The capacity or power to do work, such as the capacity to move an object (of a given mass) by the application of force. Energy can exist in a variety of forms, such as electrical, mechanical, chemical, thermal, or nuclear, and can be transformed from one form to another.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Measure">
     
<xs:sequence/>
     
<xs:attribute name="uom" type="mb:UomEnergy" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unit of measure.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Energy/@uom
type mb:UomEnergy
properties
use optional
facets
Kind Value Annotation
enumeration KWH
documentation
Kilowatt hours
enumeration J
documentation
Joules
annotation
documentation
Unit of measure.
source <xs:attribute name="uom" type="mb:UomEnergy" 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