simpleType UomEnergy
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute Energy/@uom
facets
Kind Value Annotation
enumeration KWH
documentation
Kilowatt hours
enumeration J
documentation
Joules
annotation
documentation
Unit of measure for energy
source <xs:simpleType name="UomEnergy">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for energy</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="KWH">
     
<xs:annotation>
       
<xs:documentation>Kilowatt hours</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="J">
     
<xs:annotation>
       
<xs:documentation>Joules</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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